why im gettting this error Illuminate\Contracts\Container\BindingResolutionException vendor\laravel\...
With Password Confirmation enabled, after a POST request to the /user/two-factor-authentication endp...
I am working on a blogging application in Laravel 8. I am trying to display articles by tag at the f...
I was using web.php Route::get('/products/{slug?}', [ProductsController::class, 'products'])->nam...
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}
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.