Getting Started & Installation

1 min read • 6 views • Updated 2 minutes ago


System Requirements

PHP 8.2+, MySQL 5.7+, Composer, SSL recommended.

Installation Steps

  1. Upload files to server
  2. Set permissions: chmod -R 755 storage
  3. Create database and configure .env
  4. Run: composer install
  5. Run: php artisan key:generate
  6. Run: php artisan migrate --seed
  7. Run: php artisan storage:link
  8. Set up cron job for automation
  9. Access /setup to complete configuration

Post-Installation

Configure payment gateways, add servers, set up email, customize templates.

Was this article helpful?

0% found this helpful