Awesome
Flashtag CMS
Standalone install of Flashtag CMS
Installation
composer create-project "flashtag/flashtag:dev-master@dev" my-site --prefer-dist
Dev environment - Homestead
If you have Vagrant installed
- run
vendor/bin/homestead make
and modifyHomestead.yaml
to suit your needs - run
vagrant up
- run
vagrant ssh
and cd to your project directory - run
php artisan flashtag:install
Everything should be good.
Production
- Clone your project repository and run
composer install
- Copy
.env.example
to.env
and set it up as required. Don't forget to changeAPP_ENV
toproduction
andAPP_DEBUG
tofalse
. - Generate your key
php artisan key:generate
- Set
JWT_SECRET
to a random string. - Run the install script.
php artisan flashtag:install
Everything should be good.
About
Tired of convoluted CMS interfaces that try to do everything through the dashboard or with modules that make a 1-minute task a 30-minute gong-show?
Flashtag is a new CMS aimed to cause you the least amount of stress. We embrace our PHP framework and try to keep everything as vanilla Laravel as possible. If you are familiar with Laravel, you will be at home with Flashtag.