Blog
Filter
SHOWING 2 OF 2 POSTS
- Jan 19, 2025Fixing vite 'manifest not found' with Laravel Envoyer.Learn how to resolve the Vite manifest not found error during deployment by adding a build step.
- Laravel
- PHP
- Deployment
- Vite
- Envoyer
- Mar 13, 2024Double-check your Laravel validations and casts for data type shorthands.Laravel requires full data type terms (boolean, integer) for casts and validation rules, and using shorthand types like bool or int can lead to unnoticed bugs since they’re not detected by IDEs or static analysis tools.
- Laravel
- PHP