Cabme Documentation
Cabme Documentation
Introduction
CabMe is a taxi/cab booking mobile application developed by using latest &
secure technologies like Flutter (For Mobile App development) & Laravel /PHP
Framework(For Admin Panel).
In CabMe, we provide an all-in-one solution for taxi booking services for Cab
companies & Individual drivers. It includes: 2 Mobile Applications and 1
Admin Panel.
1. Customer taxi booking application for Android & iOS developed using
Flutter.
2. Driver application for Android & iOS developed using Flutter
3. Super Admin web panel developed using Laravel.
1. Real server server related knowledge like apache or local machine server,
we preferred to use a real server.
2. Server related knowledge and we preferred cPanel in your server for quick
installation
3. Basic knowledge in PHP, Laravel and Flutter if you want to do some
customization yourself (Not compulsory).
4. Basic knowledge about google cloud and firebase
Server requirement
In most servers these extensions are enabled by default, but you should check
with your hosting provider
Step 1: After downloading the code, extract the given zip file and upload the
cabme_admin_panel.zip file in your server following your expected directory
and extract the zip file. CabMe admin panel can be installed on a domain or
subdomain: For Example, yourdomain.com OR admin.yourdomain.com OR
yourdomain.com/admin
Use the same database credentials of the admin for dispatcher panel setup.
Use the same database credentials of the admin for landing page setup.
If you're facing any errors while creating a key then please run the following
command to update all system packages.
“composer update”
Now you can see generated application key at .env file of admin panel root path
How to set up CabMe admin panel on your server?
<project>/android/app/src/main/AndroidManifest.xml
2. IOS
<project>/ios/Runner/AppDelegate.swift
Change URL and access token (For both application customer and
driver follow same step)
Application Path: lib > service > api.dart
IMPORTANT NOTES
1) If you’re facing the following attached error while setting up the project, make
sure you have downloaded google-service.json file from the firebase and replace
the original one.If you do not replace google-service.json then you will face the
below image issue. Although, if you will face any kind of issue related to this, feel
free to raise a support ticket to https://support.siddhiinfosoft.com
2) If you’re facing the following attached error while setting up the project, make
sure you have successfully configured your firebase project otherwise the
application won’t work.
Thank You