Laravel React CRUD
It's simple crud operation using react in laravel.
When you clone this project cd into directory and then:
- Copy .env.example to .env
composer installchmod -R 777 storage/ bootstrap/php artisan key:generate- Fill .env file with database credentials and upload paths.
php artisan migrate
Now you are all set.