shnhrrsn / laravel-5-base-app
Alternative base app for Laravel 5.2
Installs: 156
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/shnhrrsn/laravel-5-base-app
Requires
- php: >=5.5.9
- filp/whoops: 1.*
- laravel/framework: 5.2.*
- laravelcollective/html: 5.2.*
- shnhrrsn/laravel-5-base-app-support: 2.0.*
Requires (Dev)
- symfony/css-selector: 2.8.*|3.0.*
- symfony/dom-crawler: 2.8.*|3.0.*
README
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