https://github.com/truemedia/regeneration-mainmenu
Main Menu package for regeneration
https://github.com/truemedia/regeneration-mainmenu
Last synced: 3 months ago
JSON representation
Main Menu package for regeneration
- Host: GitHub
- URL: https://github.com/truemedia/regeneration-mainmenu
- Owner: Truemedia
- License: mit
- Created: 2015-02-10T20:25:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-15T13:21:10.000Z (over 10 years ago)
- Last Synced: 2025-01-12T21:42:19.696Z (4 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# regeneration-mainmenu
Mainmenu 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/mainmenu2) Add the following line after the first php opening tag of the newly generated file inside the packages `controller` folder
namespace Regeneration\Mainmenu\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:
/mainmenu/manage/
/mainmenu/manage/create
/mainmenu/manage/{lobby_id}
/mainmenu/manage/{lobby_id}/edit