Repository URL to install this package:
|
Version:
1.0.0 ▾
|
<?php
Route::group(['prefix' => 'temas'], function () {
Route::get('/', 'ThemesController@index');
});