Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

odionk's avatar
Level 1

point laravel route to custom domain

Hello i have sub domain created in cpanel, i want to point the sub domain to a particular route in web.php without the subdoamin loading other route

Route::controller('SiteController')->group(function () {
        Route::get('connect','connectPages')
            ->withoutMiddleware('maintenance')
            ->name('connect.pages');
 });
0 likes
1 reply

Please or to participate in this conversation.