2017-25 © Pedro Peláez
 

library artisan-utility

Add Alias and ServiceProvider using the cli

image

benepfist/artisan-utility

Add Alias and ServiceProvider using the cli

  • Saturday, June 14, 2014
  • by benepfist
  • Repository
  • 1 Watchers
  • 0 Stars
  • 35 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Build Status, (*1)

Installation

First ensure you have the latest version of composer installed., (*2)

Run composer self-update., (*3)

Install this package through Composer. To your composer.json file, add:, (*4)

"require-dev": {
    "benepfist/artisan-utility": "dev-master"
}

Next, run composer install --dev to download it., (*5)

Add the service provider to app/config/local/app.php, within the providers array., (*6)

'providers' => append_config(
    array(
        // ...

        'Benepfist\ArtisanUtility\ArtisanUtilityServiceProvider',
        )
    ),
)

Run php artisan to view the new laravel:add command:, (*7)

  • laravel:add --provider="DemoPackage\Demo\DemoServiceProvider" - Add a new ServiceProvider
  • laravel:add --alias="Demo => DemoPackage\Facade\Demo" - Add a new Alias

The Versions

14/06 2014

dev-feature-environment

dev-feature-environment

Add Alias and ServiceProvider using the cli

  Sources   Download

The Requires

  • php >=5.3.0

 

The Development Requires

by Benedict Pfisterer

laravel alias artisan serviceprovider

05/06 2014

dev-master

9999999-dev

Add Alias and ServiceProvider using the cli

  Sources   Download

The Requires

  • php >=5.3.0

 

The Development Requires

by Benedict Pfisterer

laravel alias artisan serviceprovider

09/05 2014

v0.5

0.5.0.0

Add Alias and ServiceProvider using the cli

  Sources   Download

The Requires

  • php >=5.3.0

 

The Development Requires

by Benedict Pfisterer

laravel alias artisan serviceprovider