Best laravel framework open-source packages.

React_laravel_admin_theme

Basic Admin panel layout that include Laravel Framework 7.28.1, JWT Authentication, React JS 16.2.0, Redux, Thunk, Axios, Hook, Suspense, Lazy, Laravel Migration Files, Custom (search, pagination,csv download), Rest API API Collection..etc
Updated 10 months ago

Demo Video

https://bit.ly/3i4qIUn

Laravel 7.28.1 and React 16.2.0

Please follow the guide.

Prerequisite

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

Setup and Installation

  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 migrate:refresh
  5. npm install && npm run dev
  6. php artisan key:generate
  7. php artisan serve
  8. npm run watch

open browser and check the following address

http://127.0.0.1:8000