CACharles Awulorincawulor.hashnode.dev·Sep 17, 2021 · 2 min readSearch functionality in LaravelWhile I was working on my most recent project which was a train ticket booking system I had to implement a trip search functionality which has to return result for the selected trip origin,trip destination,trip date and return the result for all avai...0-1
CACharles Awulorincawulor.hashnode.dev·Jul 26, 2021 · 1 min readDisable past date in HTML form date selection.Durning my early days as a software developer I was building an appointment booking form and I needed to add date selection to the form whereby past dates can't be seleted and I found it difficult to implement but I worked around it successfully . So...00
CACharles Awulorincawulor.hashnode.dev·Jul 9, 2021 · 2 min readHow to install Laravel-admin in your new Laravel projectIn this tutorial I am going to walk you through the quick and easy process of installing a Laravel-admin dashboard in your new Laravel project. I am going to make this as brief as possible and also straight to the point . Laravel as a framework has a...01J