Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```