Skip to content

parmodkumarr/canvas

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Laravel 5.4 & React boilerplate

Please follow the guide.

  1. git clone
  2. update the .env file along with database connection
  3. composer install && composer update
  4. php artisan migrate
  5. php artisan db:seed
  6. npm install

open two terminal window

on 1st terminal use following command to mix and watch the assets

npm run watch-poll

on 2nd terminal use following command to run server

php artisan serve

for complete list of instruction follow the link below Laravel Mix

TODO:

  • Add Passport for authentication
  • Implement user register
  • Implement user login
  • Implement users crud
  • Implement articles crud
  • Add Redux