Skip to content

harshpatel147/temp-test-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run a command for install this package

composer require smiley/laravel-adminlte-starter-package

after the installation of this package, Run Command from below list of command as per your requirements

1. To Generate a full authentication UI,

php artisan ui adminlte --auth

---------- OR ----------

1. To Install just AdminLTE Theme assets,

php artisan ui adminlte

2. And then run,

npm install && npm run dev

//------------ OR ------------

npm install
npm run dev

2. Or for production,

npm install && npm run prod

Note :- If you have generated a full authentication UI then you need to set enable_default_authentication key value as a true in adminlte-starter-smiley config file which is located at config directory. and then you need to Clear Config Cache using php artisan config:cache command, if you doesn't find config file then you need to publish vendor's config file


-: Other Commands :-

1. Publish Config File :- run php artisan vendor:publish --provider="Smiley\AdminlteStarterPackage\AdminlteStarterServiceProvider" --tag="config" command using this command it will publish vendor's config file in application's global config directory.
for more details about publish command see laravel docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages