library character
Character package for Regeneration
regeneration/character
Character package for Regeneration
- Sunday, June 21, 2015
- by Truemedia
- Repository
- 1 Watchers
- 0 Stars
- 19 Installations
- JavaScript
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 4 Versions
- 0 % Grown
regeneration-character
Character package for regeneration, (*1)
Installation / Usage
-
Install via composer in the root directory of a Laravel 5 application, (*2)
sh
$ composer require regeneration/character
, (*3)
-
Add the following line to /config/app.php inside the 'providers' array to use the service provider, (*4)
php
'Regeneration\Character\CharacterServiceProvider',
, (*5)
-
Run Composer update in the root directory: composer update
, (*6)
- Navigate to the URL provided in the commandline and you should now see the package installation success page.
== CLI commands for this package ==
1) Run the following command in the root directory of your laravel installation:
php artisan controller:make NewController --bench=regeneration/character, (*7)
2) Add the following line after the first php opening tag of the newly generated file inside the packages controller
folder
namespace Regeneration\Character\Controllers;, (*8)
3) Run the following command in the root directory and your package directory
composer dump-autoload, (*9)
=== Accessing admin area ===
Admin controller is restful, therefore has following pages available:
/character/manage/
/character/manage/create
/character/manage/{lobby_id}
/character/manage/{lobby_id}/edit, (*10)
dev-master
9999999-dev
Character package for Regeneration
Sources
Download
MIT
The Requires
by
Wade Penistone
0.0.2
0.0.2.0
Character package for Regeneration
Sources
Download
MIT
The Requires
by
Wade Penistone
0.0.1.1
0.0.1.1
Character package for Regeneration
Sources
Download
MIT
The Requires
by
Wade Penistone
0.0.1
0.0.1.0
Character package for Regeneration
Sources
Download
The Requires
by
Wade Penistone