List the dependencies required by the project and explain how to install them (composer install, npm install, etc.).
Include details on database setup, including migration commands (php artisan migrate) and any seed data required for development.
Explain how to start the development server (e.g.: php artisan serve or Apache Virtual Hosts) and any other tools (like a Docker setup if applicable).