Standalone install of Flashtag CMS
composer create-project "flashtag/flashtag:dev-master@dev" my-site --prefer-dist
If you have Vagrant installed
- run
vendor/bin/homestead makeand modifyHomestead.yamlto suit your needs - run
vagrant up - run
vagrant sshand cd to your project directory - run
php artisan flashtag:install
Everything should be good.
- Clone your project repository and run
composer install - Copy
.env.exampleto.envand set it up as required. Don't forget to changeAPP_ENVtoproductionandAPP_DEBUGtofalse. - Generate your key
php artisan key:generate - Set
JWT_SECRETto a random string. - Run the install script.
php artisan flashtag:install
Everything should be good.
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.


