Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)