documentation icon indicating copy to clipboard operation
documentation copied to clipboard

php console serve command

Open Jaspervv opened this issue 5 years ago • 2 comments

It might be worth documenting the php console serve command, it's a nice alternative if you don't use Homestead.
Here is how Laravel documents it on their Installation page.

Jaspervv avatar Apr 08 '19 08:04 Jaspervv

Indeed but in my tests, you still need to create a MySQL database on the side to make it work properly.

jlambe avatar Apr 08 '19 08:04 jlambe

Yes, unlike using something like Homestead it doesn't provide a full development environment.
But it's a lot easier than having to manage a bunch of vhost configuration files, and a lot cleaner than putting all your projects in xampp/htdocs and getting ugly urls like localhost/themosis/htdocs.

Jaspervv avatar Apr 08 '19 08:04 Jaspervv