why can't you use Herd?
Sep 1, 2025
3
Level 1
batch file to run my project locally
please help to have a batch file which can run my laravel project , created batch file as below, please advise for best practices.
my .bat file contains :
REM Change this path to your Laravel project's root directory
cd /d "C:\xampp\htdocs"%1
echo Starting Laravel development server...
php artisan serve
pause
Please or to participate in this conversation.