themosis / documentation

Official documentation of the Themosis framework.
http://framework.themosis.com/
52 stars 37 forks source link

php console serve command #69

Open Jaspervv opened 5 years ago

Jaspervv commented 5 years ago

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.

jlambe commented 5 years ago

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

Jaspervv commented 5 years ago

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.