I have a form.blade.php file that I reuse to both create and update a resource (eloquent model). I'm...
Hello everyone, Lately, I've been experiencing some technical issues with my Laravel project. Out of...
I did a multi-authentication login between admin and doctors and nurses if it's Admin it redirects i...
Hi there, I am trying to add Policy check to my Volt::route(), however Model Binding seems not to wo...
I'm working on a Laravel application where I have implemented the password reset feature. However, I...
Hello everybody, working on a buiding of a e-com project. I've this snippet on navigation.blade.php...
If you try to open the category (tables) and select (Red table with white borders) in it, then such...
Hello everyone, I build an application and I try to limit the allowed methods/ endpoints. Particular...
I have this code of my CRM which is working fine, but the drop-down menu is showing the user ID inst...
Hello, I have currently a weird setup, my Laravel Octane listen to 127.0.0.1:8000 and I have an ngin...
I am working on a Laravel project. And I want to remove 'public' from the url. How to remove it?
Routing that I have created:- Route::prefix('user')->group(function() { Route::controller('users'...
Hello everyone, Please Kindly note I'm getting this error "Trying to get property 'charge' of n...
Hello, I am trying to add another mass update function to a current open source CRM code. I want to...
I want to have a function that lets admin create new page with routes and everything without hard co...
Hi Team ! I just wanna have a route like this : /{category_service_slug}/{service_slug}
What is the most simple way to store custom attributes such as page titles or other key value pairs...
How to use custom domains in Laravel? How to give different domains to different users in a project?...
in my API project, i have a controller 'AccountController' I have to use the index function to retri...
Hello all, I'm using laravel 7, as for now I'm creating the routes of my project but whenever I try...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community