You can actually use the built-in server provided by laravel. make sure port 8000 is available
php artisan serve
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Which local server have you set up? Is there a way to make the loading times as fast as on the live server? I'm still a beginner and work with Xampp. Sometimes the loading times are 1-2 seconds.
@Ssionn That is actually just a wrapper for the built in php serve command.
@damann8479 I suggest trying Laravel Herd, it works for both Windows and Mac
Please or to participate in this conversation.