Pre-flight validation items for production deployment
/database/database.sqlite (Verified: 245 KB)/storage writeable for logs, cache, uploadsproduction (currently: app.php APP_DEBUG check)file | SESSION_DRIVER: filesync (synchronous for single-server)admin@shop.com | Role: super_adminphp artisan config:cache (Must run after env changes)php artisan route:cache (66+ admin routes optimized)php artisan view:cache (Pre-compile Blade templates)tar -xzf abodos-index-deploy-*.tar.gzphp artisan optimize:clearphp artisan migrate --forcephp artisan config:cachephp artisan route:cachephp artisan view:cachechmod -R 775 storage/ bootstrap/cache/systemctl restart nginx php-fpm (or equivalent)