Support the ongoing development of Laravel.io →
Homestead Laravel
Last updated 1 year ago.
0

Is it the order? The wildcard on {event} is catching the 'new'. try this order:


Route::get('/', '[email protected]');
Route::get('new', 'EventsCon[email protected]');
Route::get('{event}', '[email protected]');

0

Ah, I knew it was something simple. Thanks a bunch!

0

Sign in to participate in this thread!

LaraJobs

Your banner here too?

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.