Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork30
Laravel React Boilerplate with Ant Design, Route-Level Code Splitting, Redux, Sanctum Auth
License
Nilanth/laravel-react-boilerplate
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Laravel React Boilerplate helps to fasten your development, Instead of spending more time on configuring React and SPA Authentication.
- Laravel 9
- Laravel Sanctum for SPA Auth
- React 18
- Redux
- React Router
- Route-Level Code-Splitting
- Axios
- Ant Design
- Redux Saga
- Sass
- ESLint
- Preconfigured redux store, actions and saga.
- User Login
- User SignUp
- Auth Routes
You can choose either one for your development
- Composer 2.
- Node stable version.
- Install using composer
composer create-project nilanth/laravel-react-boilerplatecd laravel-react-boilerplate- Run
yarn install - Create a Database
- Update the Database credential to .env file
- Run
php artisan migrate-> To create needed tables. - Run
php artisan db:seed-> To seed some fake users. - Run
yarn run dev - Update API HOST_URL in
resources/js/config/constant.jsfile
- Clone this Repo
cd laravel-react-boilerplate- Create a .env by copying .env.example and Update the required fields.
- Run
composer install - Run
php artisan key:gen - Run
yarn install - Create a Database
- Update the Database credential to .env file
- Run
php artisan migrate-> To create needed tables. - Run
php artisan db:seed-> To seed some fake users. - Run
yarn run dev - Update API HOST_URL in
resources/js/config/constant.jsfile
- Tests
- Custom Error response for API request
- Reset Password
- Email Verification
Please seeCONTRIBUTING for details.
Please reviewour security policy on how to report security vulnerabilities.
The MIT License (MIT). Please seeLicense File for more information.
This project needs a ⭐️ from you. Don't forget to leave a star ⭐️
If you found this boilerplate helpful, consider supporting me with a coffee.
About
Laravel React Boilerplate with Ant Design, Route-Level Code Splitting, Redux, Sanctum Auth
Topics
Resources
License
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.
