icehawk / installer
Installs IceHawk projects by using composer create-project
Installs: 145
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=7.0
- psr/log: 1.0.2
- symfony/console: 3.2.1
This package is auto-updated.
Last update: 2024-11-10 06:54:08 UTC
README
IceHawk\Installer
Installs a new IceHawk skeleton project by using composer create-project
.
You can optionally choose to install one ore more of the IceHawk components:
Usage
Run command:
composer create-project -n icehawk/installer /path/to/new-project
You will be asked questions regarding your desired installation.
Please note: For reasons of automation the installer initially installs some thrid-party dependencies. These will be removed at the end of the installation process.
Quick installation check
Start the php built-in webserver:
cd /path/to/new-project/public
php -S 127.0.0.1:8088
Visit in your browser: http://127.0.0.1:8088/
Please note: You need to replace 127.0.0.1
with your machine's IP address, if you're not on your local host.
You should see a welcome page.
Contributing
Contributions are welcome! Please see our Contribution guide.