This is the Vite development server that provides Hot Module Replacement for your Laravel application.

To access your Laravel application, you will need to run a local development server.

Artisan Serve

Laravel's local development server powered by PHP's built-in web server.

Laravel Sail

A light-weight command-line interface for interacting with Laravel's default Docker development environment.

Your Laravel application's configured APP_URL is:
{{ APP_URL }}

Want more information on Laravel's Vite integration?

Read the docs →