Routing that I have created:- Route::prefix('user')->group(function() { Route::controller('users'...
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...
Hello everyone, Please Kindly note I'm getting this error "Trying to get property 'charge' of n...
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 [email protected] 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...
Hello, I want to use routes without unique prefix like this: `Route::get('/{category:sef}', [App\Htt...
I am currently on http://127.0.0.1:8000/cars/ I have a link that has to route me to http://127.0.0....
When running the route:cache command I get the error below exactly 50% of cases. Exactly every other...
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