Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/truemedia/regeneration-lobby

Lobby package for regeneration
https://github.com/truemedia/regeneration-lobby

Last synced: 1 day ago
JSON representation

Lobby package for regeneration

Awesome Lists containing this project

README

        

# regeneration-lobby
Lobby package for regeneration

== Creating controllers for this package ==
1) Run the following command in the root directory of your laravel installation:
php artisan controller:make NewController --bench=regeneration/lobby

2) Add the following line after the first php opening tag of the newly generated file inside the packages `controller` folder
namespace Regeneration\Lobby\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:
/lobby/manage/
/lobby/manage/create
/lobby/manage/{lobby_id}
/lobby/manage/{lobby_id}/edit