TreeviewCopyright © aleen42 all right reserved, powered by aleen42
Installation Back
Via Composer
composer create-project --prefer-dist laravel/laravel [dirName]
Via Laravel Installer
- get laravel first:
composer global require "laravel/installer"
- create a project
laravel new [dirName]
Specific Version
composer create-project --prefer-dist laravel/laravel [dirName] 5.2
If you want to use laravel installer, make sure it's up to 1.3.4 version:
laravel new [dirName] 5.2
As the plugin is integrated with a code management system like GitLab or GitHub, you may have to auth with your account before leaving comments around this article.
Notice: This plugin has used Cookie to store your token with an expiration.