Let's get started
Laravel has an incredibly rich ecosystem.
We suggest starting with the following.
- Read the Documentation
- Watch video tutorials at Laracasts
@if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @else @endif
Laravel has an incredibly rich ecosystem.
We suggest starting with the following.