acacha / adminlte-laravel-installer by acacha

Adminlte-laravel application installer.
38,741
15
3
Package Data
Maintainer Username: acacha
Maintainer Contact: sergiturbadenas@gmail.com (Sergi Tur Badenas)
Package Create Date: 2016-01-01
Package Last Update: 2018-03-15
Home Page: https://github.com/acacha/adminlte-laravel
Language: PHP
License: MIT
Last Refreshed: 2024-04-22 15:02:11
Package Statistics
Total Downloads: 38,741
Monthly Downloads: 2
Daily Downloads: 0
Total Stars: 15
Total Watchers: 3
Total Forks: 15
Total Open Issues: 2

Total Downloads Latest Stable Version Scrutinizer Code Quality StyleCI Build Status

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