Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acacha/adminlte-laravel-installer
adminlte-laravel-installer . Installer for project acacha/adminlte-laravel
https://github.com/acacha/adminlte-laravel-installer
acacha adminlte laravel laravel-5-package llum
Last synced: about 2 months ago
JSON representation
adminlte-laravel-installer . Installer for project acacha/adminlte-laravel
- Host: GitHub
- URL: https://github.com/acacha/adminlte-laravel-installer
- Owner: acacha
- License: mit
- Created: 2016-01-01T10:19:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-15T12:36:01.000Z (almost 7 years ago)
- Last Synced: 2024-10-14T18:13:19.424Z (2 months ago)
- Topics: acacha, adminlte, laravel, laravel-5-package, llum
- Language: PHP
- Homepage: https://github.com/acacha/adminlte-laravel
- Size: 73.2 KB
- Stars: 15
- Watchers: 3
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Total Downloads](https://poser.pugx.org/acacha/adminlte-laravel-installer/downloads.png)](https://packagist.org/packages/acacha/adminlte-laravel-installer)
[![Latest Stable Version](https://poser.pugx.org/acacha/adminlte-laravel-installer/v/stable.png)](https://packagist.org/packages/acacha/adminlte-laravel-installer)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/acacha/adminlte-laravel-installer/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/acacha/adminlte-laravel-installer/?branch=master)
[![StyleCI](https://styleci.io/repos/48875160/shield?branch=master)](https://styleci.io/repos/48875160)
[![Build Status](https://travis-ci.org/acacha/adminlte-laravel-installer.svg?branch=master)](https://travis-ci.org/acacha/adminlte-laravel-installer)# adminlte-laravel-installer
Installer for project [acacha/adminlte-laravel](https://github.com/acacha/adminlte-laravel)
# Install notes
```bash
composer global require "acacha/adminlte-laravel-installer"
```# Use
Use this commands inside a fresh new Laravel project:
```bash
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:
```bash
adminlte-laravel social
```And follow the wizard instructions to configure Login/Register using Social Networks.
More info at package [acacha/laravel-social](https://github.com/acacha/laravel-social)