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.
- Support Vite and javascript framework to use
dist
folder - Support CakePHP2
- Support Zeroboard(not XpressEngine)
composer create-project cable8mm/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.
composer lint
# Modify all files to comply with the PSR-12.
composer inspect
# Inspect all files to ensure compliance with PSR-12.
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.
The CakePHP2 and Zeroboard Valet Driver Collection is open-sourced software licensed under the MIT license.