Install

Hosting on Digital Ocean

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.

Read
Controllers

Creating a Motorbike Controller

Following the Laravel docs, I created a controller for the Motorbike listings

Read
Routes

Laravel Routes

In 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

Read
Models

Creating a Motorbike Listings Page

The creation of a motorbike listings page was both an exciting and educating journey.

Read
Install

Installing Laravel and Tailwind

I 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