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-06-12 07:40:59 UTC


README

Get Started

Installation

  1. Install a clean Laravel
  2. Create .env file in root:
APP_ENV=local
APP_DEBUG=true
  1. Run php artisan fresh
  2. Add pxlbros/pxlframework to composer.json and run composer update
  3. Add service provider PXLBros\PXLFramework\PXLFrameworkServiceProvider to app/bootstrap.php
  4. Run php artisan vendor:publish --provider="PXLBros\PXLFramework\PXLFrameworkServiceProvider"
  5. If using user authentication, set model to PXLBros\PXLFramework\Models\User in config/auth.php