Package Data | |
---|---|
Maintainer Username: | ElfSundae |
Package Create Date: | 2016-10-14 |
Package Last Update: | 2017-06-09 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-14 15:12:01 |
Package Statistics | |
---|---|
Total Downloads: | 503 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
:warning: Work In Progress
An app framework built with Laravel.
You can create a Holly based project using the Composer create-project
command:
composer create-project elfsundae/holly:dev-master myapp
Or you may want to keep the Holly framework up to date for your application with Git:
git remote add upstream git@github.com:ElfSundae/holly.git
git fetch upstream --no-tags
git merge upstream/master # --allow-unrelated-histories
git push origin master
Configure Supervisor for queue workers.
Configure cron job: $ crontab -u www -e
* * * * * /usr/bin/php /data/www/myapp/artisan schedule:run >> /dev/null 2>&1