glial / new-project
Create a new project with Glial
v5.1.15
2023-10-12 17:39 UTC
Requires
- php: >=7.0
- ext-gd: *
- glial/glial: 5.1.14
This package is auto-updated.
Last update: 2025-05-29 00:59:45 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 !