A crud based laravel app to learn how to integrate react and other important react feature in laravel.
A better laravel react single page app: Ezfolio
https://szn-react-laravel.herokuapp.com
- React
- React Redux
- React Router
- React Hooks
- React Class Component VS Functional Component
- React validation
- Laravel Api
- Laravel Token Api
- Laravel Manual Pagination
- Laravel Crud
- Sass
- Run
git clone https://github.com/arifszn/react-laravel.git
- Run
cd react-laravel
- Run
composer install
- Setup database
- Run
cp .env.example .env
- Run
php artisan key:generate
- Provide db name, username and password in .env
- Run
php artisan migrate --seed
Ariful Alam (https://arifszn.github.io)
Feel free to create an issue if you face any problem or need any help.