https://github.com/nlagdhir/laravel-react-crud
Laravel React CRUD
https://github.com/nlagdhir/laravel-react-crud
Last synced: 8 months ago
JSON representation
Laravel React CRUD
- Host: GitHub
- URL: https://github.com/nlagdhir/laravel-react-crud
- Owner: nlagdhir
- Created: 2019-02-27T08:45:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T07:36:16.000Z (about 7 years ago)
- Last Synced: 2025-01-12T08:30:57.554Z (over 1 year ago)
- Language: PHP
- Size: 663 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# laravel-react-crud
Laravel React CRUD
It's simple crud operation using react in laravel.
# Installation
When you clone this project cd into directory and then:
- Copy .env.example to .env
- `composer install`
- `chmod -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.