Skip to content

Releases: cpriego/valet-linux

Merge PR #32 and add Wiki

23 Mar 19:21
Compare
Choose a tag to compare

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

10 Mar 15:13
Compare
Choose a tag to compare

Fix for double semicolon in nginx.conf

Bump version

Huge improvements and Arch

06 Mar 07:17
Compare
Choose a tag to compare

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

12 Feb 21:06
Compare
Choose a tag to compare

With this change you can a more varied choice of folder names (even with spaces, yay!) and the URL will be a slug of that folder name.

"This Folder" => "this-folder.xyz"
"crème brûlée" => "creme-brulee.xyz"

Fix to getPHPVersion

10 Feb 06:54
Compare
Choose a tag to compare

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

07 Feb 20:13
Compare
Choose a tag to compare
  • 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

05 Feb 07:11
Compare
Choose a tag to compare

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

12 Dec 19:02
Compare
Choose a tag to compare
  • 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

11 Dec 07:30
Compare
Choose a tag to compare
  • Bump version
  • Changed web server from Caddy to Nginx
  • Merge all improvements from Laravel Valet 2.0
  • Fix Travis CI

1.1.16 at June 21, 2016

21 Jun 17:51
Compare
Choose a tag to compare
  • Bump version
  • Fix scan certificates directory error when first change domain
  • unlink command: fix for the empty issue
  • Write description for secure and unsecure commands
  • Add error log to Caddy (PR #3)
  • Fix SpaValetDriver error (PR #2)