PHP Classes

File: src/stubs/cms/local/theme1/locations/routes.php

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

Contents

Class file image Download
<?php

use Illuminate\Support\Facades\Route;

Route::group(['prefix' => 'locations'], function () {
   
Route::get('get-states/{country_id}', 'StateController@getStates');
});