This is Laravel project but it uses different technologies in it like svelte, tailwind etc.
app/Modules/Tasks
routes/api.php
app/Http/Controllers/TaskController.php
app/Console/Commands/SaveTasks.php
.env
filecomposer install
php artisan key:generate
npm install
to install all npm packagesnpm run dev
to start vite watch your filesphp artisan serve
to start your laravel applicationphp artisan migrate
php artisan db:seed --class=DeveloperSeeder
php artisan task:save