Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to install Laravel 5.0

    • 0
    • 0
    • 0
    • 0
    • 1
    • 0
    • 0
    • 0
    • 387
    Comment on it

    Laravel 5 is the latest version of Laravel. If we want to install Laravel 5 in our system then we have to write simple command to run the project.

    composer create-project laravel/laravel test-laravel-5-project --prefer-dist 
    

    Here test-laravel-5-project is the name of the the project .We can change that name according to our project.

    We can also use alternative method using

    composer global require "laravel/installer=~1.1"
    

    and then we have to run the following command

    laravel new test-laravel-5-project
    

    By using these small step our project will install and start running.

 1 Comment(s)

  • This is a nice guide, but the process can be made quicker and easier if you use Cloudways to deploy laravel or servers (here is an example: https://www.cloudways.com/blog/host-laravel-5-2-on-cloud/ ). You don't need to use composer, you can launch managed laravel server in few clicks.
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: