PHP Classes

File: src/stubs/cms/local/theme1/locations/menu.xml

Recommend this page to a friend!
  Classes of Shun Ram   Laravel Admin   src/stubs/cms/local/theme1/locations/menu.xml   Download  
File: src/stubs/cms/local/theme1/locations/menu.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Admin
Manage users and the site content they publish
Author: By
Last change:
Date: 1 year ago
Size: 972 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="utf-8"?> <menus> <group name="Locations" order="0"> <menugroup name="Country" icon="fa fa-location-arrow" order="0"> <menu name="View Countries" route="country.index" /> <menu name="Add Country" route="country.create" /> <menu name="Import Country" route="country_import_from_admin" /> </menugroup> <menugroup name="State" icon="fa fa-location-arrow" order="1"> <menu name="View States" route="state.index" /> <menu name="Add State" route="state.create" /> <menu name="Import States" route="state_import_from_admin" /> </menugroup> <menugroup name="City" icon="fa fa-location-arrow" order="2"> <menu name="View Cities" route="city.index" /> <menu name="Add City" route="city.create" /> <menu name="Import Cities" route="city_import_from_admin" /> </menugroup> </group> </menus>