Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 466 Bytes

ReadMe.md

File metadata and controls

27 lines (17 loc) · 466 Bytes

Laravel AdminLTE

This is a laravel package for create adminLTE components.

WIP

Not use in production

Requirements

  • Laravel 5.6
  • PHP 7.1.3

How to Install

$ php artisan adminlte:install

This command above will install the adminlte assets.

How to generate new page

$ php artisan adminlte:newpage name-of-page

This command above will generate a new page with name-of-page name on resources_path root, with default structure.