https://laravel.com/docs/10.x/installation#getting-started-on-windows
- Docker Desktop
- WSL
- Laravel
- Inertia JS (Vue JS)
- CSS (Tailwind)
- Database (SQlite)
- open your terminal
- git clone https://github.com/mhardaniel/task-management-system.git
- cd task-management-system
- cp .env.example .env
- php artisan key:generate
- ./vendor/bin/sail up
- php artisan migrate
- you can access the application in your web browser at: http://localhost
Tasks that are moved to trash can be deleted permanently either manually or within 30 days.
- php artisan model:prune --pretend
mhardaniel