enimiste / adminlte-laravel5-skeleton by nouni.elbachir

Adminlte laravel 5.3 skeleton web app
38
1
5
Package Data
Maintainer Username: nouni.elbachir
Package Create Date: 2017-03-05
Package Last Update: 2018-02-27
Language: PHP
License: MIT
Last Refreshed: 2024-04-22 03:09:08
Package Statistics
Total Downloads: 38
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 5
Total Forks: 1
Total Open Issues: 1

adminlte-laravel5-skeleton

Laravel 5.3.* web ap based on AdminLte theme (Skeleton to start a new web app) : Auth, Menu, ...

Installation :

$ composer create-project enimiste/adminlte-laravel5-skeleton my_project

Next :

  • Create an empty database
  • Edit .env file
  • Run php artisan migrate --seed
  • Run Laravel built in server php artisan serve
  • Open the url in your browser and log in using "admin@contact.com" and "admin" as password