All Projects → Nilanth → laravel-react-boilerplate

Nilanth / laravel-react-boilerplate

Licence: MIT license
Laravel React Boilerplate with Ant Design, Route-Level Code Splitting, Redux, Sanctum Auth

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to laravel-react-boilerplate

rapid-react
A light weight interactive CLI Automation Tool 🛠️ for rapid scaffolding of tailored React apps with Create React App under the hood.
Stars: ✭ 73 (+48.98%)
Mutual labels:  react-router, redux-saga, react-redux, react-hooks
promotion-web
基于React: v18.x.x/Webpack: v5.x.x/React Router v6.x.x/ Antd: v5..x.x/Fetch Api/ Typescript: v4.x.x 等最新版本进行构建...
Stars: ✭ 374 (+663.27%)
Mutual labels:  react-redux, antd, react-hooks, antd4
React Admin
基于antd、redux-observable、redux-thunk、react-router响应式SPA脚手架,后台管理系统demo. 权限管理,用户管理,菜单管理。无限级菜单,下拉树形选择框
Stars: ✭ 141 (+187.76%)
Mutual labels:  react-router, react-redux, antd
V2 Universal Js Hmr Ssr React Redux
⚡ (V2) Universal JS - Server Side Rendering, Code Splitting and Hot Module Reloading ⚡
Stars: ✭ 147 (+200%)
Mutual labels:  react-router, react-redux, code-splitting
React-Playground
Learning reactjs from the ground up (router, redux, thunk, hooks, context, portals, and functional components)
Stars: ✭ 15 (-69.39%)
Mutual labels:  react-router, react-redux, react-hooks
Starter Lapis
Cutting edge starter kit
Stars: ✭ 72 (+46.94%)
Mutual labels:  react-router, redux-saga, axios
React Login
A client side implementation of authentication using react.js for my blog on medium. This is the second part of my previous blog on how to implement scalable node.js server.
Stars: ✭ 105 (+114.29%)
Mutual labels:  react-router, redux-saga, react-redux
kugou
multiple implementations for kugou music
Stars: ✭ 25 (-48.98%)
Mutual labels:  react-router, react-redux, axios
Soundcloud Redux
SoundCloud API client with React • Redux • Redux-Saga
Stars: ✭ 681 (+1289.8%)
Mutual labels:  react-router, redux-saga, react-redux
Alldemo
🍑 2020全栈学习Demo大合集 包含最新 hooks TS 等 还有umi+dva,数据可视化等实战项目 (持续更新中)
Stars: ✭ 189 (+285.71%)
Mutual labels:  react-router, react-redux, antd
React Admin
基于react的后台管理项目模板
Stars: ✭ 184 (+275.51%)
Mutual labels:  react-router, axios, antd
sunrise
The rise of a new project with React, Redux-Saga and React-Router
Stars: ✭ 13 (-73.47%)
Mutual labels:  react-router, redux-saga, antd
React Antd Admin Template
一个基于React+Antd的后台管理模版,在线预览https://nlrx-wjc.github.io/react-antd-admin-template/
Stars: ✭ 1,022 (+1985.71%)
Mutual labels:  react-router, react-redux, axios
Reeakt
A modern React boilerplate to awesome web applications
Stars: ✭ 116 (+136.73%)
Mutual labels:  react-router, redux-saga, axios
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-34.69%)
Mutual labels:  react-router, code-splitting, axios
Ecommerce Reactjs
Full stack ecommerce online store application
Stars: ✭ 164 (+234.69%)
Mutual labels:  react-router, react-redux, axios
Tonzhon Music
将QQ音乐、网易云音乐和酷我音乐上的歌添加到一个列表来播放!
Stars: ✭ 257 (+424.49%)
Mutual labels:  react-router, react-redux, antd
Antd Umi Sys
企业BI系统,数据可视化平台,主要技术:react、antd、umi、dva、es6、less等,与君共勉,互相学习,如果喜欢请start ⭐。
Stars: ✭ 503 (+926.53%)
Mutual labels:  react-router, react-redux, antd
Todo Redux Saga
Todo app with Create-React-App • React-Redux • Redux-Saga • Firebase • OAuth
Stars: ✭ 184 (+275.51%)
Mutual labels:  react-router, redux-saga, react-redux
awesome-web-react
🚀 Awesome Web Based React 🚀 Develop online with React!
Stars: ✭ 31 (-36.73%)
Mutual labels:  react-router, react-redux, react-hooks

Laravel React Boilerplate

Total Downloads Latest Stable Version License

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. Run yarn install
  3. Create a Database
  4. Update the Database credential to .env file
  5. Run php artisan migrate -> To create needed tables.
  6. Run php artisan db:seed -> To seed some fake users.
  7. Run yarn run dev
  8. Update API HOST_URL in resources/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. Run composer install
  5. Run php artisan key:gen
  6. Run yarn install
  7. Create a Database
  8. Update the Database credential to .env file
  9. Run php artisan migrate -> To create needed tables.
  10. Run php artisan db:seed -> To seed some fake users.
  11. Run yarn run dev
  12. Update API HOST_URL in resources/js/config/constant.js file

Coming Up

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

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].