glial / new-project
Create a new project with Glial
Installs: 149
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 2
pkg:composer/glial/new-project
Requires
- php: >=7.0
- ext-gd: *
- glial/glial: 5.1.14
This package is auto-updated.
Last update: 2025-10-29 02:08:31 UTC
README
You need :
- PHP 5.5
- Distribution based on Linux. (don't work with windows!)
To install a new project working with Glial :
install composer
$ curl -sS https://getcomposer.org/installer | php
$ mv composer.phar /usr/local/bin/composer
install a new project (install in current directory, will create a new dir)
$ composer create-project --keep-vcs glial/new-project:5.1.21 --prefer-dist my_glial_project
./install
You are ready to work !