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

v5.1.15 2023-10-12 17:39 UTC

This package is auto-updated.

Last update: 2025-10-29 02:08:31 UTC


README

Latest Stable Version Total Downloads License

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 !