Skip to content

Bikranshu/lumen-react

Repository files navigation

Lumen (Laravel Micro Framework) + ReactJS + AdminLTE + Webpack Boilerplate

Prerequisites

  • PHP >= 7.2
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • NodeJs
  • Composer - Package manager for PHP
  • NPM - Node package manager
  • MySQL - Relational database management system (RDBMS)

Installation

On the command prompt run the following commands:

 $ git clone https://github.com/Bikranshu/lumen-react.git
 $ cd lumen-react
 $ composer install
 $ npm install
 $ cp .env.example .env (edit it with your database information)
 $ php artisan jwt:secret
 $ php artisan migrate
 $ php artisan db:seed
 $ php -S localhost:8000 -t public/
 $ npm run watch

Credential:

USEFUL LINK