Skip to content

This package is a easy admin package to implement into any atarting laravel project

Notifications You must be signed in to change notification settings

dmostafiz/lara-lte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaraLTE Admin Package powerd by AdminLTE 3 for Laravel 6

Require this package in your composer.json and update composer. This will download the package. or you can just download by

composer require mostafiz/laralte

Installation

After updating composer publish few things.

Publish LaraLTE essential Files

php artisan vendor:publish --tag=laralte-essentials --force

after publish you will get all essential files (views, contollers, models, migrations, routes, config) in your regular laravel folders.

Then publish LaraLTE assets

php artisan vendor:publish --tag=laralte-assets --force

it will publish all the asstes (css, js, images) of AdminLTE 3 in your public folder

Now you are good to go.

License

This LaraLTE Admin package for Laravel is open-sourced software licensed under the MIT license

About

This package is a easy admin package to implement into any atarting laravel project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published