I already have my personal portfolio website hosted on Digital Ocean droplet and a spare domain that I have, I thought I would make use of it for this project.
ReadFollowing the Laravel docs, I created a controller for the Motorbike listings
ReadIn Laravel, routes serve as a crucial component for defining the entry points of your web application. They determine how HTTP requests should be handled and which controllers or closures should respond to them
ReadThe creation of a motorbike listings page was both an exciting and educating journey.
ReadI created a new Laravel project locally on my machine and created a GitHub repo to back up my work. With the idea of deploying the application once it has been completed.
Read