Run Laravel locally without installing anything.
(Currently only available for Mac)
Run your entire local development from a simple interface. You don’t need to open 4 different terminal windows just to get your project up and running.
A serve project comes with a web server, database, Redis installation and node environment. No need to install anything manually.
Never worry about upgrading PHP, MySQL, Node or Redis again. Simply pick the version to update to and start your project. You can even run different versions in different projects.
Ensure that all team members are running the same versions, always. A config file is added to your repository that can be committed and used by all developers.
Get the full power of Docker under the hood, without having to know anything about Docker. If you are a Docker expert you can easily customise the docker file to suit your needs.
A serve project is a Docker project. If you don’t wanna use Serve anymore you can manually run your project with Docker.