Download the PHP package laracodedeveloper/laraserve-windows without Composer
On this page you can find all versions of the php package laracodedeveloper/laraserve-windows. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download laracodedeveloper/laraserve-windows
More information about laracodedeveloper/laraserve-windows
Files in laracodedeveloper/laraserve-windows
Package laraserve-windows
Short Description A more enjoyable local development experience for Windows.
License MIT
Informations about the package laraserve-windows
Introduction
Laraserve is a Laravel development environment for Windows. No Vagrant, no /etc/hosts file. You can even share your sites publicly using local tunnels. Yeah, we like it too.
Laravel Laraserve configures your Windows to always run Nginx in the background when your machine starts. Then, using Acrylic DNS, Laraserve proxies all requests on the *.test domain to point to sites installed on your local machine.
Documentation
Before installation, make sure that no other programs such as Apache or Nginx are binding to your local machine's port 80.
Also make sure to open your preferred terminal (CMD, Git Bash, PowerShell, etc.) as Administrator.
- If you don't have PHP installed, open PowerShell (3.0+) as Administrator and run:
This script will download and install PHP for you and add it to your environment path variable. PowerShell is only required for this step.
-
If you don't have Composer installed, make sure to install it.
-
Install Laraserve with Composer via
composer global require laracodedeveloper/laraserve-windows. -
Run the
laraserve installcommand. This will configure and install Laraserve and register Laraserve's daemon to launch when your system starts. - If you're installing on Windows 10, you may need to manually configure Windows to use the Acrylic DNS proxy.
Laraserve will automatically start its daemon each time your machine boots. There is no need to run laraserve start or laraserve install ever again once the initial Laraserve installation is complete.
Known Issues
- When sharing sites the url will not be copied to the clipboard.
- You must run the
laraservecommands from the drive where Laraserve is installed, except for park and link. - If your machine is not connected to the internet you'll have to manually add the domains in your
hostsfile or you can install the "Microsoft Loopback Adapter" as this simulates an active local network interface that Laraserve can bind too.
Laraserve park or link folder
- You have to run all the Laraserve commands that restart a service from the C drive (eg:
laraserve install,laraserve start,laraserve restart,laraserve stop). - But you can still run
laraserve park folder/laraserve link folderfrom the D drive but if you want to secure a domain you'll have to run laraserve secure some-site from the C drive.
Useful Links
All versions of laraserve-windows with dependencies
illuminate/container Version ~5.1
mnapoli/silly Version ~1.0
symfony/process Version ~2.7|~3.0|~4.0|~5.0
nategood/httpful Version ~0.2
tightenco/collect Version ^5.2
phpseclib/phpseclib Version ^2.0