Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/truemedia/regeneration-gameinfo
Game Info package for regeneration
https://github.com/truemedia/regeneration-gameinfo
Last synced: 1 day ago
JSON representation
Game Info package for regeneration
- Host: GitHub
- URL: https://github.com/truemedia/regeneration-gameinfo
- Owner: Truemedia
- License: mit
- Created: 2015-02-10T20:22:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-15T16:58:26.000Z (over 9 years ago)
- Last Synced: 2023-03-11T05:00:04.680Z (over 1 year ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# regeneration-gameinfo
Gameinfo package for regeneration== 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/gameinfo2) Add the following line after the first php opening tag of the newly generated file inside the packages `controller` folder
namespace Regeneration\Gameinfo\Controllers;3) Run the following command in the root directory and your package directory
composer dump-autoload=== Accessing admin area ===
Admin controller is restful, therefore has following pages available:
/gameinfo/manage/
/gameinfo/manage/create
/gameinfo/manage/{lobby_id}
/gameinfo/manage/{lobby_id}/edit