A command line installer for the Laravel framework.
# To create a new Laravel application:
laravel new <name>
# To use the latest development release:
laravel new <name> --dev
# To overwrite if the directory already exists:
laravel new <name> --force
# To list the available installer commands:
laravel list