Foodlay Documentation: Admin & Web, Customer, Deliveryman
Comprehensive guides for the Laravel backend and both Flutter apps, covering Quick Start, installation, platform configuration, localization & RTL, theming, Maps API keys, API integration, build/signing, deployment, and troubleshooting.
Admin & Web
Admin panel & storefront (web). Laravel 12 + Vue 3 (Inertia), Tailwind 4, Vite 7. Setup, environment, queues, testing, deployment.
PHP 8+
Composer
MySQL
Laravel 12
Vue 3
Inertia.js
Tailwind 4
Vite 7
Customer App
Complete customer app: navigation, auth, search, cart, checkout, maps, notifications, chat. Run, build, configuration.
Flutter 3+
Dart
Android/iOS
GoRouter
Bloc
Firebase
Google Maps
Deliveryman App
Complete delivery partner app: orders, map navigation, status updates, earnings, chat, notifications. Run, build, configuration.
Flutter 3+
Dart
Android/iOS
GoRouter
Bloc
Firebase
Google Maps
Help & Support
Support covers product usage and bugs. Customizations and server management are
out of scope.
- Email: thedayonesoft@gmail.com
- WhatsApp: +880 1601-666058
- Share issue details: steps to reproduce, screenshots/video
- Include environment info: OS, device/emulator, Flutter/Dart versions
- Attach logs if possible: Android Logcat, Xcode logs, Laravel storage/logs/laravel.log
- Check troubleshooting first: Admin & Web, Customer, Deliveryman
- Flutter Docs
- Laravel Docs
- Laravel API
- Common checks:
- Flutter: flutter clean; flutter pub get; restart IDE
- Android: update SDK/Gradle; invalidate caches
- iOS: pod repo update; pod install; clean build folder
- Backend: .env configured; caches cleared; queue running