Support the ongoing development of Laravel.io →

23 Threads

Regarding the modules routing not working

Routing that I have created:- Route::prefix('user')->group(function() { Route::controller('users'...

0 Likes 0 Replies

Need Help with adding a mass update to current CRM

Hello, I am trying to add another mass update function to a current open source CRM code. I want to...

0 Likes 0 Replies

Simplest way to create new page directly in front-end

I want to have a function that lets admin create new page with routes and everything without hard co...

0 Likes 0 Replies

Trying to get property 'charge' of non-object

Hello everyone, Please Kindly note I'm getting this error "Trying to get property 'charge' of n...

0 Likes 6 Replies
posted 3 months ago

How to create a category service and service route ?

Hi Team ! I just wanna have a route like this : /{category_service_slug}/{service_slug}

0 Likes 3 Replies
posted 5 months ago

Laravel 8: Storing custom route attributes

What is the most simple way to store custom attributes such as page titles or other key value pairs...

0 Likes 0 Replies

custom domain use for users in a sinle project

How to use custom domains in Laravel? How to give different domains to different users in a project?...

0 Likes 1 Replies

API | controller | input value in function index

in my API project, i have a controller 'AccountController' I have to use the index function to retri...

0 Likes 0 Replies
posted 1 year ago

Laravel routes

Hello all, I'm using laravel 7, as for now I'm creating the routes of my project but whenever I try...

0 Likes 2 Replies

Routes and parameters

I have the following doubt: I would like to have routes with the following form. In the main route h...

0 Likes 3 Replies
posted 1 year ago

laravel versions

laravel 9.0 y older version laravel5.5 route is not supported for e,g [email protected] is not...

0 Likes 1 Replies

I want to shorten the routing file Api

Excuse my strange English. I originally touched Codeigniter and started Laravel 8 about a week ago,...

0 Likes 1 Replies

Move routes jetstream

Hello, I'm a PHP programmer but I'm starting in Laravel. I recently saw some videos on Youtube about...

0 Likes 1 Replies

Post Method Not Working

Dear Sir/Mam, I have developed my software code in Laravelframework8, same i have uploaded the sourc...

0 Likes 3 Replies
posted 1 year ago

sub domain routing

i recently setup subdomain routing in my local dev env and it works fine but when i move the code t...

0 Likes 2 Replies
posted 1 year ago

If Route is Missing Go New Route

Route::get('/{page:slug}', [App\Http\Controllers\PageController::class, 'show'])->missing(functio...

0 Likes 0 Replies

display a view on laravel 8 and not have a 404 NOT FOUND

I try to display a view but I get a 404 not found error, but my code seems correct. I have version 8...

0 Likes 2 Replies

How do I use routes without unique prefix?

Hello, I want to use routes without unique prefix like this: `Route::get('/{category:sef}', [App\Htt...

0 Likes 1 Replies

Why I am getting wrong URI?

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....

1 Likes 3 Replies

Error when caching routes

When running the route:cache command I get the error below exactly 50% of cases. Exactly every other...

0 Likes 1 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2023 Laravel.io - All rights reserved.