finally-a-fast / fafcms
This package is abandoned and no longer maintained.
No replacement package was suggested.
Finally a fast CMS
dev-master
2020-12-18 09:46 UTC
Requires
- php: >=7.4
- finally-a-fast/fafcms-core: ^0.1
This package is auto-updated.
Last update: 2022-04-18 12:43:15 UTC
README
This is the project template for the Finally a fast CMS.
Installation
The preferred way to install this extension is through composer.
php composer.phar create-project --prefer-dist --stability=dev finally-a-fast/fafcms fafcms
Production
- In
`config/overwrite.php
` set`YII_DEBUG
to
false
``YII_ENV
to
prod
`
- Run
`composer compress
`
Documentation
Documentation will be added soon at https://www.finally-a-fast.com/.
License
fafcms is released under the MIT License. See the LICENSE.md for details.