2017 © Pedro Peláez
 

project holly

An app framework built with Laravel.

image

elfsundae/holly

An app framework built with Laravel.

  • Friday, June 9, 2017
  • by ElfSundae
  • Repository
  • 2 Watchers
  • 0 Stars
  • 503 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Holly

Latest Version on Packagist Build Status StyleCI SensioLabsInsight Quality Score, (*1)

:warning: Work In Progress, (*2)

An app framework built with Laravel., (*3)

Installation

  • You can create a Holly based project using the Composer create-project command:, (*4)

    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:, (*5)

    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
    

Development Notes

  • Configure Supervisor for queue workers.
  • Configure cron job: $ crontab -u www -e, (*6)

    * * * * * /usr/bin/php /data/www/myapp/artisan schedule:run >> /dev/null 2>&1
    

The Versions