Best laravel framework open-source packages.

Laravel Reactjs CRUD Todo App

Todo App Laravel & 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. npm install
  6. php artisan serve
  7. register

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 and password

OR

for starterkit Laravel & Reactjs follow the link below Laravel & React Js Starterkit

Features

  • [x] Laravel 5.8 Version
  • [x] React 16.2 Version
  • [x] Basic Authentication Laravel
  • [x] Simple Todo CRUD App