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

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

Content Pack package for regeneration
https://github.com/truemedia/regeneration-contentpack

Last synced: 3 months ago
JSON representation

Content Pack package for regeneration

Awesome Lists containing this project

README

        

# regeneration-contentpack
Contentpack 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/contentpack

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