Answer the question
In order to leave comments, you need to log in
How to change the design in Laravel?
Hello.
I'm completely new to Laravel ) I created authorization with the php artisan make:auth command. And now, let's say I want to change the design of the registration and authorization form. Please tell me:
- How to most competently change the design of pre-installed views from the point of view of Laravel's ideology?
Should I create new ones and override them in the controller? Or something there to inherit? What would be the most correct way? Or can you just edit /resources/views/auth/login.blade.php
and not bother?
I want to learn how to do it right.
Thank you.
Answer the question
In order to leave comments, you need to log in
Everything that is not in /vendor can be changed - this is your project, and you can do whatever you want with it. Yes, you can and should edit login.blade.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question