Skip to content

Laravel fetch data by something else than id

So I’m a total newbie in laravel and I don’t know if it can be done but I saw that in the controller I can display data of a specific ‘id’ with this in my api.php: And this in my BookController.php : I’m using Angular for the front and I have a searchbar to search by ‘title…

Multiple Fields search MySQL database using php

I’m almost there, my code it doesn’t show any results. it’s a basic form where users search by postcode and property type. they should be able to search by entering only the postcode or both. I’m …

How can i make my delete function work in php

my code was working but i don’t know how to create a delete function i tried my best to search some but it doesn’t fit in this code im still learning the basics and i will really appreciate the help, …

TYPO3 – Error by creating custom content element

I need your help creating a custom content element. I use TYPO3 ver. 10.4.21 and I’d added extensions (fluid_styled_content and sitepackage). I could create a wizard and content type (CType) for dropdown list, but if I let show my content element on the frontend (websie), then an error occured: Oops, an…