I am new to laravel.
I was in the middle of my project. I googled to verify login in laravel 5.
I found this command
php artisan make:auth
He created several classes and also changed my greeting .blade.php
there were several .blade.php codes in the greeting. Now, how to rollback the effects of this command.
Please, help.
Go to routes/web.php, delete the created routes with the make: auth command. Delete these two lines and your project will work as usual.
routes/web.php
Auth::routes(); Route::get('/home', 'HomeController@index');
Take a look at the source code for the make: auth command to see what files added or changed this command and returned it.
wep.php route folder.
Auth::routes(); Route::get('/home', 'HomeController@index')->name('home');
: , auth, app.blade.php, home.blade.php
. : auth command laravel.. auth , auth auth route. - IDE, ctrl + z bcause, IDE , , , .
welcome.blade.php. "", :
php artisan migrate:
Source: https://habr.com/ru/post/1627388/More articles:Add RabbitMQ Distributed Tracing to Zipkin - rabbitmqHow to read python string formatting grammar? - pythonGet dimensions of a 2D array relative to the size of a 1D array - arraysFast implementation of covariance of two 8-bit arrays - c ++How to change default FAB image in scroll mode - androidЗапрос не работает, когда я нажимаю кнопку удаления, хотя .success говорит, что он работал - javascriptCustom View ButterKnife onClick - androidCustom Tabs Chrome Oauth2 Flow - javaAndroid Gmail app does not display background image in HTML email - androidhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1627393/how-to-pass-an-array-of-chars-to-a-function-in-c&usg=ALkJrhjVvWAaYIpS4-UKyrhABcal8Ir8KwAll Articles