LaravelPackages.net
Acme Inc.
Toggle sidebar
elfsundae/holly

An app framework built with Laravel.

503
0
About elfsundae/holly

elfsundae/holly is a Laravel package for an app framework built with laravel.. It currently has 0 GitHub stars and 503 downloads on Packagist. Install it with composer require elfsundae/holly. Discover more Laravel packages by elfsundae or browse all Laravel packages to compare alternatives.

Last updated

Holly

Latest Version on Packagist Build Status StyleCI SensioLabsInsight Quality Score

:warning: Work In Progress

An app framework built with Laravel.

Installation

  • 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 [email protected]: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

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