Download the PHP package vietdien2005/mylar-installer without Composer
On this page you can find all versions of the php package vietdien2005/mylar-installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vietdien2005/mylar-installer
More information about vietdien2005/mylar-installer
Files in vietdien2005/mylar-installer
Download vietdien2005/mylar-installer
More information about vietdien2005/mylar-installer
Files in vietdien2005/mylar-installer
Vendor vietdien2005
Package mylar-installer
Short Description MyLar application installer.
License MIT
Package mylar-installer
Short Description MyLar application installer.
License MIT
Keywords mylar
Please rate this library. Is it a good library?
Informations about the package mylar-installer
MyLar Installer
- Server Requirements
- Installing Mylar
- Configuration
Requirements
- PHP >= 5.6.4
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
Installing Mylar
Make sure you installed Composer and Yarn before run command below.
Install Command
Command:
composer global require "vietdien2005/mylar-installer"
Create project:
mylar new myproject
Create project via Composer
Command:
composer create-project --prefer-dist vietdien2005/mylar myproject
Configuration
Environment
- Development: config file
.env
isAPP_ENV=local
and put all config in .local_env - Production: config file
.env
isAPP_ENV=production
and put all config in .production_env
Database
Create database mylar
or config database in your file environment
Run:
chmod +x bash/install.sh
bash/install.sh
Nginx
location / {
try_files $uri $uri/ /index.php?$query_string;
}
Login
Go to link /login
and Login with username [email protected]
password 12345678
All versions of mylar-installer with dependencies
PHP Build Version
Package Version
Requires
ext-zip Version
*
guzzlehttp/guzzle Version ~4.0|~5.0|~6.0
symfony/console Version ~2.3|~3.0
symfony/process Version ~2.3|~3.0
guzzlehttp/guzzle Version ~4.0|~5.0|~6.0
symfony/console Version ~2.3|~3.0
symfony/process Version ~2.3|~3.0
The package vietdien2005/mylar-installer contains the following files
Loading the files please wait ....