library pxlframework
PXLFramework
pxlbros/pxlframework
PXLFramework
- Monday, June 15, 2015
- by DennisNygren
- Repository
- 10 Watchers
- 0 Stars
- 402 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
pxlFramework
Get Started
Installation
- Install a clean Laravel
- Create
.env file in root:
APP_ENV=local
APP_DEBUG=true
- Run
php artisan fresh
- Add
pxlbros/pxlframework to composer.json and run composer update
- Add service provider
PXLBros\PXLFramework\PXLFrameworkServiceProvider to app/bootstrap.php
- Run
php artisan vendor:publish --provider="PXLBros\PXLFramework\PXLFrameworkServiceProvider"
- If using user authentication, set
model to PXLBros\PXLFramework\Models\User in config/auth.php