Laravel Views with React Components

To Add React with Laravel from scratch, there are many important details you need to consider:
  • Configuring React
  • Adding State management systems like Redux and configuring store, actions and sagas for API calls
  • Configuring Routes for React Components
  • Authentication
  • Configuring ESlint for effective code
  • These configurations might require more time. To avoid these and focus only on developing the App functionalities, You have laravel-react-boilerplate.
    Laravel React Boilerplate
    Laravel React Boilerplate helps to fasten your development, Instead of spending more time on configuring React and SPA Authentication.
    It is Pre-Configured with
  • Laravel 8
  • Laravel Sanctum for SPA Auth
  • React 17
  • Redux
  • React Router
  • Axios
  • Ant Design
  • Redux-Saga
  • Sass
  • ESLint
  • Preconfigured redux store, actions and saga.
  • Pre-Configured Modules
  • User Login
  • User SignUp
  • Auth Routes
  • How to start with it?
    Laravel Development Environment setup
    You can choose either one for your development
  • Laravel Homestead
  • Laravel Sail
  • Basic needs
  • Composer 2.
  • Node stable version.
  • Usage
  • Install using composer
  • composer create-project nilanth/laravel-react-boilerplate
  • cd 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.js file
  • Login
    SignUp
    Home Screen
    Use Laravel React Boilerplate to fasten your development πŸš€
    Need to learn more? Feel free to connect on Twitter :)

    62

    This website collects cookies to deliver better user experience

    Laravel Views with React Components