ujjwal's avatar

Help Please!

Hey i have been select for internship so the company given me their website source code and said to that do change in website but the problem is i did never work with laravel a lot so now i am learning it but i am not understanding in which file i should go inside If i did change in some file how i would now that it is fine and run the site locally

0 likes
2 replies
tykus's avatar

If you are unsure where to begin, then you should start in the routes files route/web.php and/or routes/api.php - starting from a URI, from there you can follow the code through a Controller, Model and Views to find where any changes are required. If you are working locally, you can try things out and break the website without worrying about breaking production. If you are using version control, you can back out of any changes if an idea doesn't work out.

1 like
siangboon's avatar

It's a good opportunity for you to learn, I think the first step for you would be go through the beginner series, https://laracasts.com/series/laravel-from-scratch-2017 before asking the question in more specifically... Jeffrey had covered most of the fundamental things for beginners, in fact it's quite details, it's not just help building your knowledge of Laravel but also the better mindset of programming.

1 like

Please or to participate in this conversation.