Skip to content

Instantly share code, notes, and snippets.

@petronioamaral
Created June 1, 2024 16:10
Show Gist options
  • Save petronioamaral/2b89b751cabe092bdb19bab9dba6f88b to your computer and use it in GitHub Desktop.
Save petronioamaral/2b89b751cabe092bdb19bab9dba6f88b to your computer and use it in GitHub Desktop.
Vite manifest not found laravel breeze blade
Vite manifest not found laravel breeze blade
Replace
@vite(['resources/css/app.css', 'resources/js/app.js'])
TO
<link rel="stylesheet" href="{{ asset('css/app.css') }}">
<script src="{{ asset('js/app.js') }}"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment