Laradock is a project that provides a ready to go contains tailored for Laravel use.
Download or clone Laradock in your project's root folder:
git clone https://github.com/Laradock/laradock.git
Change directory into Laradock and generate the .env file needed to run your configurations:
cd lara...