@CItyTrader if you are talking about setting the env in Linux yes of course, it is pretty straightforward.
You simply need to install PHP (and its extenstions), composer and a database, that is what you need for a local env.
This article will help you (it installs nginx as well, which you may want to play with because you will be using it to serve your application in production instead of the php's built-in web server that comes with Laravel):
PS: The same commands will work on and any debian based Linux distro (ubuntu, mint, etc..), you don't have to use the same distro to follow along.
If you are talking about windows, this is the latest tuto I found (he is using xampp in this case):
Best of luck!