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

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

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.