Let’s create something better together.

If you prefer phones, we have one of those too: +1 978 455 4515










    • Project Info
      icon
    • Technology
      icon
    • Contact Details
      icon







      BackNext








      Back

      • Mar 2018
      • PHP

      How To Install Laravel 5 And Above In MAC

      Laravel is one of popular framework to build applications in PHP. There are many reasons, why it’s popular that’s another topic of discussion. In this article, I will help the community on how to setup Laravel in Mac.

      Requirements to install Laravel:

      • PHP version between 5.6.4 & 7.1.*
      • OpenSSL PHP Extension
      • PDO PHP Extension
      • Mbstring PHP Extension
      • Tokenizer PHP Extension
      • XML PHP Extension

      With above requirements, Laravel utilizes composer to manage dependencies. Install composer first.

      Guide you how to setup Laravel and composer in macOS.

      Composer installation Steps:

      - php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
      - php -r "if (hash_file('SHA384', 'composer-setup.php') === '55d6ead61b29c7bdee5cccfb50076874187bd9f21f65d8991d46ec5cc90518f447387fb9f76ebae1fbbacf329e583e30') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
      - php composer-setup.php
      - php -r "unlink('composer-setup.php');"
      - php composer-setup.php –install-dir=bin

      Now check if composer is installed successfully by using ‘composer’ in
      terminal.

      install laravel 5 & above in mac

      NOTE : If Composer Not Found then Move composer file in bin directory using below command

      => mv composer.phar /usr/local/bin/composer

      1) Go to your MAMP directory (Applications/MAMP/htdocs) using
      “cd /Applications/MAMP/htdocs/” command in terminal

      install laravel 5 & above in mac

      2) Run command “composer create-project laravel/laravel laraveltest”. It will take some time to load composer repositories and update dependencies.

      3) In command type ‘laraveltest’. Laraveltest will be the project name or you can change it the project name.

      install laravel 5 & above in mac

      http://localhost/laraveltest/public

      local host laravel

      1) Move .htaccess from public to root folder.

      2) Rename server.php to index.php in root folder.

      local host laravel

      Voila !!! You just installed Laravel framework on Mac !!! If this was not successful and need more help, please mention your issues in comment section and we will try to assist you.

      cmsMinds is a PHP web development agency based in Raleigh,NC with expertise in cms and custom application development. Contact us today!

      Recent Blog
      VIEW ALL BLOGS