artisancms / installer
A command line tool to install ArtisanCMS
Installs: 68
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- artisancms/installer: v0.1.39
- guzzlehttp/guzzle: ^6.1
- symfony/console: ~2.3|~3.0
- symfony/process: ~2.3|~3.0
This package is auto-updated.
Last update: 2024-10-19 16:44:15 UTC
README
Installation
To install this package, you need to have Composer already installed. [Composer] (https://getcomposer.org/)
Once you have Composer installed. Run this command:
composer global require "artisancms/installer"
Once that has installed, you may need to source
your terminal (or open a new tab or just close terminal and reopen). Then you should be able to use the studio
key to install ArtisanCMS.
Install ArtisanCMS
studio new name
- where name is the name of the project (the name of the folder ArtisanCMS will be installed into).
After ArtisanCMS has installed, you should be able to customize using Composer just like you would with Laravel.
Note: This is a VERY early release state of this project. Install and play with it, but no where near production ready yet. Thank you for being interested though!