Meta information and article body cast

This commit is contained in:
2020-08-10 21:23:16 +05:00
parent 51076aca33
commit 8d8e174095
6 changed files with 23 additions and 10 deletions

View File

@@ -13,6 +13,6 @@ use Illuminate\Support\Facades\Route;
|
*/
Route::get('/{any?}', function () {
Route::get('{path}', function () {
return view('app');
});
})->where('path', '(.*)');