Laravel – How adding a trait to a model from a package
I’ve built a role module (package) where I’ve used the HasRole trait in the User model. Now, I’m trying to
I’ve built a role module (package) where I’ve used the HasRole trait in the User model. Now, I’m trying to
I have a table in the database that I named department, and another that I named doctor. I plan to
I am trying to validate multiple select field but is is not giving any error message, if i am not
I have ZERO php experience, so my code/problem is purely based off Googling. I apologize in advance if you all
I’m getting google calendar events, via iCal, which have a date like this:
'20240713T011500Z'
The regular php funcs dont
I can’t execute a shell script with a cron job on WordPress (knowing that I can’t use crontab). I can
How can I send back the client who has just created their account on the home page by postponing the
I am currently using Laravel Scout to search through my models with the database driver
My search controller looks like
I am encountering the following error in my new installation of laravel 11 and vue when I try to submit
I’m developing a laravel api using resource controller. There I have to use PUT method for updating something.
When I