SMARTGRID AUTOMATIONS - LARAVEL CPANEL DEPLOYMENT PACKAGE

This package contains the SmartGrid Phase 1 Laravel source structure, custom authentication, material dashboard views, white-label account branding, Paystack booking payment flow, subscription monitoring, and database SQL.

IMPORTANT:
1. This package does NOT include vendor/ or node_modules/.
2. Upload files to your Laravel project folder on cPanel.
3. Run composer install locally or on server if SSH is available.
4. Import database/smartgrid_associated.sql into MySQL.
5. Update .env with database, APP_URL, Paystack keys, and mail settings.
6. Run: php artisan storage:link
7. Run: php artisan optimize:clear
8. Point your domain document root to /public.

DEFAULT ADMIN SEED SQL:
Email: admin@smartgridautomations.ng
Password: password123

Recommended cPanel structure:
/home/user/smartgrid-app        Laravel app files
/home/user/public_html          public files or symlink/redirect to smartgrid-app/public

For white-label wildcard subdomains:
*.smartgridautomations.ng should point to the same Laravel public folder.
If wildcard subdomain is not supported, use path-based tenant access as fallback.
