Notes on Laravel 5.7: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
Line 1: Line 1:
= Installation =
= Installation =


{{Testedon|2018-11-06|CentOS 7.5.1804, Laravel 5.7.2}}
{{Testedon|CentOS 7.5.1804, Laravel 5.7.2|2018-11-06}}


Get <code>composer</code> and install Laravel installer.
Get <code>composer</code> and install Laravel installer.

Revision as of 22:21, 6 November 2018

Installation

  • Last tested on 2018-11-06 (CentOS 7.5.1804, Laravel 5.7.2)

Get composer and install Laravel installer.

$ composer global require laravel/installer

Add a symlink to laravel to ~/bin.

$ ln -s ~/.config/composer/vendor/laravel/installer/laravel ./

Create a new project.

$ laravel new alpha