Skip to main content
gFly v1.15.1
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage
Edit page

Digging Deeper

Digging Deeper

  • Console (Queue, Scheduler, Command)
  • File Storage (S3, Local)
  • Notifications (Mail, SMS, Database, Slack)
  • Caching
  • Full-Text Search
  • Helpers
  • Utils

Console

Use CLI tool ./build/artisan to run Queue, Schedule, Command.

gFly’s console configuration options are stored in your application’s .env configuration file. Make sure Redis server ready

REDIS_HOST="localhost"
REDIS_PORT=6379
REDIS_PASSWORD=
REDIS_DB_NUMBER=0
REDIS_QUEUE_NUMBER=1
Note
TIP
Redis is required by gFly to run Queue, Session and Caching

File Storage

Provide common function about file storage via S3, Local.

Notifications

Provide Mail, SMS, Database, Slack notification channels.

Caching

Redis is default caching

Integrates with Elasticsearch to provide powerful Full-Text search capabilities

Helpers

Many useful Helpers are built in so you don’t need to spend a lot of time searching for external support libraries.

Utils

The Utils enrich your requirements