cable8mm/valet-drivers

CakePHP2 and Zeroboard valet drivers collection

v2.1.2 2024-04-09 12:34 UTC

This package is auto-updated.

Last update: 2024-04-09 12:35:46 UTC


README

code-style Packagist Version Packagist Downloads Packagist Dependency Version Packagist License

Copy CakePHP2ValetDriver.php to your ~/.config/valet/Drivers folder for Laravel/Valet, or to ~/Library/Application Support/Herd/config/valet/Drivers folder for Laravel Herd, after setting up a Laravel/Valet.

Features

  • Support Vite and javascript framework to use dist folder
  • Support CakePHP2
  • Support Zeroboard(not XpressEngine)

Usage

Installation

composer create-project cable8mm/valet-drivers

Install custom valet drivers

composer valet
# copy drivers to valet custom drivers folder

composer herd
#copy drivers to herd custom drivers folder

And visit your local site. Everything else is not required except for copying.

Formatting

composer lint
# Modify all files to comply with the PSR-12.

composer inspect
# Inspect all files to ensure compliance with PSR-12.

Test

Testing the Valet driver is challenging; thus, if you encounter any issues, please create an issue to address your situation, and we'll resolve it promptly.

License

The CakePHP2 and Zeroboard Valet Driver Collection is open-sourced software licensed under the MIT license.