acacha / adminlte-laravel-installer
Adminlte-laravel application installer.
Installs: 38 755
Dependents: 1
Suggesters: 0
Security: 0
Stars: 15
Watchers: 3
Forks: 15
Open Issues: 2
Requires
- laravel/installer: ^2.0
Requires (Dev)
- phpunit/phpunit: ~7.0
- squizlabs/php_codesniffer: ^3.2.3
This package is auto-updated.
Last update: 2024-10-13 03:29:53 UTC
README
adminlte-laravel-installer
Installer for project acacha/adminlte-laravel
Install notes
composer global require "acacha/adminlte-laravel-installer"
Use
Use this commands inside a fresh new Laravel project:
laravel new project && cd project adminlte-laravel install
For more info see https://github.com/acacha/adminlte-laravel
You could use dontforce (-F) option to ask for overwritten files during publish:
adminlte-laravel install -F
Add OAuth Social Login/Register with Laravel Socialite
Execute:
adminlte-laravel social
And follow the wizard instructions to configure Login/Register using Social Networks.
More info at package acacha/laravel-social