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

Hi,

Do you have some more info? How did you set up the routes?

0

This is my routing file:

Route::group( array('domain' => DOMAIN_NAME), function () { Route::get('/', array('uses' => 'coin@index'))->middleware('throttle:6'); Route::get('/generate', array('uses' => 'generate@index'))->middleware('throttle:6'); } );

Main site works but generate not, and every other address than / not works.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Rafał sojuz88 Joined 7 Oct 2017

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.

© 2024 Laravel.io - All rights reserved.