New Laravel apps also now include a "setup" Composer script.
This is super convenient when you clone down an existing Laravel application and need to get it up and running by installing dependencies, .env.example -> .env, migrate database, npm install build, and whatever else. 😅
> git clone
> composer setup
> composer dev