cable8mm / valet-drivers
CakePHP2 and Zeroboard valet drivers collection
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.0
Requires (Dev)
- laravel/pint: ^1.0
- laravel/valet: ^4.6
README
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.