Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Laravel React Boilerplate with Ant Design, Route-Level Code Splitting, Redux, Sanctum Auth

License

NotificationsYou must be signed in to change notification settings

Nilanth/laravel-react-boilerplate

Repository files navigation

Laravel React Boilerplate

Total DownloadsLatest Stable VersionLicense

Laravel React Boilerplate helps to fasten your development, Instead of spending more time on configuring React and SPA Authentication.

Pre-Configured with

  • 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.

Pre-Configured Modules

  • User Login
  • User SignUp
  • Auth Routes

Quick Start

Laravel Development Environment setup

You can choose either one for your development

  1. Laravel Homestead
  2. Laravel Sail

Required setup before clone

  1. Composer 2.
  2. Node stable version.

Usage

Option 1

  1. Install using composer
composer create-project nilanth/laravel-react-boilerplate
  1. cd laravel-react-boilerplate
  2. Runyarn install
  3. Create a Database
  4. Update the Database credential to .env file
  5. Runphp artisan migrate -> To create needed tables.
  6. Runphp artisan db:seed -> To seed some fake users.
  7. Runyarn run dev
  8. Update API HOST_URL inresources/js/config/constant.js file

Option 2

  1. Clone this Repo
  2. cd laravel-react-boilerplate
  3. Create a .env by copying .env.example and Update the required fields.
  4. Runcomposer install
  5. Runphp artisan key:gen
  6. Runyarn install
  7. Create a Database
  8. Update the Database credential to .env file
  9. Runphp artisan migrate -> To create needed tables.
  10. Runphp artisan db:seed -> To seed some fake users.
  11. Runyarn run dev
  12. Update API HOST_URL inresources/js/config/constant.js file

Coming Up

  • Tests
  • Custom Error response for API request
  • Reset Password
  • Email Verification

Contributing

Please seeCONTRIBUTING for details.

Security Vulnerabilities

Please reviewour security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please seeLicense File for more information.

Support

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.

Buy Me A Coffee

Sponsor this project

 

Packages

No packages published

Contributors3

  •  
  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp