You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that only IPv4 is possible.
I have seemed the implementation serve command and have founded the explode by : but it is used when try to bind the IPv6 address as host.
Steps To Reproduce
composer create-project --no-install --no-scripts --prefer-dist laravel/laravel test
cd test
composer install
npm install
composer run-script post-root-package-install
composer run-script post-create-project-cmd
php artisan serve --host="[::1]"
The text was updated successfully, but these errors were encountered:
I'm curious as to why you would bind to IPv6 with Artisan Serve, as it's meant to use locally, not putting it down, just certainly interesting as I've never thought of that idea.
Laravel Version
10.15.0
PHP Version
8.1.21
Database Driver & Version
Debian 11
Description
Hello guys, when i decide to reproduce the bug IPv6 URLs with square brackets are not supported by Laravel's routing system, i created a new laravel project from streach to try to reproduce this... but dont be possible to run the local development server with "artisan serve" command with IPv6 address:
Notice that only IPv4 is possible.
I have seemed the implementation serve command and have founded the explode by : but it is used when try to bind the IPv6 address as host.
Steps To Reproduce
The text was updated successfully, but these errors were encountered: