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: 2026-03-18 15:40:09 UTC
README
Get Started
Installation
- Install a clean Laravel
- Create
.envfile in root:
APP_ENV=local
APP_DEBUG=true
- Run
php artisan fresh - Add
pxlbros/pxlframeworktocomposer.jsonand runcomposer update - Add service provider
PXLBros\PXLFramework\PXLFrameworkServiceProvidertoapp/bootstrap.php - Run
php artisan vendor:publish --provider="PXLBros\PXLFramework\PXLFrameworkServiceProvider" - If using user authentication, set
modeltoPXLBros\PXLFramework\Models\Userinconfig/auth.php