shnhrrsn / laravel-5-base-app by shnhrrsn

Alternative base app for Laravel 5.2
155
3
4
Package Data
Maintainer Username: shnhrrsn
Package Create Date: 2015-02-04
Package Last Update: 2016-08-15
Language: PHP
License: Unknown
Last Refreshed: 2024-04-30 03:04:08
Package Statistics
Total Downloads: 155
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 3
Total Watchers: 4
Total Forks: 1
Total Open Issues: 0

Laravel 5 Base App

Mainly based on the standard L5 app, with a few changes:

  • DotEnv was removed in favor of L4 style folder config
  • Restored Whoops as the error handler
  • Restored L4 style env detection callback function via App\Bootstrap\DetectEnvironment
  • Added back in illuminate/html and related service providers
  • Removed most of the boilerplate code
  • Removed elixir/gulp in favor of shnhrrsn/laravel-assets

Installation

composer create-project shnhrrsn/laravel-5-base-app --prefer-dist