X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar-X/vendor/laravel/ui/src
home
/
gfecatvj
/
sites
/
realesbar-X
/
vendor
/
laravel
/
ui
/
src
/
📁
..
📁
Auth
📄
AuthCommand.php
(4.52 KB)
📄
AuthRouteMethods.php
(3.1 KB)
📄
ControllersCommand.php
(1.2 KB)
📁
Presets
📄
UiCommand.php
(2.24 KB)
📄
UiServiceProvider.php
(670 B)
Editing: UiServiceProvider.php
<?php namespace Laravel\Ui; use Illuminate\Support\Facades\Route; use Illuminate\Support\ServiceProvider; class UiServiceProvider extends ServiceProvider { /** * Register the package services. * * @return void */ public function register() { if ($this->app->runningInConsole()) { $this->commands([ AuthCommand::class, ControllersCommand::class, UiCommand::class, ]); } } /** * Bootstrap any application services. * * @return void */ public function boot() { Route::mixin(new AuthRouteMethods); } }
Upload File
Create Folder