NukaCode / laravel-base by stygiansabyss

The Laravel Framework.
785
0
4
Package Data
Maintainer Username: stygiansabyss
Package Create Date: 2014-06-09
Package Last Update: 2015-09-28
Language: PHP
License: MIT
Last Refreshed: 2024-04-30 03:05:04
Package Statistics
Total Downloads: 785
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 4
Total Forks: 0
Total Open Issues: 0

Installation

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 and public/index.php are set to 755.
  • storage and bootstrap/cache are set to 777.