Laravel To Do App CRUD with Task and Category models Setting Up To set up an app, do the following: Clone the repository Run migrations -> php artisan migrate Install assets -> npm install && npm run dev Run php dev server -> php laravel serve