Best laravel framework open-source packages.

Laravel Reactjs Starterkit

Starterkit Lareavel & React JS
Updated 2 years ago

Laravel 5.8 and React 16.2.0 boilerplate

Please follow the guide.

  1. git clone https://github.com/berandakreatif/Laravel-Reactjs-Starterkit.git
  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
  7. php artisan serve

Running Application

  1. open terminal and run command php artisan serve

  2. Open browser and run with this url http://127.0.0.1:8000

  3. Login with username user@gmail.com and password 123456789

OR

for complete sample todo app follow the link below Todo App Laravel & React Js