#How to update existing Laravel app/website

5 messages · Page 1 of 1 (latest)

sharp pilot
#

Hello! I have been working with WordPress for 3 years now and one of my clients has a website built with Laravel. He would like me to make some changes to this website and I would love to be able to do this to but I am not quite understanding some things...

I have access to his hosting and cPanel for his Laravel app/website. How would I make a change to an existing page? Which is a view?

I hope my question makes sense! Thank you for any insight. #1019646242709569617

echo harbor
#

Hey 👋 so this is a BIG question, it would depend on how complicated the application is etc.

Your best bet would be to get a good little foundation in how laravel works, i suggest looking at the free courses on Laracasts.com to get started.

sharp pilot
#

Thank you. It doesn't seem like an overly complicated app but then again I am not 100% sure. I am currently watching some beginner videos on Laravel on YT.

I signed up for Laracast last night, https://laracasts.com/series/laravel-8-from-scratch seems to be the place to start? Thank you! 🙂

echo harbor
#

The first place to start is always routes/web.php - find the URL of the page you want to edit, then start experimenting from there!

#

Yep that's the one, best of luck.