laravel 8-Adminlte@3.0.1
Laravel 8 with Admin-lte@3.0.1 template
The following tools are required in order to start the installation.
- PHP >=8.0
- composer
- npm
Features
- Authenication
Installation
Install Larvel8-Adminlte@3.0.1
git clone https://github.com/ndeereedwin/laravel8-Adminlte.git
composer install
create database
cp .env.example .env
php artisan key:generate
php artisan migrate
npm install
npm run dev
Incase of any issue with npm install && npm run dev
npm install --g laravel-mix
npm install --g webpack-cli
npm install --g webpack