laravel-react

Laravel 6 and React 16.12 boilerplate

Github星跟蹤圖

Laravel 6 and React 16.12 boilerplate

There are two different ways to run this demo

Please follow the guide.

Prerequisite

  1. Make sure you have composer installed.
  2. Make sure you have latest stable version of node installed.

Option 1

  1. git clone
  2. create a .env file copy content from .env.example and update the values
  3. composer install && composer update
  4. php artisan cron:refresh-database
  5. npm install && npm run dev
  6. php artisan key:gen
  7. php artisan serve

Option 2

Prerequisite

Make sure you have docker and docker-compose installed on you machine.

  1. git clone
  2. create a .env file copy content from .env.docker and do not make any change

run following command in terminal / power shell

docker-compose up -d

when docker will finish building the containers, access the "laravel-react-app" container using following command

docker exec -it laravel-react-app sh

now you will be inside container

run following commands

  1. composer install && composer update
  2. php artisan cron:refresh-database
  3. php artisan key:gen
  4. npm install && npm run dev

open browser and check the following address

http://localhost:8100

TODO:

  • Add Redux
  • Add Passport for authentication
  • User Login
  • User Register
  • Users Crud
  • Articles Crud
  • Form validation Client and Server
  • Reset Password
  • Tests
  • Upgrade to Laravel 6
  • Upgrade to React 16.12
  • docker

主要指標

概覽
名稱與所有者moeen-basra/laravel-react
主編程語言PHP
編程語言PHP (語言數: 5)
平台
許可證MIT License
所有者活动
創建於2017-03-14 15:48:05
推送於2022-08-15 14:38:47
最后一次提交
發布數10
最新版本名稱v3 (發布於 )
第一版名稱v1.0.0 (發布於 )
用户参与
星數568
關注者數34
派生數244
提交數226
已啟用問題?
問題數54
打開的問題數0
拉請求數15
打開的拉請求數0
關閉的拉請求數7
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?