Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/majid-razzaq/laravel-11-crud-ajax
I created a simple CRUD application using AJAX for smooth operations and efficient data handling.
https://github.com/majid-razzaq/laravel-11-crud-ajax
ajax ajax-form crud crud-ajax error-handling form form-validation laravel-ajax laravel-ajax-crud laravel-crud laravel11 mysql
Last synced: 25 days ago
JSON representation
I created a simple CRUD application using AJAX for smooth operations and efficient data handling.
- Host: GitHub
- URL: https://github.com/majid-razzaq/laravel-11-crud-ajax
- Owner: Majid-Razzaq
- Created: 2024-09-12T14:33:23.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T15:57:42.000Z (3 months ago)
- Last Synced: 2024-10-15T10:06:54.580Z (2 months ago)
- Topics: ajax, ajax-form, crud, crud-ajax, error-handling, form, form-validation, laravel-ajax, laravel-ajax-crud, laravel-crud, laravel11, mysql
- Language: CSS
- Homepage:
- Size: 367 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![screencapture-localhost-8000-2024-09-12-20_52_08](https://github.com/user-attachments/assets/9dd1e727-3030-4881-89ae-1377e6d03baa)
## Requirements
- Laravel 11
- PHP 8.1
- Composer 2.x## Getting Started
- Clone the repository.
- Run composer install to install dependencies.
- Change the .env.example to .env and add your database info
- Set up your database configuration in the .env file.
- Run php artisan migrate to set up the necessary tables.
- Implement and customize as needed.```javascript
composer install
``````javascript
php artisan migrate
``````javascript
php artisan serve
```