A short guide on how to install an in-development (dev branch) version of Laravel using Composer. Covers two approaches: a fresh install via `composer create-project` with the `dev-develop` branch, and upgrading an existing project by setting `minimum-stability` to `dev` in `composer.json` and updating the framework version constraint before running `composer update`.