valet-plus

Blazing fast macOS PHP development environment

Downloads
35.6K
Stars
1.6K
Committers
144

Bot releases are hidden (Show)

valet-plus - 3.0.3 Latest Release

Published by mischabraam 4 months ago

What's Changed

Full Changelog: https://github.com/weprovide/valet-plus/compare/3.0.2...3.0.3

valet-plus - 3.0.2

Published by mischabraam 7 months ago

What's Changed

  • Add more version information
  • Install php extensions in support of Redis (#631) (https://github.com/weprovide/valet-plus/pull/633)
  • Only retrieve Elasticsearch running version when needed (performance boost) (#634)
  • Add shopware-cli binary
  • Add proxy for Drush commands (#635)

Full Changelog: https://github.com/weprovide/valet-plus/compare/3.0.1...3.0.2

valet-plus - 3.0.1

Published by mischabraam 8 months ago

What's Changed

Full Changelog: https://github.com/weprovide/valet-plus/compare/3.0.0...3.0.1

valet-plus - 3.0.0

Published by mischabraam 8 months ago

Full rewrite of Valet+ with the following major differences between the previous versions.

  • No longer a fork of Laravel's Valet, but a toolkit around Valet (valet is now a dependency).
  • No more platform dependencies when running commands.
  • Use command valet-plus instead of valet (for now).
  • Rename .env.valet to .valet-env.php.
  • Use command valet-plus elasticsearch|es use instead of valet-plus use elasticsearch|es .
  • Use 127.0.0.1 as Redis host instead of /tmp/redis.sock.
  • Choose which binaries to install (default all) and self-update on valet-plus install command.
  • Adds dependency on Docker for Elasticsearch, see https://docs.docker.com/desktop/install/mac-install/

Full Changelog: https://github.com/weprovide/valet-plus/compare/2.4.0...3.0.0

valet-plus - 2.4.2

Published by mischabraam 10 months ago

What's Changed

Full Changelog: https://github.com/weprovide/valet-plus/compare/2.4.1...2.4.2

valet-plus - 2.4.1

Published by mischabraam about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/weprovide/valet-plus/compare/2.4.0...2.4.1

valet-plus - 2.4.0

Published by mischabraam over 1 year ago

Replace henkrehorst tap by shivammathur tap

valet-plus -

Published by mischabraam almost 2 years ago

  • Remove xdebug.ini file after disabling xdebug
  • Use SHA265 for generating self signed certificates (#522)
  • Fix bedrockvaletdriver (#612)
  • Add support for php 8.2
valet-plus -

Published by mischabraam almost 2 years ago

Replace pecl extensions by shivammathur/extensions to support M1 Macs

valet-plus -

Published by mischabraam over 2 years ago

Support php8.1 (with deprecated suppression)

valet-plus -

Published by mischabraam over 2 years ago

valet-plus - 2.4.0-beta2

Published by mischabraam over 2 years ago

valet-plus -

Published by mischabraam over 2 years ago

valet-plus - 2.3.1

Published by mischabraam over 2 years ago

Fixed

  • [#596] Fix mysql 8 installation
  • [#595] Fix opening log with dynamic Brew path

Added

  • [#594] Add tailing logs
valet-plus -

Published by mischabraam almost 3 years ago

Fixed

  • [#587] Minimum version of symfony/process causes fatal error
  • [#549] Fix xdebug veriosn 2.9.8 for PHP 7.x

Changed

  • Start highest installed major of Elasticsearch on valet start
  • Use PHP 7.4 as default version

Added

  • [#572] Add support for usage on ARM processors (M1 mac's)
  • [#563] Add support for Xdebug 3
  • Add libyaml as brew devtool
  • Add support for Mysql 8
valet-plus -

Published by mischabraam about 3 years ago

valet-plus -

Published by mischabraam about 3 years ago

Possible Mysql 5.7 fix for Unknown table column_statistics mysqldump error (#503)
ioncube-support-for-php-74 +: Add support for ioncube PHP 7.4 (#583)
Install php version with --build-from-source (#581)
Update dependencies for php8 and fix broken (#585)
Use PHP 7.2 as default on install (#561)
Add support for PHP 8.0 (#550)
Auto support elasticsearch versions from Brew (#562)
Fix for Brew 2.7.0 brew list command without arguments is deprecated (#554)
Fix [email protected] not being able to be installed due to symlink error (#559)
Applied nginx changes based on Magento 2 Example NGINX (#517)

valet-plus - 2.0.0

Published by Neodork over 4 years ago

Upgrading from 1.0.x

To upgrade from 1.0.x please follow the upgrade guidelines.

Changelog

For a full commit changelog click here.

Removed

  • #393 Major part of the readme, now available in the WIKI
  • #437 Dependency on mysql-utilities because brew has deprecated the use of the formula.

Fixed

  • #401 Installation bug with apcu_bc due to double .so directives getting placed in php.ini.
  • #402 Installation bug with ioncube due to PHP 7.3 not being configured.
  • #403 Installation bug with memcached on MacOS Mojave due to zlib not being installed by default anymore.
  • #408 Installation bug with Elasticsearch due to PECL yaml not being installed.
  • #408 Bug while switching Elasticsearch version by always suffixing the version in the datapath config.
  • #425 Bug in custom PECL extensions throwing errors when no url is set for custom extension.
  • #426 Bug in valet fix command trying to install PHP 7.1 as default.
  • #435 Bug in fix command as all errors needed to be present to fire fix logic.
  • #449 Xdebug not installing on PHP version 7.0 due to new xdebug version which only supports PHP 7.1+.
  • #447 Versioned MySQL (E.G: [email protected]) not being linked upon install.

Changed

  • #399 Existing files to adhere to PSR-2 code style.
  • #414 Magerun to version 1.103.1.
  • #414 Magerun2 to version 3.2.0.

Added

  • #393 Changelog file to keep track of changes.
  • #394 Azure pipelines integration as start for the automated testing setup.
  • #399 PHP_CodeSniffer to project dependencies to ensure code style validation tools.
  • #404 Github issue templates to enforce workflows.
  • #404 Contributor guidelines CONTRIBUTING.md to explain workflows.
  • #425 Added support for switching to PHP 7.4.
valet-plus -

Published by mischabraam about 5 years ago

Fix Shopware5 Driver
Fix Elasticsearch dependencies
Add support to switch to Elasticsearch 6.8
Load server environment variables for Magento2 static files

valet-plus - 1.0.28

Published by samgranger over 5 years ago

  • Only write the z-performance.ini if it doesn't exist yet (#332)
  • Read userpath from current user instead of file owner (#333)
  • Update mailhog and elasticsearch conf on domain change (#336) (#337)
  • Update secure.valet.conf (#342)
  • Added memcache install / uninstall commands through brew and pecl. (#345)
  • [TASK] Secure Domain Longer FastGCI timeout for local development (#346)
  • [TASK] Updated magerun2 to latest version to work with 2.3.1 (#347)
  • Add Shopware Platform Support (#355)
  • Fix setting domain on install
  • Add support to switch Elasticsearch version (#367)

A big thanks to @mischabraam, @mnaczenski, @dheesbeen @SanderAtom @JPry @Serializator & @kozie for making this release possible.

Package Rankings
Top 9.43% on Packagist.org
Badges
Extracted from project README
slack
Related Projects