shlogg · Early preview
Raheel Shan @raheelshan

Remix Developer, Tailwind, Laravel, Full Stack Developer at Ohad Technologies

Common Solutions That Didn't Work: A Hidden Cause In Laravel Projects

Common solutions failed to resolve Laravel's Unable to locate file in Vite manifest error. The actual cause was a missing vendor/lakm/laravel-comments/resources/css/app.css file due to an unrun installation command: php artisan commenter:install.

Laravel Advanced Routing Techniques Revealed

Laravel routing techniques: Domain or subdomain routing, named routes vs url() helper, and leveraging route groups for organization improve app structure and maintainability.