Simple Kanban with Laravel 8.12, Jquery and Blade template.
composer update(inside the project folder)composer installnpm installcp .env.example .env- update your database config in .env
- start a local server with the command -
php artisan serve npm run watch- to live view run laravel mix