pxlbros / pxlframework
There is no license information available for the latest version (dev-master) of this package.
PXLFramework
dev-master
2015-06-15 08:52 UTC
This package is not auto-updated.
Last update: 2024-11-13 09:25:57 UTC
README
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
tocomposer.json
and runcomposer update
- Add service provider
PXLBros\PXLFramework\PXLFrameworkServiceProvider
toapp/bootstrap.php
- Run
php artisan vendor:publish --provider="PXLBros\PXLFramework\PXLFrameworkServiceProvider"
- If using user authentication, set
model
toPXLBros\PXLFramework\Models\User
inconfig/auth.php