enimiste/adminlte-laravel5-skeleton

Adminlte laravel 5.3 skeleton web app

Installs: 38

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Open Issues: 1

Type:project

pkg:composer/enimiste/adminlte-laravel5-skeleton

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

This package is auto-updated.

Last update: 2025-09-29 01:29:41 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