-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Sander van Dragt edited this page Jan 12, 2022
·
9 revisions
Welcome to the Cuttlefish documentation wiki!
Navigation: milestones
Framework requirements:
For example, these can be installed using Homebrew via brew install php@7.4 composer
Assuming those are installed, on a fresh project you can require the framework composer require svandragt/cuttlefish
or download a zip from an example project such as cuttlefish/blog and start making changes.
Start working on Cuttlefish by checking out the repository and:
then
$ git clone https://github.com/svandragt/cuttlefish && cd cuttlefish
$ composer setup
$ composer serve
> php -S localhost:8080 -t site/www/
[Sun Jul 4 21:30:01 2021] PHP 7.4.20 Development Server (http://localhost:8080) started
Open localhost:8080 in the browser!
There are no known issues.
Continue with the site configuration.