enimiste/adminlte-laravel5-skeleton

Adminlte laravel 5.3 skeleton web app

v3.3.0 2017-05-04 18:26 UTC

This package is auto-updated.

Last update: 2024-02-29 03:23:43 UTC


README

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