elfsundae/holly
Holly
:warning: Work In Progress
An app framework built with Laravel.
Installation
-
You can create a Holly based project using the Composer
create-projectcommand: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
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
Useful Links
- Faker
- Optimus ID obfuscation based on Knuth's multiplicative hashing method.
- UUID Generator
- Hashids Generate YouTube-like IDs from numbers.
- DataTables
- Laravel DataTables
- Guzzle An extensible PHP HTTP client.
- Goutte PHP Web Scraper.
- Intervention Image PHP image handling and manipulation library.
- Simple QrCode
- App Store Receipt Validator PHP receipt validator for Apple iTunes, Google Play and Amazon App Store.
- jQuery Form
- SweetAlert2