2017 © Pedro Peláez
 

library chronos-menu

Chronos CMS - Companion menu builder package

image

c4studio/chronos-menu

Chronos CMS - Companion menu builder package

  • Friday, December 22, 2017
  • by c4studio
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Chronos CMS


Companion menu builder package to Chronos CMS, (*1)


Installation

It's as easy as:, (*2)

composer require c4studio/chronos-menu

After composer has run add following lines to the providers[] array in app/config/app.php:, (*3)

...
Chronos\Menu\MenuServiceProvider::class,
...

Publish assets

Next we need to publish all the assets belonging to Chronos Menu:, (*4)

php artisan vendor:publish --tag=public

Note: if you wish to only publish Chronos Menu assets, you might want to use the --provider flag., (*5)

Run migrations

Almost done. We need to run the migrations and seed our database:, (*6)

php artisan migrate
php artisan db:seed --class=\\Chronos\\Menu\\Seeds\\DatabaseSeeder

Route maps

Chronos uses the RouteMap facade to connect Content models present in the menu with their respective controller actions (and URLs)., (*7)

You can define a new route mapping in any route file, like web.php, just like you would do for routes., (*8)

You can define a route mapping for all Content models of a specific content type, or individual models., (*9)

RouteMap::add('PagesController@show', 'Page');      // Route mapping for all pages
RouteMap::add('PagesController@about', 'Page', 13); // Route mapping for page with ID of 13

Note: individual route mapings always take precedence, (*10)


http://c4studio.ro, (*11)

P.S.: You're awesome for being on this page, (*12)

The Versions

22/12 2017

dev-master

9999999-dev

Chronos CMS - Companion menu builder package

  Sources   Download

MIT

The Requires

 

by Avatar c4studio

22/12 2017

v1.0.1

1.0.1.0

Chronos CMS - Companion menu builder package

  Sources   Download

MIT

The Requires

 

by Avatar c4studio

15/06 2017

v1.0

1.0.0.0

Chronos CMS - Companion menu builder package

  Sources   Download

MIT

The Requires

 

by Avatar c4studio