l5starter/core

Laravel 5 Starter, Package Core
146
Install
composer require l5starter/core
License:MIT
Last Updated:Dec 28, 2017
Links: GitHub  ·  Packagist
Maintainer: wiwatsrt

L5Starter\Core

Installation

In order to install Laravel 5, just add

"l5starter/core": "5.4.x-dev"

to your composer.json. Then run composer install or composer update.

Then in your config/app.php add in providers

Prettus\Repository\Providers\RepositoryServiceProvider::class,
Laracasts\Flash\FlashServiceProvider::class,
Collective\Html\HtmlServiceProvider::class,
L5Starter\Core\CoreServiceProvider::class,

and add in aliases

'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,
'Flash' => Laracasts\Flash\Flash::class,

Publish Configuration

$ php artisan vendor:publish --provider="L5Starter\Core\CoreServiceProvider"

Running Authentication Quickstart

$ php artisan make:auth

Running Migrations

$ php artisan migrate

Related Packages

ralphowino/restful-api-helper

This is a starter package for a laravel api using JWT authentication and the Din...

252 17
mixdinternet/admix

Pacote administrativo MIXD Internet

623 7
sdclub/laravel-rest-api-client

An elegant and smart Rest API Client with OAuth2 authentication support. Build f...

34 0
elfsundae/lumen-kit

Lumen Starter Kit

11 0
hettiger/laravel-starter

A fresh Starting Point for Laravel Applications.

31 3