Файловый менеджер - Редактировать - /home/sdiphp/public_html/healthquest/routes/web.php
Назад
<?php /* |-------------------------------------------------------------------------- | Web Routes |-------------------------------------------------------------------------- | | Here is where you can register web routes for your application. These | routes are loaded by the RouteServiceProvider within a group which | contains the "web" middleware group. Now create something great! | */ Route::get('/clear-cache', function() { $exitCode = Artisan::call('cache:clear'); return "Cache is cleared"; }); Route::get('/admin', function(){ return redirect('admin/login'); }); Route::get('/articles/{article_title}', ['uses' => 'ArticleController@show', 'as' => 'article']); Route::post('/post_comment', ['uses' => 'ArticleCommentsController@add']); Route::post('/post_contact', ['uses' => 'ContactController@add']); Route::post('/search', ['uses' => 'ArticleController@search']); Route::get('/mailTest', ['uses' => 'ContactController@test'] ); Route::post('/post_ebook', ['uses' => 'ContactController@getEbookAccess']);
| ver. 1.6 |
Github
|
.
| PHP 7.3.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка