2017 © Pedro Peláez
 

library stormpath-artisan

Commands to communicate with the Stormpath API

image

lamarus/stormpath-artisan

Commands to communicate with the Stormpath API

  • Thursday, June 27, 2013
  • by bretterer
  • Repository
  • 1 Watchers
  • 1 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

This Laravel 4 package provides a variety of commands to help you in development communicate with the Stormpath API. These commands include:, (*1)

  • stormpath:application
  • stormpath:accounts <-- Coming Soon
  • stormpath:groups <-- Coming Soon
  • stormpath:directory

Installation

Begin by installing this package through Composer. Edit your project's composer.json file to require lamarus/stormpath-artisan., (*2)

"require": {
    "laravel/framework": "4.0.*",
    "lamarus/stormpath-artisan": "dev-master"
}

Next, update Composer from the Terminal:, (*3)

composer update

Once this operation completes, the next step is to add the service provider. Open app/config/app.php, and add a new item to the providers array., (*4)

'Lamarus\StormpathArtisan\StormpathArtisanServiceProvider'

The final step for setting up the Stormpath commands is to publish the config so you can set your key and secret. Run the following from the Terminal:, (*5)

php artisan config:publish lamarus/stormpath-artisan

After you have done this go to app/config/packages/lamarus/stormpath-artisan and edit the config.php file to include your key and secret., (*6)

That's it! You're all set to go. Run the artisan command from the Terminal to see the new stormpath commands., (*7)

php artisan

FAQ

Q. HELP! Im getting an eror when running php artisan stormpath: "Call to a member function get() on a non-object", (*8)

A. Make sure you run php artisan config:publish lamarus/stormpath-artisan and include your key and secret in app/config/packages/lamarus/stormpath-artisan/config.php, (*9)

The Versions

27/06 2013

dev-master

9999999-dev

Commands to communicate with the Stormpath API

  Sources   Download

MIT

The Requires

 

27/06 2013

0.1.0

0.1.0.0

Commands to communicate with the Stormpath API

  Sources   Download

MIT

The Requires