elfsundae / holly
An app framework built with Laravel.
Installs: 503
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=5.6.4
- backup-manager/laravel: ~1.1
- elfsundae/xgpush: ~1.1
- guzzlehttp/guzzle: ~6.2
- iatstuti/laravel-nullable-fields: ~1.3
- intervention/image: ~2.3
- jenssegers/agent: ~2.4
- jenssegers/optimus: ~0.2
- laravel-notification-channels/bearychat: ~1.0
- laravel/framework: 5.4.*
- laravel/tinker: ~1.0
- mews/captcha: ~2.1
- predis/predis: ~1.1
- ramsey/uuid: ~3.6
- rap2hpoutre/laravel-log-viewer: ~0.10
- simplesoftwareio/simple-qrcode: ~1.5
- vinkla/hashids: ~3.1
- yajra/laravel-datatables-buttons: ~1.3
- yajra/laravel-datatables-html: ~1.2
- yajra/laravel-datatables-oracle: ~7.7
Requires (Dev)
- barryvdh/laravel-debugbar: ~2.4
- barryvdh/laravel-ide-helper: ~2.2
- caouecs/laravel-lang: ~3.0
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.7
This package is auto-updated.
Last update: 2024-10-29 04:20:07 UTC
README
⚠️ 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 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