Laravel is currently number one php framework for php because of its vast community and simplicity. It actually quite easy to create a php project using laravel as all you have to do is run a simple command.
The recommended way is to use composer because it the simplest way. Before you run this command, make sure that you are in the directory that you want the laravel being install.
Command :
Syntax : composer create-project laravel/laravel project-name version-name
Note that 5.3 is the laravel version, you may change this to any version that you want.
When you execute the command, you should be able to see some file are being download from the internet. Patiently wait for it and you should be able to see this directory in the end.
Folder
Directory
Next, type this command. Execute this will run your project in localhost:8000
If you wish to change the port number, execute this
If you are facing any problem on this, don't hesitate to message at Obstrum facebook page.
Hope this tutorial will help those in need.
If you want to get in touch with more tutorial, add me on google+ or like and follow our facebook page for more! Obstrum Facebook Page
EmoticonEmoticon