valet-linux-plus

Advanced local development experience for Linux.

MIT License

Downloads
10.6K
Stars
143
Committers
5

Bot releases are visible (Hide)

valet-linux-plus - 2.0.1 Latest Release

Published by uttamrabadiya 4 months ago

Fixes:

  • Fixed migration process
    • Rewrite SampleValetDriver.php file
    • Avoid updating php not installed php versions
  • Fixed valet update command to support major update.

Full Changelog: https://github.com/genesisweb/valet-linux-plus/compare/2.0.0...2.0.1

valet-linux-plus - 2.0.0

Published by uttamrabadiya 4 months ago

Description

Requirement

  • PHP 8.2 or higher
  • Other detailed requirement can be found from here

Major Changes

  • Added new isolation command (valet isolate, valet isolated, valet unisolate) Read more on documentation
  • Migrated valet's home directory from ~/.valet to ~/.config/valet
  • Updated valet use command to only work with php version 8.2 & 8.3, you can still use other php versions via isolated isolate commands.
  • Added PHP Bash file to support isolated directories.
  • Removed ngrok's binary from source code, and added install support via valet install command

Source code change

  • Refactored entire code base
  • Implemented CodeSniffer & CS Fixer
  • Added Unit tests for all commands.

Full Changelog: https://github.com/genesisweb/valet-linux-plus/compare/1.6.9...2.0.0

valet-linux-plus - 1.6.9

Published by uttamrabadiya 7 months ago

Fixes:

  • Updated supported version
  • Updated ngrok binary
valet-linux-plus - 1.6.8

Published by uttamrabadiya 8 months ago

Fixes:

  • Updated supported version.
  • Removed extra function.
  • Renamed images directory to art.

Full Changelog: https://github.com/genesisweb/valet-linux-plus/compare/1.6.7...1.6.8

valet-linux-plus - 1.6.7

Published by uttamrabadiya over 1 year ago

Fixes:

  • Fixed mailpit service install.
  • Fixed firefox ssl certificate issue.

Full Changelog: https://github.com/genesisweb/valet-linux-plus/compare/1.6.6...1.6.7

valet-linux-plus - 1.6.6

Published by uttamrabadiya over 1 year ago

valet-linux-plus - 1.6.5

Published by uttamrabadiya over 1 year ago

What's Changed

Full Changelog: https://github.com/genesisweb/valet-linux-plus/compare/1.6.4...1.6.5

valet-linux-plus - v1.6.4

Published by uttamrabadiya over 1 year ago

What's Changed

  • Fixed PHP support for Arch Linux by @uttamrabadiya
  • Fixed isolate command to work with links.

Full Changelog: https://github.com/genesisweb/valet-linux-plus/compare/1.6.3...1.6.4

valet-linux-plus - 1.6.3

Published by uttamrabadiya over 1 year ago

  • Fixed DB Commands.
  • Foxed Arch Linux support for FPM Command.
valet-linux-plus - 1.6.1

Published by uttamrabadiya over 1 year ago

What's Changed

  • Added:
    • PHP Version isolation support.
    • New commands: php, composer.
  • Fixed:
    • Nginx proxy integrations.
    • Removed valet-dns service.
    • Fixed proxy support.
    • Fixed ngrok verify auth command.
    • Fixed Nginx config files.
    • Removed extra conf files.
    • Fixed valet-dns custom tld support.
    • Fixed Dnsmasq config issue for Fedora & Arch Linux.
    • Fixed PHP Fpm support for Fedora & Arch Linux.

Full Changelog: https://github.com/genesisweb/valet-linux-plus/compare/1.6.0...1.6.1

valet-linux-plus - 1.6.0

Published by uttamrabadiya almost 2 years ago

What's Changed

  • Fixed network disconnection issue.
  • Fixed Redis-server support for Pacman & Yum.
  • Fixed MySQL Install command.
  • Fixed initial install command.

Note: Run valet install command after updating to this version. This command will fix network disconnection issues for existing users.

valet-linux-plus - 1.5.8

Published by uttamrabadiya about 2 years ago

What's Changed

  • Added ide VS Code support
  • Added php 8.1 support

Full Changelog: https://github.com/genesisweb/valet-linux-plus/compare/1.5.6...1.5.8

valet-linux-plus - 1.5.6

Published by uttamrabadiya about 2 years ago

What's New

  • Added open ide shorthand commands
  • Added MariaDB Support
  • Added Proxy support
  • Added Ngrok Authentication support & verification before sharing tunnels

Full Changelog: https://github.com/genesisweb/valet-linux-plus/compare/1.5.5...1.5.6

valet-linux-plus - 1.5.5

Published by uttamrabadiya over 2 years ago

What's Changed

Full Changelog: https://github.com/genesisweb/valet-linux-plus/compare/1.5.4...1.5.5

valet-linux-plus - 1.5.4

Published by uttamrabadiya over 2 years ago

What's Changed

  • Updated dependency versions.
  • Added support to install general extension along with PHP version.
  • Updated ngrok to v3.
valet-linux-plus - v1.5.3

Published by uttamrabadiya over 4 years ago

  • Updated readme.md, moved documentation on dedicated site.
  • Fixed self update command
valet-linux-plus - Updated Readme

Published by uttamrabadiya over 4 years ago

Updated readme.md content, Improved MySQL commands.

  • Updated readme doc.
  • Improved MySQL commands.
    • Improved MySQL import/export commands.
    • Improved error handling on DB create & drop commands.
  • Added directory listing support on LAN.
  • Fixed Mailhog status command.
valet-linux-plus - 1.5

Published by dvmunjapara over 4 years ago

  • Removed support for PHP 7.0
  • Added specific version of symfony/console
valet-linux-plus - 1.4

Published by uttamrabadiya almost 5 years ago

  • Added support to access valet sites on lan.
  • Added pre-defined route [https://your-ip/valet-sites] to switch between available sites.
valet-linux-plus - v1.3

Published by dvmunjapara almost 5 years ago

  • Fixed database creation issue
  • Updated readme