Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sub-domain routing #5

Open
mrjgreen opened this issue Aug 23, 2014 · 2 comments
Open

Add sub-domain routing #5

mrjgreen opened this issue Aug 23, 2014 · 2 comments

Comments

@mrjgreen
Copy link
Owner

Add subdomain routing with wildcard parameters like http://laravel.com/docs/routing#sub-domain-routing

@cavid90
Copy link

cavid90 commented Feb 24, 2017

Does subdomain routing work ? If yes, then how ?

@mofizul21
Copy link

@mrjgreen sub-domain routing only working for the home route.

$router->controller('/aaa/smsecom/', App\Controllers\Frontend\HomeController::class);
$router->controller('/aaa/smsecom/users', App\Controllers\Frontend\UsersController::class);

But not for the /users route. It's happening in localhost (Laragon and Xampp) and live server.

Is it possible to solve?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants