nukacode / laravel-base
The Laravel Framework.
Installs: 785
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:project
Requires
- filp/whoops: ~1.0
- illuminate/html: 5.0.*
- laravel/framework: 5.0.*
- nukacode/core: ~2.0
- nukacode/menu: ~0.2
Requires (Dev)
- phpspec/phpspec: ~2.1
- phpunit/phpunit: ~4.0
README
Clone
git clone git@github.com:NukaCode/laravel-base.git ./
Dependencies
composer install
npm install
bower install
Quick Notes
- npm may require sudo access.
- bower will run gulp automatically when it finishes install.
What it comes with
Log viewer
This can be viewed at /logs
out of the box. Feel free to change this, secure it, however you like.
NukaCode
This is part of the NukaCode group of packages. It comes with Core and Menu by default. Feel free to check out all the packages we offer.
Esensi
This is primarily used for the Loaders package. More bits may be added in the future.
Gotchas
As usual with laravel projects, there are a few things you will want to make sure of.
public
andpublic/index.php
are set to 755.storage
andbootstrap/cache
are set to 777.