2017 © Pedro Peláez
 

library aristocrat

Aristocrat implementation for Laravel

image

matrix/aristocrat

Aristocrat implementation for Laravel

  • Friday, February 6, 2015
  • by ntuple
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Integration of Aristocrat in Laraval 4.

Installation

To get the latest version of Theme simply require it in your composer.json file., (*1)

"matrix/aristocrat": "dev-master"

You'll then need to run composer install to download it and have the autoloader updated., (*2)

Once Aristocrat is installed you need to register the service provider with the application., (*3)

Open app/config/app.php and find the providers index and add the following line., (*4)

'providers' => [

    'Matrix\Aristocrat\ServiceProvider',

]

You need register the facade in the aliases index in same app/config/app.php file., (*5)

'aliases' => [

    'Aristocrat' => 'Matrix\Aristocrat\Facade',

]

Usages

class HomeController extends BaseController {

    public function getIndex(){
        $restult = Aristocrat::selectData();
    }
}

The Versions

06/02 2015

dev-master

9999999-dev

Aristocrat implementation for Laravel

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Abhinav Singh Dangol

laravel aristocrat

05/02 2015

1.0.0

1.0.0.0

Aristocrat implementation for Laravel

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Sudip Adhikari

laravel aristocrat