Jan 25, 2018
5
Level 1
Is there any server that you would recommend to use with Laravel for local development?
Im using Laravel for the first time and learning a lot. I REALLY like it. Anyway, title question. Im currently using Xampp, but is there any other server that you think everyone should start using? Thanks!
Level 8
Laragon is a ery good choice ... but I would recommend ... for local development just use MySQL/MariaDB and PHP ... and execute
php artisan serve
on your command prompt to tets your project ... just that my friend
1 like
Please or to participate in this conversation.