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...
I have the following doubt: I would like to have routes with the following form. In the main route h...
laravel 9.0 y older version laravel5.5 route is not supported for e,g laracontroller@method is not...
Excuse my strange English. I originally touched Codeigniter and started Laravel 8 about a week ago,...
Hello, I'm a PHP programmer but I'm starting in Laravel. I recently saw some videos on Youtube about...
Dear Sir/Mam, I have developed my software code in Laravelframework8, same i have uploaded the sourc...
i recently setup subdomain routing in my local dev env and it works fine but when i move the code t...
Route::get('/{page:slug}', [App\Http\Controllers\PageController::class, 'show'])->missing(functio...
I try to display a view but I get a 404 not found error, but my code seems correct. I have version 8...
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