Releases: cpriego/valet-linux
Merge PR #32 and add Wiki
This version contains the merge of the PR #32 and a revamp to the documentation.
Please read the docs before submitting an issue. Most of the time you'll find your problem has already been solved.
Thanks again to all the contributors (submitting PRs, answering issues, raising issues) for their help, it is really appreciated.
Fix double semicolon
Fix for double semicolon in nginx.conf
Bump version
Huge improvements and Arch
This version brings many improvements ported from the official Laravel Valet and support for Arch Linux.
- Removed sudoers file. If you were concerned about security Valer for linux no longer creates a sudoers file. Instead it will append sudo to only the commands that require it. As a side effect this should also fix problems with
valet open
- Better looking
valet links
- Arch support!
- Fix for query_string issues
- Fix for Configuration::uninstall not removing the .valet directory
- Some visual improvements to
valet status
If you have update problems, just remove and reinstall the package again from composer.
Thanks a lot to everyone who has helped with PRs and reporting issues, we really appreciate it. Sorry if I've been slow, I was really busy at work.
Slugs
Fix to getPHPVersion
There was an issue where installing the php-cli package in ubuntu broke the getPHPVersion function returning only an empty string. It is fixed now thanks to @moraya-re
Fixed Nginx installation issue
- Fixed installation command order to prevent failure when there is no nginx service to stop
- Fixed nginx test accordingly
- Cleaned up
valet links
output - Deleted an unnecesary line in the readme
Valet Linux
This is the first version to allow installation in distros other than Ubuntu. Thanks to the contributions of @TheNodi we are now able to run Valet Linux in Fedora and, I hope, other RPM-based distros. Everything have been set to easily support other package and service managers. The repo has been renamed to reflect this change.
2.0.2 at December 12, 2016
- Decrease minimal Ubuntu version to 14.04 (as we no longer depend on systemd)
- We now take advantage of the default config and folder structures of the Ubuntu versions of Nginx and PHP-FPM:
- Instead of rewriting all of PHP-FPM config we take advange of pools (pool.d folder)
- Instead of rewriting nginx.conf with all those radical changes, we simply include a new folder and change the user it is run as, that way it shouldn't break any previously configured sites.
2.0.1 at December 11, 2016
- Bump version
- Changed web server from Caddy to Nginx
- Merge all improvements from Laravel Valet 2.0
- Fix Travis CI