Tweet
Did some cleaning up of my code, and sorted out the login/logout navigation on the frontend, I've got some vehicle listings showing on the homepage.

It's slowly coming along, not much done today as I'd hoped but that's it for today!

#Laravel #PHP #BuildInPublic
I've got my #CRUD functionality in and working, so I can now create, read, update and delete vehicle listings.

Some TLC is required but I can do that next time. That's enough for today.

#Laravel #PHP #BuildInPublic
I'll fix the duplication listing and add the images in for the vehicles, I may need to add a fallback image, but may not be needed as the upload field is required. I'll have to triple-check that.

#Laravel #PHP #buildinpublic
And I am calling it a day for today! I've managed to list my vehicles created whilst authenticated.

I made a typo error in one of my $fillables on my model therefore the image was not being saved on create(). Now fixed!

#Laravel #PHP #buildinpublic
I'm getting to grips with setting up relationships on my models and looping over the data. It's slowly but surely getting there! It might take me longer than others to get to grips with something but I will get there in the end!

#Laravel #PHP #BuildInPublic
Currently playing around with blade components, slots, Tailwind CSS and setting up my form to create vehicle listings when logged in as an authenticated user.

#Laravel #PHP #BuildInPublic
I made a controller in #Laravel, configured the route in web.php and was bashing my head thinking why my view wasn't rendering. I forgot to return the view in the index() and create() methods. Doh! 🤦🏽‍♂️

#PHP #buildinpublic
Building a side-project for fun, learning the #Laravel framework and playing around with #TailwindCSS

A car/van rental website, with vendors able to add their vehicles through an admin panel, currently working on the frontend. I need to move to the backend soon!

#buildinpublic