Sign up or log in to continue
(or sign in with)
By signing up, you agree to our Terms and Conditions and Privacy Policy
Find deals, free delivery
and more from
our restaurant partners
Discover Your Favorite Restaurant With Fast Delivery Service
Sign up or log in to continue
(or sign in with)
By signing up, you agree to our Terms and Conditions and Privacy Policy
Find deals, free delivery
and more from
our restaurant partners
Discover Your Favorite Restaurant With Fast Delivery Service
NAME | COMPONENT | DURATION | 0 ms | 25 ms | 50 ms | 75 ms | 100 ms | 125 ms | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Bootstrap | Timer | 31.52 ms | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Routing | Timer | 0.80 ms | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Before Filters | Timer | 0.97 ms | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Controller | Timer | 81.95 ms | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
After Filters | Timer | 0.96 ms |
Time | Query String |
---|---|
8.2 ms | SELECT `branches`.`id` AS `branch_id`, `vendors`.`name_en` AS `vendor_name_en`, `vendors`.`name_ar` AS `vendor_name_ar`, `branches`.`name_en` AS `branch_name_en`, `branches`.`name_ar` AS `branch_name_ar`, AVG(branches_ratings.rating) AS rating, COUNT(branches_ratings.id) AS ratings_count, `vendors`.`min_order_price`, `vendors`.`image`, `vendors`.`payment_option`, `branches`.`order_preparation_time` FROM `branches` JOIN `vendors` ON `branches`.`vendor_id` = `vendors`.`id` LEFT JOIN `branches_ratings` ON `branches_ratings`.`branch_id` = `branches`.`id` JOIN `cuisines_vendors` ON `cuisines_vendors`.`vendor_id` = `vendors`.`id` JOIN `cuisines` ON `cuisines_vendors`.`cuisine_id` = `cuisines`.`id` WHERE `branches`.`deleted_at` IS NULL AND `cuisines_vendors`.`cuisine_id` = 1 GROUP BY `branches`.`id` |
0.48 ms | SELECT `cuisines`.`id` AS `cuisine_id`, `cuisines`.`name_en` AS `cuisine_name_en`, `cuisines`.`name_ar` AS `cuisine_name_ar` FROM `branches` JOIN `vendors` ON `vendors`.`id` = `branches`.`vendor_id` JOIN `cuisines_vendors` ON `cuisines_vendors`.`vendor_id` = `vendors`.`id` JOIN `cuisines` ON `cuisines`.`id` = `cuisines_vendors`.`cuisine_id` WHERE `cuisines`.`deleted_at` IS NULL AND `branches`.`id` = 2 |
0.27 ms | SELECT `cuisines`.`id` AS `cuisine_id`, `cuisines`.`name_en` AS `cuisine_name_en`, `cuisines`.`name_ar` AS `cuisine_name_ar` FROM `branches` JOIN `vendors` ON `vendors`.`id` = `branches`.`vendor_id` JOIN `cuisines_vendors` ON `cuisines_vendors`.`vendor_id` = `vendors`.`id` JOIN `cuisines` ON `cuisines`.`id` = `cuisines_vendors`.`cuisine_id` WHERE `cuisines`.`deleted_at` IS NULL AND `branches`.`id` = 8 |
0.24 ms | SELECT `cuisines`.`id` AS `cuisine_id`, `cuisines`.`name_en` AS `cuisine_name_en`, `cuisines`.`name_ar` AS `cuisine_name_ar` FROM `branches` JOIN `vendors` ON `vendors`.`id` = `branches`.`vendor_id` JOIN `cuisines_vendors` ON `cuisines_vendors`.`vendor_id` = `vendors`.`id` JOIN `cuisines` ON `cuisines`.`id` = `cuisines_vendors`.`cuisine_id` WHERE `cuisines`.`deleted_at` IS NULL AND `branches`.`id` = 35 |
0.14 ms | SELECT * FROM `cuisines` WHERE `cuisines`.`deleted_at` IS NULL |
App.php | APPPATH/Config/App.php |
AuthHandlerFactory.php | VENDORPATH/google/apiclient/src/AuthHandler/AuthHandlerFactory.php |
Autoload.php | APPPATH/Config/Autoload.php |
BaseController.php | APPPATH/Controllers/Front/BaseController.php |
Batch.php | VENDORPATH/google/apiclient/src/Http/Batch.php |
Branch.php | APPPATH/Models/Branch.php |
Cache.php | APPPATH/Config/Cache.php |
ClassLoader.php | VENDORPATH/composer/ClassLoader.php |
CliRenderer.php | VENDORPATH/kint-php/kint/src/Renderer/CliRenderer.php |
Client.php | VENDORPATH/google/apiclient/src/Client.php |
Clock.php | VENDORPATH/kreait/clock/src/Clock.php |
Collection.php | VENDORPATH/google/apiclient/src/Collection.php |
Common.php | APPPATH/Common.php |
Composer.php | VENDORPATH/google/apiclient/src/Task/Composer.php |
Constants.php | APPPATH/Config/Constants.php |
ContentSecurityPolicy.php | APPPATH/Config/ContentSecurityPolicy.php |
Cuisine.php | APPPATH/Models/Cuisine.php |
CuisinesVendorsBridge.php | APPPATH/Models/CuisinesVendorsBridge.php |
Database.php | APPPATH/Config/Database.php |
Events.php | APPPATH/Config/Events.php |
Exception.php | VENDORPATH/google/apiclient/src/Exception.php |
Exception.php | VENDORPATH/google/apiclient/src/Service/Exception.php |
Exception.php | VENDORPATH/google/apiclient/src/Task/Exception.php |
Exceptions.php | APPPATH/Config/Exceptions.php |
FavoriteBranch.php | APPPATH/Models/FavoriteBranch.php |
Filters.php | APPPATH/Config/Filters.php |
Footer.php | APPPATH/Views/Front/EN/Layout/Footer.php |
Guzzle5AuthHandler.php | VENDORPATH/google/apiclient/src/AuthHandler/Guzzle5AuthHandler.php |
Guzzle6AuthHandler.php | VENDORPATH/google/apiclient/src/AuthHandler/Guzzle6AuthHandler.php |
Guzzle7AuthHandler.php | VENDORPATH/google/apiclient/src/AuthHandler/Guzzle7AuthHandler.php |
HeadSection.php | APPPATH/Views/Front/EN/Layout/HeadSection.php |
Header.php | APPPATH/Views/Front/EN/Layout/Header.php |
JmesPath.php | VENDORPATH/mtdowling/jmespath.php/src/JmesPath.php |
Kint.php | APPPATH/Config/Kint.php |
Kint.php | VENDORPATH/kint-php/kint/src/Kint.php |
LanguageFilter.php | APPPATH/Filters/LanguageFilter.php |
Logger.php | APPPATH/Config/Logger.php |
MediaFileUpload.php | VENDORPATH/google/apiclient/src/Http/MediaFileUpload.php |
Modals.php | APPPATH/Views/Front/EN/Layout/Modals.php |
Model.php | VENDORPATH/google/apiclient/src/Model.php |
Modules.php | APPPATH/Config/Modules.php |
Paths.php | APPPATH/Config/Paths.php |
REST.php | VENDORPATH/google/apiclient/src/Http/REST.php |
Renderer.php | VENDORPATH/kint-php/kint/src/Renderer/Renderer.php |
Resource.php | VENDORPATH/google/apiclient/src/Service/Resource.php |
Restaurants.php | APPPATH/Controllers/Front/Restaurants.php |
Restaurants.php | APPPATH/Views/Front/EN/SubViews/Restaurants.php |
Retryable.php | VENDORPATH/google/apiclient/src/Task/Retryable.php |
Revoke.php | VENDORPATH/google/apiclient/src/AccessToken/Revoke.php |
RichRenderer.php | VENDORPATH/kint-php/kint/src/Renderer/RichRenderer.php |
Routes.php | APPPATH/Config/Routes.php |
Runner.php | VENDORPATH/google/apiclient/src/Task/Runner.php |
Scripts.php | APPPATH/Views/Front/EN/Layout/Scripts.php |
Service.php | VENDORPATH/google/apiclient/src/Service.php |
Services.php | APPPATH/Config/Services.php |
StyleSheets.php | APPPATH/Views/Front/EN/Layout/StyleSheets.php |
Template.php | APPPATH/Views/Front/EN/Layout/Template.php |
TextRenderer.php | VENDORPATH/kint-php/kint/src/Renderer/TextRenderer.php |
Toolbar.php | APPPATH/Config/Toolbar.php |
UriTemplate.php | VENDORPATH/google/apiclient/src/Utils/UriTemplate.php |
UserAgents.php | APPPATH/Config/UserAgents.php |
Utils.php | VENDORPATH/kint-php/kint/src/Utils.php |
Validation.php | APPPATH/Config/Validation.php |
Verify.php | VENDORPATH/google/apiclient/src/AccessToken/Verify.php |
View.php | APPPATH/Config/View.php |
aliases.php | VENDORPATH/google/apiclient/src/aliases.php |
autoload.php | VENDORPATH/autoload.php |
autoload.php | VENDORPATH/google/apiclient-services/autoload.php |
autoload_real.php | VENDORPATH/composer/autoload_real.php |
autoload_static.php | VENDORPATH/composer/autoload_static.php |
bootstrap.php | VENDORPATH/phpseclib/phpseclib/phpseclib/bootstrap.php |
bootstrap.php | VENDORPATH/symfony/polyfill-mbstring/bootstrap.php |
bootstrap.php | VENDORPATH/symfony/polyfill-php80/bootstrap.php |
bootstrap80.php | VENDORPATH/symfony/polyfill-mbstring/bootstrap80.php |
development.php | APPPATH/Config/Boot/development.php |
dump.php | VENDORPATH/symfony/var-dumper/Resources/functions/dump.php |
function.php | VENDORPATH/symfony/deprecation-contracts/function.php |
functions.php | VENDORPATH/guzzlehttp/guzzle/src/functions.php |
functions.php | VENDORPATH/guzzlehttp/promises/src/functions.php |
functions_include.php | VENDORPATH/guzzlehttp/guzzle/src/functions_include.php |
functions_include.php | VENDORPATH/guzzlehttp/promises/src/functions_include.php |
getallheaders.php | VENDORPATH/ralouphie/getallheaders/src/getallheaders.php |
index.php | FCPATH/index.php |
init.php | VENDORPATH/kint-php/kint/init.php |
init_helpers.php | VENDORPATH/kint-php/kint/init_helpers.php |
polyfills.php | VENDORPATH/facebook/graph-sdk/src/Facebook/polyfills.php |
renderer_helper.php | APPPATH/Helpers/renderer_helper.php |
url_helper.php | APPPATH/Helpers/url_helper.php |
utilities_helper.php | APPPATH/Helpers/utilities_helper.php |
AutoloadConfig.php | SYSTEMPATH/Config/AutoloadConfig.php |
Autoloader.php | SYSTEMPATH/Autoloader/Autoloader.php |
BaseBuilder.php | SYSTEMPATH/Database/BaseBuilder.php |
BaseCollector.php | SYSTEMPATH/Debug/Toolbar/Collectors/BaseCollector.php |
BaseConfig.php | SYSTEMPATH/Config/BaseConfig.php |
BaseConnection.php | SYSTEMPATH/Database/BaseConnection.php |
BaseHandler.php | SYSTEMPATH/Cache/Handlers/BaseHandler.php |
BaseHandler.php | SYSTEMPATH/Session/Handlers/BaseHandler.php |
BaseModel.php | SYSTEMPATH/BaseModel.php |
BaseResult.php | SYSTEMPATH/Database/BaseResult.php |
BaseService.php | SYSTEMPATH/Config/BaseService.php |
Builder.php | SYSTEMPATH/Database/MySQLi/Builder.php |
CacheFactory.php | SYSTEMPATH/Cache/CacheFactory.php |
CacheInterface.php | SYSTEMPATH/Cache/CacheInterface.php |
CloneableCookieInterface.php | SYSTEMPATH/Cookie/CloneableCookieInterface.php |
CodeIgniter.php | SYSTEMPATH/CodeIgniter.php |
Common.php | SYSTEMPATH/Common.php |
Config.php | SYSTEMPATH/Database/Config.php |
Connection.php | SYSTEMPATH/Database/MySQLi/Connection.php |
ConnectionInterface.php | SYSTEMPATH/Database/ConnectionInterface.php |
ContentSecurityPolicy.php | SYSTEMPATH/HTTP/ContentSecurityPolicy.php |
Controller.php | SYSTEMPATH/Controller.php |
Cookie.php | SYSTEMPATH/Cookie/Cookie.php |
CookieInterface.php | SYSTEMPATH/Cookie/CookieInterface.php |
CookieStore.php | SYSTEMPATH/Cookie/CookieStore.php |
Database.php | SYSTEMPATH/Database/Database.php |
Database.php | SYSTEMPATH/Debug/Toolbar/Collectors/Database.php |
DebugToolbar.php | SYSTEMPATH/Filters/DebugToolbar.php |
DotEnv.php | SYSTEMPATH/Config/DotEnv.php |
Escaper.php | SYSTEMPATH/ThirdParty/Escaper/Escaper.php |
Events.php | SYSTEMPATH/Debug/Toolbar/Collectors/Events.php |
Events.php | SYSTEMPATH/Events/Events.php |
Exceptions.php | SYSTEMPATH/Debug/Exceptions.php |
Factories.php | SYSTEMPATH/Config/Factories.php |
Factory.php | SYSTEMPATH/Config/Factory.php |
FileHandler.php | SYSTEMPATH/Cache/Handlers/FileHandler.php |
FileHandler.php | SYSTEMPATH/Session/Handlers/FileHandler.php |
FileLocator.php | SYSTEMPATH/Autoloader/FileLocator.php |
Files.php | SYSTEMPATH/Debug/Toolbar/Collectors/Files.php |
FilterInterface.php | SYSTEMPATH/Filters/FilterInterface.php |
Filters.php | SYSTEMPATH/Filters/Filters.php |
FormatRules.php | SYSTEMPATH/Validation/FormatRules.php |
Header.php | SYSTEMPATH/HTTP/Header.php |
IncomingRequest.php | SYSTEMPATH/HTTP/IncomingRequest.php |
Logger.php | SYSTEMPATH/Log/Logger.php |
LoggerAwareTrait.php | SYSTEMPATH/ThirdParty/PSR/Log/LoggerAwareTrait.php |
LoggerInterface.php | SYSTEMPATH/ThirdParty/PSR/Log/LoggerInterface.php |
Logs.php | SYSTEMPATH/Debug/Toolbar/Collectors/Logs.php |
Message.php | SYSTEMPATH/HTTP/Message.php |
MessageInterface.php | SYSTEMPATH/HTTP/MessageInterface.php |
MessageTrait.php | SYSTEMPATH/HTTP/MessageTrait.php |
Model.php | SYSTEMPATH/Model.php |
Modules.php | SYSTEMPATH/Modules/Modules.php |
Query.php | SYSTEMPATH/Database/Query.php |
QueryInterface.php | SYSTEMPATH/Database/QueryInterface.php |
RendererInterface.php | SYSTEMPATH/View/RendererInterface.php |
Request.php | SYSTEMPATH/HTTP/Request.php |
RequestInterface.php | SYSTEMPATH/HTTP/RequestInterface.php |
RequestTrait.php | SYSTEMPATH/HTTP/RequestTrait.php |
Response.php | SYSTEMPATH/HTTP/Response.php |
ResponseInterface.php | SYSTEMPATH/HTTP/ResponseInterface.php |
ResponseTrait.php | SYSTEMPATH/API/ResponseTrait.php |
ResponseTrait.php | SYSTEMPATH/HTTP/ResponseTrait.php |
Result.php | SYSTEMPATH/Database/MySQLi/Result.php |
ResultInterface.php | SYSTEMPATH/Database/ResultInterface.php |
RouteCollection.php | SYSTEMPATH/Router/RouteCollection.php |
RouteCollectionInterface.php | SYSTEMPATH/Router/RouteCollectionInterface.php |
Router.php | SYSTEMPATH/Router/Router.php |
RouterInterface.php | SYSTEMPATH/Router/RouterInterface.php |
Routes.php | SYSTEMPATH/Config/Routes.php |
Routes.php | SYSTEMPATH/Debug/Toolbar/Collectors/Routes.php |
Services.php | SYSTEMPATH/Config/Services.php |
Session.php | SYSTEMPATH/Session/Session.php |
SessionInterface.php | SYSTEMPATH/Session/SessionInterface.php |
Timer.php | SYSTEMPATH/Debug/Timer.php |
Timers.php | SYSTEMPATH/Debug/Toolbar/Collectors/Timers.php |
Toolbar.php | SYSTEMPATH/Debug/Toolbar.php |
URI.php | SYSTEMPATH/HTTP/URI.php |
UserAgent.php | SYSTEMPATH/HTTP/UserAgent.php |
Validation.php | SYSTEMPATH/Validation/Validation.php |
ValidationInterface.php | SYSTEMPATH/Validation/ValidationInterface.php |
View.php | SYSTEMPATH/Config/View.php |
View.php | SYSTEMPATH/View/View.php |
Views.php | SYSTEMPATH/Debug/Toolbar/Collectors/Views.php |
array_helper.php | SYSTEMPATH/Helpers/array_helper.php |
bootstrap.php | SYSTEMPATH/bootstrap.php |
cookie_helper.php | SYSTEMPATH/Helpers/cookie_helper.php |
url_helper.php | SYSTEMPATH/Helpers/url_helper.php |
Directory: | |
Controller: | \FoodLina\Controllers\Front\Restaurants |
Method: | index |
Params: | 0 / 0 |
Method | Route | Handler |
---|---|---|
GET | / | \FoodLina\Controllers\Front\Home::index |
GET | cuisines | \FoodLina\Controllers\Front\Cuisines::index |
GET | restaurants | \FoodLina\Controllers\Front\Restaurants::index |
GET | restaurants/([0-9]+) |
\FoodLina\Controllers\Front\Restaurants::get_single/$1 |
GET | restaurants/filter | \FoodLina\Controllers\Front\Restaurants::filter |
GET | restaurants/register | \FoodLina\Controllers\Front\Restaurants::register |
GET | restaurants/offers/([0-9]+) |
\FoodLina\Controllers\Front\Restaurants::offers/$1 |
GET | restaurants/items/([0-9]+) |
\FoodLina\Controllers\Front\Restaurants::items/$1 |
GET | restaurants/get-side-bar/([0-9]+) |
\FoodLina\Controllers\Front\Restaurants::get_side_bar/$1 |
GET | restaurants/reset-password | \FoodLina\Controllers\Front\Restaurants::reset_password |
GET | drivers/register | \FoodLina\Controllers\Front\Drivers::register |
GET | drivers/reset-password | \FoodLina\Controllers\Front\Drivers::reset_password |
GET | carts/remove-items | \FoodLina\Controllers\Front\Carts::remove_items |
GET | carts/remove-offers | \FoodLina\Controllers\Front\Carts::remove_offers |
GET | carts/get | \FoodLina\Controllers\Front\Carts::get |
GET | session | \FoodLina\Controllers\Front\Home::session |
GET | offers | \FoodLina\Controllers\Front\Offers::index |
GET | pages/(.*) |
\FoodLina\Controllers\Front\Pages::index/$1 |
GET | terms-and-conditions | \FoodLina\Controllers\Front\TermsAndConditions::index |
GET | how-it-works | \FoodLina\Controllers\Front\HowItWorks::index |
GET | privacy-policy | \FoodLina\Controllers\Front\PrivacyPolicy::index |
GET | reset-password | \FoodLina\Controllers\Front\ResetPassword::index |
GET | register | \FoodLina\Controllers\Front\Register::index |
GET | country-phone-codes | \FoodLina\Controllers\Front\Misc::country_phone_codes |
GET | get-cities-raw | \FoodLina\Controllers\Front\Misc::get_cities_raw |
GET | get-areas-raw | \FoodLina\Controllers\Front\Misc::get_areas_raw |
GET | get-delivery-addresses | \FoodLina\Controllers\Front\Misc::get_delivery_addresses |
GET | change-language/(.*) |
\FoodLina\Controllers\Front\ChangeLanguage::index/$1 |
GET | Central/cities/get-raw | \FoodLina\Controllers\Central\Cities::get_raw |
GET | Central/areas/get-raw | \FoodLina\Controllers\Central\Areas::get_raw |
GET | Central/customers/get-raw | \FoodLina\Controllers\Central\Customers::get_raw |
GET | Profile | \FoodLina\Controllers\Profile\Profile::index |
GET | Profile/get-cities | \FoodLina\Controllers\Profile\Profile::get_cities |
GET | Profile/get-areas | \FoodLina\Controllers\Profile\Profile::get_areas |
GET | Profile/get-phone-codes | \FoodLina\Controllers\Profile\Profile::get_phone_codes |
GET | Profile/orders | \FoodLina\Controllers\Profile\Orders::index |
GET | Profile/orders/get | \FoodLina\Controllers\Profile\Orders::get |
GET | Profile/orders/get/([0-9]+) |
\FoodLina\Controllers\Profile\Orders::get_order/$1 |
GET | Profile/orders/track/([0-9]+) |
\FoodLina\Controllers\Profile\Orders::track_order/$1 |
GET | Profile/orders/rating/([0-9]+) |
\FoodLina\Controllers\Profile\Orders::order_rating/$1 |
GET | Profile/wallet | \FoodLina\Controllers\Profile\Wallet::index |
GET | Profile/reviews | \FoodLina\Controllers\Profile\Reviews::index |
GET | Profile/reviews/get/([0-9]+) |
\FoodLina\Controllers\Profile\Reviews::get_single/$1 |
GET | Profile/reviews/delete/([0-9]+) |
\FoodLina\Controllers\Profile\Reviews::delete/$1 |
GET | Profile/favorites | \FoodLina\Controllers\Profile\Favorites::index |
GET | Profile/favorites/get | \FoodLina\Controllers\Profile\Favorites::get |
GET | Profile/favorites/remove/([0-9]+) |
\FoodLina\Controllers\Profile\Favorites::remove/$1 |
GET | Profile/addresses | \FoodLina\Controllers\Profile\Addresses::index |
GET | Profile/addresses/get/([0-9]+) |
\FoodLina\Controllers\Profile\Addresses::get/$1 |
GET | Profile/logout | \FoodLina\Controllers\Profile\Logout::index |
GET | Admin | \FoodLina\Controllers\Admin\Dashboard::index |
GET | Admin/dashboard | \FoodLina\Controllers\Admin\Dashboard::index |
GET | Admin/live-orders | \FoodLina\Controllers\Admin\LiveOrders::index |
GET | Admin/orders | \FoodLina\Controllers\Admin\Orders::index |
GET | Admin/orders/get | \FoodLina\Controllers\Admin\Orders::get |
GET | Admin/orders/update-order-status | \FoodLina\Controllers\Admin\Orders::update_order_status |
GET | Admin/orders/update-order-payment-status | \FoodLina\Controllers\Admin\Orders::update_order_payment_status |
GET | Admin/orders/view/([0-9]+) |
\FoodLina\Controllers\Admin\Orders::view/$1 |
GET | Admin/orders/live | \FoodLina\Controllers\Admin\Orders::live |
GET | Admin/vendors | \FoodLina\Controllers\Admin\Vendors::index |
GET | Admin/vendors/balance | \FoodLina\Controllers\Admin\Vendors::balance |
GET | Admin/vendors/get-balance | \FoodLina\Controllers\Admin\Vendors::get_balance |
GET | Admin/vendors/pending-approval | \FoodLina\Controllers\Admin\Vendors::pending_approval |
GET | Admin/vendors/create | \FoodLina\Controllers\Admin\Vendors::create |
GET | Admin/vendors/get-approved | \FoodLina\Controllers\Admin\Vendors::get_approved |
GET | Admin/vendors/get-pending | \FoodLina\Controllers\Admin\Vendors::get_pending |
GET | Admin/vendors/update-vendor-status | \FoodLina\Controllers\Admin\Vendors::update_vendor_status |
GET | Admin/vendors/view/([0-9]+) |
\FoodLina\Controllers\Admin\Vendors::view/$1 |
GET | Admin/vendors/edit/([0-9]+) |
\FoodLina\Controllers\Admin\Vendors::edit/$1 |
GET | Admin/vendors/delete/([0-9]+) |
\FoodLina\Controllers\Admin\Vendors::delete/$1 |
GET | Admin/vendors/approve/([0-9]+) |
\FoodLina\Controllers\Admin\Vendors::approve/$1 |
GET | Admin/vendors/reject/([0-9]+) |
\FoodLina\Controllers\Admin\Vendors::reject/$1 |
GET | Admin/vendors/export | \FoodLina\Controllers\Admin\Vendors::export |
GET | Admin/vendors/get-raw | \FoodLina\Controllers\Admin\Vendors::get_raw |
GET | Admin/vendors/generate-password | \FoodLina\Controllers\Admin\Vendors::generate_password |
GET | Admin/vendors/print-vendor-balance/([0-9]+)/([0-9]+) |
\FoodLina\Controllers\Admin\Vendors::print_vendor_balance/$1/$2 |
GET | Admin/branches | \FoodLina\Controllers\Admin\Branches::index |
GET | Admin/branches/pending-approval | \FoodLina\Controllers\Admin\Branches::pending_approval |
GET | Admin/branches/add-delivery-area | \FoodLina\Controllers\Admin\Branches::add_delivery_area |
GET | Admin/branches/create | \FoodLina\Controllers\Admin\Branches::create |
GET | Admin/branches/get-approved | \FoodLina\Controllers\Admin\Branches::get_approved |
GET | Admin/branches/get-pending | \FoodLina\Controllers\Admin\Branches::get_pending |
GET | Admin/branches/get-raw | \FoodLina\Controllers\Admin\Branches::get_raw |
GET | Admin/branches/view/([0-9]+) |
\FoodLina\Controllers\Admin\Branches::view/$1 |
GET | Admin/branches/edit/([0-9]+) |
\FoodLina\Controllers\Admin\Branches::edit/$1 |
GET | Admin/branches/update-branch-status | \FoodLina\Controllers\Admin\Branches::update_branch_status |
GET | Admin/branches/update-branch-availability-status | \FoodLina\Controllers\Admin\Branches::update_branch_availability_status |
GET | Admin/branches/delete/([0-9]+) |
\FoodLina\Controllers\Admin\Branches::delete/$1 |
GET | Admin/branches/approve/([0-9]+) |
\FoodLina\Controllers\Admin\Branches::approve/$1 |
GET | Admin/branches/reject/([0-9]+) |
\FoodLina\Controllers\Admin\Branches::reject/$1 |
GET | Admin/delivery-areas | \FoodLina\Controllers\Admin\DeliveryAreas::index |
GET | Admin/delivery-areas/pending-approval | \FoodLina\Controllers\Admin\DeliveryAreas::pending_approval |
GET | Admin/delivery-areas/create/(.*) |
\FoodLina\Controllers\Admin\DeliveryAreas::create/$1 |
GET | Admin/delivery-areas/edit/([0-9]+) |
\FoodLina\Controllers\Admin\DeliveryAreas::edit/$1 |
GET | Admin/delivery-areas/get-raw | \FoodLina\Controllers\Admin\DeliveryAreas::get_raw |
GET | Admin/delivery-areas/get-approved | \FoodLina\Controllers\Admin\DeliveryAreas::get_approved |
GET | Admin/delivery-areas/get-pending | \FoodLina\Controllers\Admin\DeliveryAreas::get_pending |
GET | Admin/delivery-areas/view/([0-9]+) |
\FoodLina\Controllers\Admin\DeliveryAreas::view/$1 |
GET | Admin/delivery-areas/approve/([0-9]+) |
\FoodLina\Controllers\Admin\DeliveryAreas::approve/$1 |
GET | Admin/delivery-areas/reject/([0-9]+) |
\FoodLina\Controllers\Admin\DeliveryAreas::reject/$1 |
GET | Admin/delivery-areas/delete/([0-9]+) |
\FoodLina\Controllers\Admin\DeliveryAreas::delete/$1 |
GET | Admin/categories | \FoodLina\Controllers\Admin\Categories::index |
GET | Admin/categories/create | \FoodLina\Controllers\Admin\Categories::create |
GET | Admin/categories/edit/([0-9]+) |
\FoodLina\Controllers\Admin\Categories::edit/$1 |
GET | Admin/categories/get | \FoodLina\Controllers\Admin\Categories::get |
GET | Admin/categories/get-raw | \FoodLina\Controllers\Admin\Categories::get_raw |
GET | Admin/categories/update-category-status | \FoodLina\Controllers\Admin\Categories::update-category-status |
GET | Admin/categories/delete/([0-9]+) |
\FoodLina\Controllers\Admin\Categories::delete/$1 |
GET | Admin/categories/view/([0-9]+) |
\FoodLina\Controllers\Admin\Categories::view/$1 |
GET | Admin/subcategories | \FoodLina\Controllers\Admin\Subcategories::index |
GET | Admin/subcategories/create | \FoodLina\Controllers\Admin\Subcategories::create |
GET | Admin/subcategories/edit/([0-9]+) |
\FoodLina\Controllers\Admin\Subcategories::edit/$1 |
GET | Admin/subcategories/add-existent | \FoodLina\Controllers\Admin\Subcategories::add_existent |
GET | Admin/subcategories/get | \FoodLina\Controllers\Admin\Subcategories::get |
GET | Admin/subcategories/get-raw | \FoodLina\Controllers\Admin\Subcategories::get_raw |
GET | Admin/subcategories/update-category-status | \FoodLina\Controllers\Admin\Subcategories::update-category-status |
GET | Admin/subcategories/delete/([0-9]+)/([0-9]+) |
\FoodLina\Controllers\Admin\Subcategories::delete/$1/$2 |
GET | Admin/subcategories/view/([0-9]+) |
\FoodLina\Controllers\Admin\Subcategories::view/$1 |
GET | Admin/items | \FoodLina\Controllers\Admin\Items::index |
GET | Admin/items/get | \FoodLina\Controllers\Admin\Items::get |
GET | Admin/items/create | \FoodLina\Controllers\Admin\Items::create |
GET | Admin/items/edit/([0-9]+) |
\FoodLina\Controllers\Admin\Items::edit/$1 |
GET | Admin/items/update-item-status | \FoodLina\Controllers\Admin\Items::update_item_status |
GET | Admin/items/view/([0-9]+) |
\FoodLina\Controllers\Admin\Items::view/$1 |
GET | Admin/items/delete/([0-9]+) |
\FoodLina\Controllers\Admin\Items::delete/$1 |
GET | Admin/items/get-raw | \FoodLina\Controllers\Admin\Items::get_raw |
GET | Admin/items/get-list | \FoodLina\Controllers\Admin\Items::get_list |
GET | Admin/items/types | \FoodLina\Controllers\Admin\ItemsTypes::index |
GET | Admin/items/types/get | \FoodLina\Controllers\Admin\ItemsTypes::get |
GET | Admin/items/types/update-itemtype-status | \FoodLina\Controllers\Admin\ItemsTypes::update_itemtype_status |
GET | Admin/items/types/view/([0-9]+) |
\FoodLina\Controllers\Admin\ItemsTypes::view/$1 |
GET | Admin/items/types/delete/([0-9]+) |
\FoodLina\Controllers\Admin\ItemsTypes::delete/$1 |
GET | Admin/items/types/edit/([0-9]+) |
\FoodLina\Controllers\Admin\ItemsTypes::edit/$1 |
GET | Admin/items/types/get-raw | \FoodLina\Controllers\Admin\ItemsTypes::get_raw |
GET | Admin/offers | \FoodLina\Controllers\Admin\Offers::index |
GET | Admin/offers/get | \FoodLina\Controllers\Admin\Offers::get |
GET | Admin/offers/update-offer-status | \FoodLina\Controllers\Admin\Offers::update_offer_status |
GET | Admin/offers/delete/([0-9]+) |
\FoodLina\Controllers\Admin\Offers::delete/$1 |
GET | Admin/offers/view/([0-9]+) |
\FoodLina\Controllers\Admin\Offers::view/$1 |
GET | Admin/offers/create | \FoodLina\Controllers\Admin\Offers::create |
GET | Admin/offers/edit/([0-9]+) |
\FoodLina\Controllers\Admin\Offers::edit/$1 |
GET | Admin/cuisines | \FoodLina\Controllers\Admin\Cuisines::index |
GET | Admin/cuisines/create | \FoodLina\Controllers\Admin\Cuisines::create |
GET | Admin/cuisines/edit/([0-9]+) |
\FoodLina\Controllers\Admin\Cuisines::edit/$1 |
GET | Admin/cuisines/view/([0-9]+) |
\FoodLina\Controllers\Admin\Cuisines::view/$1 |
GET | Admin/cuisines/get | \FoodLina\Controllers\Admin\Cuisines::get |
GET | Admin/cuisines/get-raw | \FoodLina\Controllers\Admin\Cuisines::get_raw |
GET | Admin/cuisines/update-cuisine-status | \FoodLina\Controllers\Admin\Cuisines::update_cuisine_status |
GET | Admin/cuisines/delete/([0-9]+) |
\FoodLina\Controllers\Admin\Cuisines::delete/$1 |
GET | Admin/customers | \FoodLina\Controllers\Admin\Customers::index |
GET | Admin/customers/create | \FoodLina\Controllers\Admin\Customers::create |
GET | Admin/customers/get | \FoodLina\Controllers\Admin\Customers::get |
GET | Admin/customers/update-customer-status | \FoodLina\Controllers\Admin\Customers::update_customer_status |
GET | Admin/customers/view/([0-9]+) |
\FoodLina\Controllers\Admin\Customers::view/$1 |
GET | Admin/customers/edit/([0-9]+) |
\FoodLina\Controllers\Admin\Customers::edit/$1 |
GET | Admin/customers/delete/([0-9]+) |
\FoodLina\Controllers\Admin\Customers::delete/$1 |
GET | Admin/customers/export | \FoodLina\Controllers\Admin\Customers::export |
GET | Admin/customers/upload | \FoodLina\Controllers\Admin\Customers::upload |
GET | Admin/customers/get-raw | \FoodLina\Controllers\Admin\Customers::get_raw |
GET | Admin/newsletters | \FoodLina\Controllers\Admin\Newsletters::index |
GET | Admin/newsletters/create | \FoodLina\Controllers\Admin\Newsletters::create |
GET | Admin/newsletters/get | \FoodLina\Controllers\Admin\Newsletters::get |
GET | Admin/newsletters/view/([0-9]+) |
\FoodLina\Controllers\Admin\Newsletters::view/$1 |
GET | Admin/newsletters/edit/([0-9]+) |
\FoodLina\Controllers\Admin\Newsletters::edit/$1 |
GET | Admin/newsletters/delete/([0-9]+) |
\FoodLina\Controllers\Admin\Newsletters::delete/$1 |
GET | Admin/subscribers | \FoodLina\Controllers\Admin\Subscribers::index |
GET | Admin/subscribers/get | \FoodLina\Controllers\Admin\Subscribers::get |
GET | Admin/subscribers/delete/([0-9]+) |
\FoodLina\Controllers\Admin\Subscribers::delete/$1 |
GET | Admin/cities/get | \FoodLina\Controllers\Admin\Cities::get |
GET | Admin/drivers | \FoodLina\Controllers\Admin\Drivers::index |
GET | Admin/drivers/create | \FoodLina\Controllers\Admin\Drivers::create |
GET | Admin/drivers/edit/([0-9]+) |
\FoodLina\Controllers\Admin\Drivers::edit/$1 |
GET | Admin/drivers/get-raw | \FoodLina\Controllers\Admin\Drivers::get_raw |
GET | Admin/drivers/get | \FoodLina\Controllers\Admin\Drivers::get |
GET | Admin/drivers/get-balance | \FoodLina\Controllers\Admin\Drivers::get_balance |
GET | Admin/drivers/update-driver-status | \FoodLina\Controllers\Admin\Drivers::update_driver_status |
GET | Admin/drivers/delete/([0-9]+) |
\FoodLina\Controllers\Admin\Drivers::delete/$1 |
GET | Admin/drivers/view/([0-9]+) |
\FoodLina\Controllers\Admin\Drivers::view/$1 |
GET | Admin/drivers/balance | \FoodLina\Controllers\Admin\Drivers::balance |
GET | Admin/drivers/print-balance/([0-9]+) |
\FoodLina\Controllers\Admin\Drivers::print_balance/$1 |
GET | Admin/drivers/get-current-coordinates | \FoodLina\Controllers\Admin\Drivers::get_current_coordinates |
GET | Admin/faqs | \FoodLina\Controllers\Admin\FrequentlyAskedQuestions::index |
GET | Admin/faqs/get | \FoodLina\Controllers\Admin\FrequentlyAskedQuestions::get |
GET | Admin/faqs/create | \FoodLina\Controllers\Admin\FrequentlyAskedQuestions::create |
GET | Admin/faqs/update-faq-status | \FoodLina\Controllers\Admin\FrequentlyAskedQuestions::update_faq_status |
GET | Admin/faqs/delete/([0-9]+) |
\FoodLina\Controllers\Admin\FrequentlyAskedQuestions::delete/$1 |
GET | Admin/faqs/view/([0-9]+) |
\FoodLina\Controllers\Admin\FrequentlyAskedQuestions::view/$1 |
GET | Admin/faqs/edit/([0-9]+) |
\FoodLina\Controllers\Admin\FrequentlyAskedQuestions::edit/$1 |
GET | Admin/enquiries | \FoodLina\Controllers\Admin\Enquiries::index |
GET | Admin/enquiries/get | \FoodLina\Controllers\Admin\Enquiries::get |
GET | Admin/enquiries/view/([0-9]+) |
\FoodLina\Controllers\Admin\Enquiries::view/$1 |
GET | Admin/enquiries/delete/([0-9]+) |
\FoodLina\Controllers\Admin\Enquiries::delete/$1 |
GET | Admin/logs | \FoodLina\Controllers\Admin\Logs::index |
GET | Admin/logs/get | \FoodLina\Controllers\Admin\Logs::get |
GET | Admin/logs/delete/([0-9]+) |
\FoodLina\Controllers\Admin\Logs::delete/$1 |
GET | Admin/logs/ban/([0-9]+) |
\FoodLina\Controllers\Admin\Logs::ban/$1 |
GET | Admin/logs/unban/([0-9]+) |
\FoodLina\Controllers\Admin\Logs::unban/$1 |
GET | Admin/reviews | \FoodLina\Controllers\Admin\Reviews::index |
GET | Admin/reviews/get | \FoodLina\Controllers\Admin\Reviews::get |
GET | Admin/reviews/update-review-status | \FoodLina\Controllers\Admin\Reviews::update_review_status |
GET | Admin/reviews/delete/([0-9]+) |
\FoodLina\Controllers\Admin\Reviews::delete/$1 |
GET | Admin/reviews/view/([0-9]+) |
\FoodLina\Controllers\Admin\Reviews::view/$1 |
GET | Admin/logout | \FoodLina\Controllers\Admin\Logout::index |
GET | Admin/vouchers | \FoodLina\Controllers\Admin\Vouchers::index |
GET | Admin/vouchers/create | \FoodLina\Controllers\Admin\Vouchers::create |
GET | Admin/vouchers/edit/([0-9]+) |
\FoodLina\Controllers\Admin\Vouchers::edit/$1 |
GET | Admin/vouchers/create-code | \FoodLina\Controllers\Admin\Vouchers::create_code |
GET | Admin/vouchers/get | \FoodLina\Controllers\Admin\Vouchers::get |
GET | Admin/vouchers/view/([0-9]+) |
\FoodLina\Controllers\Admin\Vouchers::view/$1 |
GET | Admin/vouchers/delete/([0-9]+) |
\FoodLina\Controllers\Admin\Vouchers::delete/$1 |
GET | Admin/address-types | \FoodLina\Controllers\Admin\AddressTypes::index |
GET | Admin/address-types/create | \FoodLina\Controllers\Admin\AddressTypes::create |
GET | Admin/address-types/edit/([0-9]+) |
\FoodLina\Controllers\Admin\AddressTypes::edit/$1 |
GET | Admin/address-types/get | \FoodLina\Controllers\Admin\AddressTypes::get |
GET | Admin/address-types/update-address-type-status | \FoodLina\Controllers\Admin\AddressTypes::update_address_type_status |
GET | Admin/address-types/view/([0-9]+) |
\FoodLina\Controllers\Admin\AddressTypes::view/$1 |
GET | Admin/address-types/delete/([0-9]+) |
\FoodLina\Controllers\Admin\AddressTypes::delete/$1 |
GET | Admin/countries | \FoodLina\Controllers\Admin\Countries::index |
GET | Admin/countries/create | \FoodLina\Controllers\Admin\Countries::create |
GET | Admin/countries/edit/([0-9]+) |
\FoodLina\Controllers\Admin\Countries::edit/$1 |
GET | Admin/countries/get | \FoodLina\Controllers\Admin\Countries::get |
GET | Admin/countries/update-country-status | \FoodLina\Controllers\Admin\Countries::update_country_status |
GET | Admin/countries/delete/([0-9]+) |
\FoodLina\Controllers\Admin\Countries::delete/$1 |
GET | Admin/countries/view/([0-9]+) |
\FoodLina\Controllers\Admin\Countries::view/$1 |
GET | Admin/cities | \FoodLina\Controllers\Admin\Cities::index |
GET | Admin/cities/create | \FoodLina\Controllers\Admin\Cities::create |
GET | Admin/cities/edit/([0-9]+) |
\FoodLina\Controllers\Admin\Cities::edit/$1 |
GET | Admin/cities/get-raw | \FoodLina\Controllers\Admin\Cities::get_raw |
GET | Admin/cities/update-city-status | \FoodLina\Controllers\Admin\Cities::update_city_status |
GET | Admin/cities/delete/([0-9]+) |
\FoodLina\Controllers\Admin\Cities::delete/$1 |
GET | Admin/cities/view/([0-9]+) |
\FoodLina\Controllers\Admin\Cities::view/$1 |
GET | Admin/areas | \FoodLina\Controllers\Admin\Areas::index |
GET | Admin/areas/create | \FoodLina\Controllers\Admin\Areas::create |
GET | Admin/areas/edit/([0-9]+) |
\FoodLina\Controllers\Admin\Areas::edit/$1 |
GET | Admin/areas/get | \FoodLina\Controllers\Admin\Areas::get |
GET | Admin/areas/get-raw | \FoodLina\Controllers\Admin\Areas::get_raw |
GET | Admin/areas/update-area-status | \FoodLina\Controllers\Admin\Areas::update_area_status |
GET | Admin/areas/delete/([0-9]+) |
\FoodLina\Controllers\Admin\Areas::delete/$1 |
GET | Admin/areas/view/([0-9]+) |
\FoodLina\Controllers\Admin\Areas::view/$1 |
GET | Admin/delivered-orders | \FoodLina\Controllers\Admin\DeliveredOrders::index |
GET | Admin/delivered-orders/get | \FoodLina\Controllers\Admin\DeliveredOrders::get |
GET | Admin/delivered-orders/print-order/([0-9]+) |
\FoodLina\Controllers\Admin\DeliveredOrders::print_order/$1 |
GET | Admin/notifications/general/create | \FoodLina\Controllers\Admin\GeneralNotifications::create |
GET | Admin/notifications/general/send | \FoodLina\Controllers\Admin\GeneralNotifications::send |
GET | Admin/notifications/specific/create | \FoodLina\Controllers\Admin\SpecificNotifications::create |
GET | Admin/roles | \FoodLina\Controllers\Admin\Roles::index |
GET | Admin/roles/create | \FoodLina\Controllers\Admin\Roles::create |
GET | Admin/roles/edit/([0-9]+) |
\FoodLina\Controllers\Admin\Roles::edit/$1 |
GET | Admin/roles/get | \FoodLina\Controllers\Admin\Roles::get |
GET | Admin/roles/update-role-status | \FoodLina\Controllers\Admin\Roles::update_role_status |
GET | Admin/roles/delete/([0-9]+) |
\FoodLina\Controllers\Admin\Roles::delete/$1 |
GET | Admin/roles/view/([0-9]+) |
\FoodLina\Controllers\Admin\Roles::view/$1 |
GET | Admin/admins | \FoodLina\Controllers\Admin\Admins::index |
GET | Admin/admins/create | \FoodLina\Controllers\Admin\Admins::create |
GET | Admin/admins/edit/([0-9]+) |
\FoodLina\Controllers\Admin\Admins::edit/$1 |
GET | Admin/admins/get | \FoodLina\Controllers\Admin\Admins::get |
GET | Admin/admins/update-admin-status | \FoodLina\Controllers\Admin\Admins::update_admin_status |
GET | Admin/admins/delete/([0-9]+) |
\FoodLina\Controllers\Admin\Admins::delete/$1 |
GET | Admin/admins/view/([0-9]+) |
\FoodLina\Controllers\Admin\Admins::view/$1 |
GET | Admin/reports/admins | \FoodLina\Controllers\Admin\AdminReports::index |
GET | Admin/reports/admins/get | \FoodLina\Controllers\Admin\AdminReports::get |
GET | Admin/reports/admins/view/([0-9]+) |
\FoodLina\Controllers\Admin\AdminReports::view/$1 |
GET | Admin/reports/vendors | \FoodLina\Controllers\Admin\VendorReports::index |
GET | Admin/reports/vendors/get | \FoodLina\Controllers\Admin\VendorReports::get |
GET | Admin/reports/vendors/view/([0-9]+) |
\FoodLina\Controllers\Admin\VendorReports::view/$1 |
GET | Admin/currencies | \FoodLina\Controllers\Admin\Currencies::index |
GET | Admin/currencies/create | \FoodLina\Controllers\Admin\Currencies::create |
GET | Admin/currencies/edit/([0-9]+) |
\FoodLina\Controllers\Admin\Currencies::edit/$1 |
GET | Admin/currencies/get | \FoodLina\Controllers\Admin\Currencies::get |
GET | Admin/currencies/view/([0-9]+) |
\FoodLina\Controllers\Admin\Currencies::view/$1 |
GET | Admin/currencies/delete/([0-9]+) |
\FoodLina\Controllers\Admin\Currencies::delete/$1 |
GET | Admin/system-languages | \FoodLina\Controllers\Admin\SystemLanguages::index |
GET | Admin/system-languages/get | \FoodLina\Controllers\Admin\SystemLanguages::get |
GET | Admin/system-languages/create | \FoodLina\Controllers\Admin\SystemLanguages::create |
GET | Admin/system-languages/edit/([0-9]+) |
\FoodLina\Controllers\Admin\SystemLanguages::edit/$1 |
GET | Admin/system-languages/view/([0-9]+) |
\FoodLina\Controllers\Admin\SystemLanguages::view/$1 |
GET | Admin/system-languages/delete/([0-9]+) |
\FoodLina\Controllers\Admin\SystemLanguages::delete/$1 |
GET | Admin/delivery-fees | \FoodLina\Controllers\Admin\DeliveryFees::index |
GET | Admin/delivery-fees/create | \FoodLina\Controllers\Admin\DeliveryFees::create |
GET | Admin/delivery-fees/edit/([0-9]+) |
\FoodLina\Controllers\Admin\DeliveryFees::edit/$1 |
GET | Admin/delivery-fees/get | \FoodLina\Controllers\Admin\DeliveryFees::get |
GET | Admin/delivery-fees/view/([0-9]+) |
\FoodLina\Controllers\Admin\DeliveryFees::view/$1 |
GET | Admin/delivery-fees/delete/([0-9]+) |
\FoodLina\Controllers\Admin\DeliveryFees::delete/$1 |
GET | Admin/delivery-boys-earnings | \FoodLina\Controllers\Admin\DeliveryBoysEarnings::index |
GET | Admin/delivery-boys-earnings/create | \FoodLina\Controllers\Admin\DeliveryBoysEarnings::create |
GET | Admin/delivery-boys-earnings/edit/([0-9]+) |
\FoodLina\Controllers\Admin\DeliveryBoysEarnings::edit/$1 |
GET | Admin/delivery-boys-earnings/get | \FoodLina\Controllers\Admin\DeliveryBoysEarnings::get |
GET | Admin/delivery-boys-earnings/view/([0-9]+) |
\FoodLina\Controllers\Admin\DeliveryBoysEarnings::view/$1 |
GET | Admin/delivery-boys-earnings/delete/([0-9]+) |
\FoodLina\Controllers\Admin\DeliveryBoysEarnings::delete/$1 |
GET | Admin/profile | \FoodLina\Controllers\Admin\Profile::index |
GET | Admin/delivery-teams | \FoodLina\Controllers\Admin\DeliveryTeams::index |
GET | Admin/delivery-teams/get | \FoodLina\Controllers\Admin\DeliveryTeams::get |
GET | Admin/delivery-teams/create | \FoodLina\Controllers\Admin\DeliveryTeams::create |
GET | Admin/delivery-teams/edit/([0-9]+) |
\FoodLina\Controllers\Admin\DeliveryTeams::edit/$1 |
GET | Admin/delivery-teams/delete/([0-9]+) |
\FoodLina\Controllers\Admin\DeliveryTeams::delete/$1 |
GET | Admin/delivery-teams/view/([0-9]+) |
\FoodLina\Controllers\Admin\DeliveryTeams::view/$1 |
GET | Admin/payment-gateways | \FoodLina\Controllers\Admin\PaymentGateways::index |
GET | Admin/reload-permissions | \FoodLina\Controllers\Admin\ReloadPermissions::index |
GET | Admin/view-notifications | \FoodLina\Controllers\Admin\ViewNotifications::index |
GET | Admin/mark-notifications-as-read | \FoodLina\Controllers\Admin\ViewNotifications::mark_as_read |
GET | Admin/terms-and-conditions | \FoodLina\Controllers\Admin\TermsAndConditions::index |
GET | Admin/how-it-works | \FoodLina\Controllers\Admin\HowItWorks::index |
GET | Admin/privacy-policy | \FoodLina\Controllers\Admin\PrivacyPolicy::index |
GET | Admin/social-media | \FoodLina\Controllers\Admin\SocialMedia::index |
GET | Admin/database | \FoodLina\Controllers\Admin\Database::index |
GET | Admin/database/export | \FoodLina\Controllers\Admin\Database::export |
GET | Vendor/login | \FoodLina\Controllers\Vendor\Login::index |
GET | Vendor/logout | \FoodLina\Controllers\Vendor\Logout::index |
GET | Vendor | \FoodLina\Controllers\Vendor\Dashboard::index |
GET | Vendor/dashboard | \FoodLina\Controllers\Vendor\Dashboard::index |
GET | Vendor/live-orders | \FoodLina\Controllers\Vendor\LiveOrders::index |
GET | Vendor/orders | \FoodLina\Controllers\Vendor\Orders::index |
GET | Vendor/orders/get | \FoodLina\Controllers\Vendor\Orders::get |
GET | Vendor/orders/update-order-status | \FoodLina\Controllers\Vendor\Orders::update_order_status |
GET | Vendor/orders/update-order-payment-status | \FoodLina\Controllers\Vendor\Orders::update_order_payment_status |
GET | Vendor/orders/view/([0-9]+) |
\FoodLina\Controllers\Vendor\Orders::view/$1 |
GET | Vendor/branches | \FoodLina\Controllers\Vendor\Branches::index |
GET | Vendor/branches/pending-approval | \FoodLina\Controllers\Vendor\Branches::pending_approval |
GET | Vendor/branches/create | \FoodLina\Controllers\Vendor\Branches::create |
GET | Vendor/branches/get | \FoodLina\Controllers\Vendor\Branches::get |
GET | Vendor/branches/get-raw | \FoodLina\Controllers\Vendor\Branches::get_raw |
GET | Vendor/branches/view/([0-9]+) |
\FoodLina\Controllers\Vendor\Branches::view/$1 |
GET | Vendor/branches/edit/([0-9]+) |
\FoodLina\Controllers\Vendor\Branches::edit/$1 |
GET | Vendor/branches/update-branch-status | \FoodLina\Controllers\Vendor\Branches::update_branch_status |
GET | Vendor/branches/update-branch-availability-status | \FoodLina\Controllers\Vendor\Branches::update_branch_availability_status |
GET | Vendor/branches/delete/([0-9]+) |
\FoodLina\Controllers\Vendor\Branches::delete/$1 |
GET | Vendor/items | \FoodLina\Controllers\Vendor\Items::index |
GET | Vendor/items/get | \FoodLina\Controllers\Vendor\Items::get |
GET | Vendor/items/create | \FoodLina\Controllers\Vendor\Items::create |
GET | Vendor/items/edit/([0-9]+) |
\FoodLina\Controllers\Vendor\Items::edit/$1 |
GET | Vendor/items/update-item-status | \FoodLina\Controllers\Vendor\Items::update_item_status |
GET | Vendor/items/view/([0-9]+) |
\FoodLina\Controllers\Vendor\Items::view/$1 |
GET | Vendor/items/delete/([0-9]+) |
\FoodLina\Controllers\Vendor\Items::delete/$1 |
GET | Vendor/items/get-raw | \FoodLina\Controllers\Vendor\Items::get_raw |
GET | Vendor/items/types/get-raw | \FoodLina\Controllers\Vendor\ItemsTypes::get_raw |
GET | Vendor/ingredients/get-raw | \FoodLina\Controllers\Vendor\Ingredients::get_raw |
GET | Vendor/notifications | \FoodLina\Controllers\Vendor\Notifications::index |
GET | Vendor/notifications/create | \FoodLina\Controllers\Vendor\Notifications::create |
GET | Vendor/vouchers | \FoodLina\Controllers\Vendor\Vouchers::index |
GET | Vendor/vouchers/create | \FoodLina\Controllers\Vendor\Vouchers::create |
GET | Vendor/vouchers/edit/([0-9]+) |
\FoodLina\Controllers\Vendor\Vouchers::edit/$1 |
GET | Vendor/vouchers/create-code | \FoodLina\Controllers\Vendor\Vouchers::create_code |
GET | Vendor/vouchers/get | \FoodLina\Controllers\Vendor\Vouchers::get |
GET | Vendor/vouchers/view/([0-9]+) |
\FoodLina\Controllers\Vendor\Vouchers::view/$1 |
GET | Vendor/vouchers/delete/([0-9]+) |
\FoodLina\Controllers\Vendor\Vouchers::delete/$1 |
GET | Vendor/reports | \FoodLina\Controllers\Vendor\Reports::index |
GET | Vendor/reports/get | \FoodLina\Controllers\Vendor\Reports::get |
GET | Vendor/reports/view/([0-9]+) |
\FoodLina\Controllers\Vendor\Reports::view/$1 |
GET | Vendor/reports/export | \FoodLina\Controllers\Vendor\Reports::export |
GET | Vendor/offers | \FoodLina\Controllers\Vendor\Offers::index |
GET | Vendor/offers/get | \FoodLina\Controllers\Vendor\Offers::get |
GET | Vendor/offers/update-offer-status | \FoodLina\Controllers\Vendor\Offers::update_offer_status |
GET | Vendor/offers/delete/([0-9]+) |
\FoodLina\Controllers\Vendor\Offers::delete/$1 |
GET | Vendor/offers/view/([0-9]+) |
\FoodLina\Controllers\Vendor\Offers::view/$1 |
GET | Vendor/offers/create | \FoodLina\Controllers\Vendor\Offers::create |
GET | Vendor/offers/edit/([0-9]+) |
\FoodLina\Controllers\Vendor\Offers::edit/$1 |
GET | Vendor/delivery-areas/circle | \FoodLina\Controllers\Vendor\DeliveryAreas::circle |
GET | Vendor/delivery-areas/polygon | \FoodLina\Controllers\Vendor\DeliveryAreas::polygon |
GET | Vendor/profile | \FoodLina\Controllers\Vendor\Profile::index |
GET | Vendor/cities/get | \FoodLina\Controllers\Vendor\Cities::get |
GET | Vendor/cities/get-raw | \FoodLina\Controllers\Vendor\Cities::get_raw |
GET | Vendor/areas/get-raw | \FoodLina\Controllers\Vendor\Areas::get_raw |
GET | Vendor/delivery-areas/get-raw | \FoodLina\Controllers\Vendor\DeliveryAreas::get_raw |
GET | Vendor/customers/get-raw | \FoodLina\Controllers\Vendor\Customers::get_raw |
GET | Team/login | \FoodLina\Controllers\Team\Login::index |
GET | Team | \FoodLina\Controllers\Team\Dashboard::index |
GET | Team/dashboard | \FoodLina\Controllers\Team\Dashboard::index |
GET | Team/logout | \FoodLina\Controllers\Team\Logout::index |
GET | Team/live-orders | \FoodLina\Controllers\Team\LiveOrders::index |
GET | Team/orders | \FoodLina\Controllers\Team\Orders::index |
GET | Team/orders/get | \FoodLina\Controllers\Team\Orders::get |
GET | Team/orders/view/([0-9]+) |
\FoodLina\Controllers\Team\Orders::view/$1 |
GET | Team/orders/update-order-status | \FoodLina\Controllers\Team\Orders::update_order_status |
GET | Team/orders/update-order-payment-status | \FoodLina\Controllers\Team\Orders::update_order_payment_status |
GET | Team/drivers | \FoodLina\Controllers\Team\Drivers::index |
GET | Team/drivers/get | \FoodLina\Controllers\Team\Drivers::get |
GET | Team/drivers/update-driver-status | \FoodLina\Controllers\Team\Drivers::update_driver_status |
GET | Team/drivers/create | \FoodLina\Controllers\Team\Drivers::create |
GET | Team/drivers/edit/([0-9]+) |
\FoodLina\Controllers\Team\Drivers::edit/$1 |
GET | Team/drivers/view/([0-9]+) |
\FoodLina\Controllers\Team\Drivers::view/$1 |
GET | Team/drivers/delete/([0-9]+) |
\FoodLina\Controllers\Team\Drivers::delete/$1 |
GET | Team/profile | \FoodLina\Controllers\Team\Profile::index |
GET | Team/reports | \FoodLina\Controllers\Team\Reports::index |
GET | Team/reports/get | \FoodLina\Controllers\Team\Reports::get |
GET | Team/delivery-areas/get-raw | \FoodLina\Controllers\Team\DeliveryAreas::get_raw |
GET | Team/cities/get-raw | \FoodLina\Controllers\Team\Cities::get_raw |
GET | api/v1/customers/get | \FoodLina\Controllers\API\V1\Customers\Customers::get |
GET | api/v1/customers/faq | \FoodLina\Controllers\API\V1\Customers\FAQ::index |
GET | api/v1/customers/search | \FoodLina\Controllers\API\V1\Customers\Search::index |
GET | api/v1/customers/offers-slides | \FoodLina\Controllers\API\V1\Customers\Slider::index |
GET | api/v1/customers/wallet | \FoodLina\Controllers\API\V1\Customers\Wallet::index |
GET | api/v1/customers/wallet/page/([0-9]+) |
\FoodLina\Controllers\API\V1\Customers\Wallet::index/$1 |
GET | api/v1/customers/ratings-and-reviews | \FoodLina\Controllers\API\V1\Customers\RatingsReviews::index |
GET | api/v1/customers/ratings-and-reviews/([0-9]+) |
\FoodLina\Controllers\API\V1\Customers\RatingsReviews::get_single/$1 |
GET | api/v1/customers/ratings-and-reviews/([0-9]+)/delete |
\FoodLina\Controllers\API\V1\Customers\RatingsReviews::delete/$1 |
GET | api/v1/customers/about | \FoodLina\Controllers\API\V1\Customers\About::index |
GET | api/v1/customers/orders/all | \FoodLina\Controllers\API\V1\Customers\Orders::all |
GET | api/v1/customers/orders/([0-9]+)/view |
\FoodLina\Controllers\API\V1\Customers\Orders::view/$1 |
GET | api/v1/customers/orders/([0-9]+)/track |
\FoodLina\Controllers\API\V1\Customers\Orders::track/$1 |
GET | api/v1/customers/orders/summary | \FoodLina\Controllers\API\V1\Customers\Orders::summary |
GET | api/v1/customers/orders/reset-ratings | \FoodLina\Controllers\API\V1\Customers\Orders::reset_ratings |
GET | api/v1/customers/cuisines | \FoodLina\Controllers\API\V1\Customers\Cuisines::index |
GET | api/v1/customers/cuisines/page/([0-9]+) |
\FoodLina\Controllers\API\V1\Customers\Cuisines::get/$1 |
GET | api/v1/customers/items/branches/([0-9]+) |
\FoodLina\Controllers\API\V1\Customers\Items::index/$1 |
GET | api/v1/customers/items/([0-9]+)/info |
\FoodLina\Controllers\API\V1\Customers\Items::info/$1 |
GET | api/v1/customers/items/branches/([0-9]+)/recommended |
\FoodLina\Controllers\API\V1\Customers\Items::recommended/$1 |
GET | api/v1/customers/favorite-items/all | \FoodLina\Controllers\API\V1\Customers\FavoriteItems::all |
GET | api/v1/customers/favorite-items/is-favorite/([0-9]+) |
\FoodLina\Controllers\API\V1\Customers\FavoriteItems::is_favorite/$1 |
GET | api/v1/customers/favorite-branches/all | \FoodLina\Controllers\API\V1\Customers\FavoriteBranches::all |
GET | api/v1/customers/favorite-branches/is-favorite/([0-9]+) |
\FoodLina\Controllers\API\V1\Customers\FavoriteBranches::is_favorite/$1 |
GET | api/v1/customers/branches | \FoodLina\Controllers\API\V1\Customers\Branches::all/-1 |
GET | api/v1/customers/branches/page/([0-9]+) |
\FoodLina\Controllers\API\V1\Customers\Branches::all/$1 |
GET | api/v1/customers/branches/([0-9]+)/info |
\FoodLina\Controllers\API\V1\Customers\Branches::info/$1 |
GET | api/v1/customers/branches/([0-9]+)/ratings |
\FoodLina\Controllers\API\V1\Customers\Branches::ratings/$1 |
GET | api/v1/customers/branches/([0-9]+)/offers |
\FoodLina\Controllers\API\V1\Customers\Branches::offers/$1 |
GET | api/v1/customers/carts | \FoodLina\Controllers\API\V1\Customers\Carts::get |
GET | api/v1/customers/carts/remove-items | \FoodLina\Controllers\API\V1\Customers\Carts::remove_items |
GET | api/v1/customers/carts/remove-offers | \FoodLina\Controllers\API\V1\Customers\Carts::remove_offers |
GET | api/v1/customers/carts/remove-all | \FoodLina\Controllers\API\V1\Customers\Carts::remove_all |
GET | api/v1/customers/addresses | \FoodLina\Controllers\API\V1\Customers\Addresses::get |
GET | api/v1/customers/addresses/types | \FoodLina\Controllers\API\V1\Customers\Addresses::types |
GET | api/v1/customers/misc/get-countries | \FoodLina\Controllers\API\V1\Misc::get_countries |
GET | api/v1/customers/misc/get-cities/([0-9]+) |
\FoodLina\Controllers\API\V1\Misc::get_cities/$1 |
GET | api/v1/customers/misc/get-areas/([0-9]+) |
\FoodLina\Controllers\API\V1\Misc::get_areas/$1 |
GET | api/v1/drivers/get | \FoodLina\Controllers\API\V1\Drivers\Drivers::get |
GET | api/v1/drivers/statistics | \FoodLina\Controllers\API\V1\Drivers\Drivers::statistics |
GET | api/v1/drivers/statistics-2 | \FoodLina\Controllers\API\V1\Drivers\Drivers::statistics_2 |
GET | api/v1/drivers/orders/([0-9]+)/view |
\FoodLina\Controllers\API\V1\Drivers\Orders::view/$1 |
GET | api/v1/drivers/orders/([0-9]+)/accept |
\FoodLina\Controllers\API\V1\Drivers\Orders::accept/$1 |
GET | api/v1/drivers/orders/([0-9]+)/reject |
\FoodLina\Controllers\API\V1\Drivers\Orders::reject/$1 |
GET | api/v1/drivers/orders/([0-9]+)/pickup |
\FoodLina\Controllers\API\V1\Drivers\Orders::pickup/$1 |
GET | api/v1/drivers/orders/([0-9]+)/confirm-delivery |
\FoodLina\Controllers\API\V1\Drivers\Orders::confirm_delivery/$1 |
GET | api/v1/drivers/orders/([0-9]+)/finish |
\FoodLina\Controllers\API\V1\Drivers\Orders::finish/$1 |
GET | api/v1/drivers/orders/assigned | \FoodLina\Controllers\API\V1\Drivers\Orders::assigned |
GET | api/v1/drivers/orders/incoming | \FoodLina\Controllers\API\V1\Drivers\Orders::incoming |
GET | api/v1/drivers/orders/delivered | \FoodLina\Controllers\API\V1\Drivers\Orders::delivered |
GET | api/v1/drivers/orders/rejected | \FoodLina\Controllers\API\V1\Drivers\Orders::rejected |
GET | api/v1/drivers/orders/reset-accepted-orders | \FoodLina\Controllers\API\V1\Drivers\Orders::reset_accepted_orders |
GET | api/v1/drivers/orders/set-accepted-orders | \FoodLina\Controllers\API\V1\Drivers\Orders::set_accepted_orders |
GET | api/v1/drivers/notifications | \FoodLina\Controllers\API\V1\Drivers\Notifications::index |
GET | api/v1/drivers/notifications/([0-9]+) |
\FoodLina\Controllers\API\V1\Drivers\Notifications::index/$1 |
GET | api/v1/drivers/notifications/mark-as-seen/([0-9]+) |
\FoodLina\Controllers\API\V1\Drivers\Notifications::mark_as_seen/$1 |
GET | api/v1/drivers/misc/get-countries | \FoodLina\Controllers\API\V1\Misc::get_countries |
GET | api/v1/drivers/misc/get-cities/([0-9]+) |
\FoodLina\Controllers\API\V1\Misc::get_cities/$1 |
GET | api/v1/drivers/misc/get-areas/([0-9]+) |
\FoodLina\Controllers\API\V1\Misc::get_areas/$1 |
GET | api/v1/drivers/misc/get-phone-codes | \FoodLina\Controllers\API\V1\Misc::get_phone_codes |
GET | api/v1/vendors/summary | \FoodLina\Controllers\API\V1\Vendors\Summary::index |
GET | api/v1/vendors/orders | \FoodLina\Controllers\API\V1\Vendors\Orders::index |
GET | api/v1/vendors/orders/live | \FoodLina\Controllers\API\V1\Vendors\Orders::live |
GET | api/v1/vendors/orders/([0-9]+) |
\FoodLina\Controllers\API\V1\Vendors\Orders::details/$1 |
GET | api/v1/vendors/orders/filter | \FoodLina\Controllers\API\V1\Vendors\Orders::filter |
GET | api/v1/vendors/branches | \FoodLina\Controllers\API\V1\Vendors\Branches::index |
GET | api/v1/vendors/branches/([0-9]+) |
\FoodLina\Controllers\API\V1\Vendors\Branches::info/$1 |
GET | Admin/login | \FoodLina\Controllers\Admin\Login::index |
POST | restaurants/add-favorite | \FoodLina\Controllers\Front\Restaurants::add_favorite |
POST | restaurants/remove-favorite | \FoodLina\Controllers\Front\Restaurants::remove_favorite |
POST | restaurants/submit | \FoodLina\Controllers\Front\Restaurants::submit |
POST | restaurants/submit-reset-password | \FoodLina\Controllers\Front\Restaurants::submit_reset_password |
POST | drivers/submit | \FoodLina\Controllers\Front\Drivers::submit |
POST | drivers/submit-reset-password | \FoodLina\Controllers\Front\Drivers::submit_reset_password |
POST | carts/add-item | \FoodLina\Controllers\Front\Carts::add_item |
POST | carts/add-offer | \FoodLina\Controllers\Front\Carts::add_offer |
POST | carts/increase-item-quantity | \FoodLina\Controllers\Front\Carts::increase_item_quantity |
POST | carts/decrease-item-quantity | \FoodLina\Controllers\Front\Carts::decrease_item_quantity |
POST | carts/increase-offer-quantity | \FoodLina\Controllers\Front\Carts::increase_offer_quantity |
POST | carts/decrease-offer-quantity | \FoodLina\Controllers\Front\Carts::decrease_offer_quantity |
POST | login | \FoodLina\Controllers\Front\Login::index |
POST | facebook-login | \FoodLina\Controllers\Front\Login::check_facebook |
POST | google-login | \FoodLina\Controllers\Front\Login::check_google |
POST | subscribe | \FoodLina\Controllers\Front\Subscribe::index |
POST | change-delivery-location | \FoodLina\Controllers\Front\ChangeDeliveryLocation::index |
POST | reset-password/submit | \FoodLina\Controllers\Front\ResetPassword::submit |
POST | register/submit | \FoodLina\Controllers\Front\Register::submit |
POST | Profile/update-info | \FoodLina\Controllers\Profile\Profile::update_info |
POST | Profile/update-avatar | \FoodLina\Controllers\Profile\Profile::update_avatar |
POST | Profile/orders/place | \FoodLina\Controllers\Profile\Orders::place |
POST | Profile/orders/rate-order | \FoodLina\Controllers\Profile\Orders::rate_order |
POST | Profile/orders/rate-delivery-boy | \FoodLina\Controllers\Profile\Orders::rate_delivery_boy |
POST | Profile/wallet/recharge | \FoodLina\Controllers\Profile\Wallet::recharge |
POST | Profile/reviews/edit/([0-9]+) | \FoodLina\Controllers\Profile\Reviews::edit/$1 |
POST | Profile/addresses/add | \FoodLina\Controllers\Profile\Addresses::add |
POST | Profile/addresses/edit | \FoodLina\Controllers\Profile\Addresses::edit |
POST | Profile/addresses/delete | \FoodLina\Controllers\Profile\Addresses::delete |
POST | Admin/vendors/export-balance | \FoodLina\Controllers\Admin\Vendors::export_balance |
POST | Admin/vendors/create-vendor | \FoodLina\Controllers\Admin\Vendors::create_vendor |
POST | Admin/vendors/edit-vendor | \FoodLina\Controllers\Admin\Vendors::edit_vendor |
POST | Admin/branches/create-branch | \FoodLina\Controllers\Admin\Branches::create_branch |
POST | Admin/branches/edit-branch | \FoodLina\Controllers\Admin\Branches::edit-branch |
POST | Admin/delivery-areas/create-polygon-delivery-area | \FoodLina\Controllers\Admin\DeliveryAreas::create_polygon_delivery_area |
POST | Admin/delivery-areas/create-circle-delivery-area | \FoodLina\Controllers\Admin\DeliveryAreas::create_circle_delivery_area |
POST | Admin/delivery-areas/edit-polygon-delivery-area | \FoodLina\Controllers\Admin\DeliveryAreas::edit_polygon_delivery_area |
POST | Admin/delivery-areas/edit-circle-delivery-area | \FoodLina\Controllers\Admin\DeliveryAreas::edit_circle_delivery_area |
POST | Admin/categories/create-category | \FoodLina\Controllers\Admin\Categories::create_category |
POST | Admin/categories/edit-category | \FoodLina\Controllers\Admin\Categories::edit_category |
POST | Admin/subcategories/create-subcategory | \FoodLina\Controllers\Admin\Subcategories::create_subcategory |
POST | Admin/subcategories/edit-subcategory | \FoodLina\Controllers\Admin\Subcategories::edit_subcategory |
POST | Admin/subcategories/add-existent-subcategory | \FoodLina\Controllers\Admin\Subcategories::add_existent_subcategory |
POST | Admin/items/create-item | \FoodLina\Controllers\Admin\Items::create_item |
POST | Admin/items/edit-item | \FoodLina\Controllers\Admin\Items::edit_item |
POST | Admin/items/activate-items | \FoodLina\Controllers\Admin\Items::activate_items |
POST | Admin/items/deactivate-items | \FoodLina\Controllers\Admin\Items::deactivate_items |
POST | Admin/items/delete-items | \FoodLina\Controllers\Admin\Items::delete_items |
POST | Admin/items/types/create | \FoodLina\Controllers\Admin\ItemsTypes::create_itemtype |
POST | Admin/items/types/edit | \FoodLina\Controllers\Admin\ItemsTypes::edit_itemtype |
POST | Admin/offers/create-offer | \FoodLina\Controllers\Admin\Offers::create_offer |
POST | Admin/offers/edit-offer | \FoodLina\Controllers\Admin\Offers::edit_offer |
POST | Admin/cuisines/create-cuisine | \FoodLina\Controllers\Admin\Cuisines::create_cuisine |
POST | Admin/cuisines/edit-cuisine | \FoodLina\Controllers\Admin\Cuisines::edit_cuisine |
POST | Admin/customers/create-customer | \FoodLina\Controllers\Admin\Customers::create_customer |
POST | Admin/customers/edit-customer | \FoodLina\Controllers\Admin\Customers::edit_customer |
POST | Admin/customers/upload-customers | \FoodLina\Controllers\Admin\Customers::upload_customers |
POST | Admin/newsletters/create-newsletter | \FoodLina\Controllers\Admin\Newsletters::create_newsletter |
POST | Admin/newsletters/edit-newsletter | \FoodLina\Controllers\Admin\Newsletters::edit_newsletter |
POST | Admin/newsletters/send | \FoodLina\Controllers\Admin\Newsletters::send |
POST | Admin/drivers/create-driver | \FoodLina\Controllers\Admin\Drivers::create_driver |
POST | Admin/drivers/edit-driver | \FoodLina\Controllers\Admin\Drivers::edit_driver |
POST | Admin/drivers/export-balance | \FoodLina\Controllers\Admin\Drivers::export_balance |
POST | Admin/drivers/driver-balance | \FoodLina\Controllers\Admin\Drivers::get_driver_balance |
POST | Admin/faqs/create-faq | \FoodLina\Controllers\Admin\FrequentlyAskedQuestions::create_faq |
POST | Admin/faqs/edit-faq | \FoodLina\Controllers\Admin\FrequentlyAskedQuestions::edit_faq |
POST | Admin/vouchers/create-voucher | \FoodLina\Controllers\Admin\Vouchers::create_voucher |
POST | Admin/vouchers/edit-voucher | \FoodLina\Controllers\Admin\Vouchers::edit_voucher |
POST | Admin/address-types/create-address-type | \FoodLina\Controllers\Admin\AddressTypes::create_address_type |
POST | Admin/address-types/edit-address-type | \FoodLina\Controllers\Admin\AddressTypes::edit_address_type |
POST | Admin/countries/create-country | \FoodLina\Controllers\Admin\Countries::create_country |
POST | Admin/countries/edit-country | \FoodLina\Controllers\Admin\Countries::edit_country |
POST | Admin/cities/create-city | \FoodLina\Controllers\Admin\Cities::create_city |
POST | Admin/cities/edit-city | \FoodLina\Controllers\Admin\Cities::edit_city |
POST | Admin/areas/create-area | \FoodLina\Controllers\Admin\Areas::create_area |
POST | Admin/areas/edit-area | \FoodLina\Controllers\Admin\Areas::edit_area |
POST | Admin/roles/create-role | \FoodLina\Controllers\Admin\Roles::create_role |
POST | Admin/roles/edit-role | \FoodLina\Controllers\Admin\Roles::edit_role |
POST | Admin/admins/create-admin | \FoodLina\Controllers\Admin\Admins::create_admin |
POST | Admin/admins/edit-admin | \FoodLina\Controllers\Admin\Admins::edit_admin |
POST | Admin/reports/admins/export | \FoodLina\Controllers\Admin\AdminReports::export |
POST | Admin/reports/vendors/export | \FoodLina\Controllers\Admin\VendorReports::export |
POST | Admin/currencies/create-currency | \FoodLina\Controllers\Admin\Currencies::create_currency |
POST | Admin/currencies/edit-currency | \FoodLina\Controllers\Admin\Currencies::edit_currency |
POST | Admin/system-languages/create-system-language | \FoodLina\Controllers\Admin\SystemLanguages::create_system_language |
POST | Admin/system-languages/edit-system-language | \FoodLina\Controllers\Admin\SystemLanguages::edit_system_language |
POST | Admin/delivery-fees/create-delivery-fee | \FoodLina\Controllers\Admin\DeliveryFees::create_delivery_fee |
POST | Admin/delivery-fees/edit-delivery-fee | \FoodLina\Controllers\Admin\DeliveryFees::edit_delivery_fee |
POST | Admin/delivery-boys-earnings/create-delivery-boy-earning | \FoodLina\Controllers\Admin\DeliveryBoysEarnings::create_delivery_boy_earning |
POST | Admin/delivery-boys-earnings/edit-delivery-boy-earning | \FoodLina\Controllers\Admin\DeliveryBoysEarnings::edit_delivery_boy_earning |
POST | Admin/profile/edit | \FoodLina\Controllers\Admin\Profile::edit |
POST | Admin/delivery-teams/create-team | \FoodLina\Controllers\Admin\DeliveryTeams::create_team |
POST | Admin/delivery-teams/edit-team | \FoodLina\Controllers\Admin\DeliveryTeams::edit_team |
POST | Admin/payment-gateways/edit | \FoodLina\Controllers\Admin\PaymentGateways::edit |
POST | Admin/search | \FoodLina\Controllers\Admin\Search::index |
POST | Admin/terms-and-conditions/edit | \FoodLina\Controllers\Admin\TermsAndConditions::edit |
POST | Admin/how-it-works/edit | \FoodLina\Controllers\Admin\HowItWorks::edit |
POST | Admin/privacy-policy/edit | \FoodLina\Controllers\Admin\PrivacyPolicy::edit |
POST | Admin/social-media/edit | \FoodLina\Controllers\Admin\SocialMedia::edit |
POST | Vendor/login/check | \FoodLina\Controllers\Vendor\Login::check |
POST | Vendor/login/check-facebook | \FoodLina\Controllers\Vendor\Login::check_facebook |
POST | Vendor/login/check-google | \FoodLina\Controllers\Vendor\Login::check_google |
POST | Vendor/branches/create-branch | \FoodLina\Controllers\Vendor\Branches::create_branch |
POST | Vendor/branches/edit-branch | \FoodLina\Controllers\Vendor\Branches::edit-branch |
POST | Vendor/items/create-item | \FoodLina\Controllers\Vendor\Items::create_item |
POST | Vendor/items/edit-item | \FoodLina\Controllers\Vendor\Items::edit_item |
POST | Vendor/items/activate-items | \FoodLina\Controllers\Vendor\Items::activate_items |
POST | Vendor/items/deactivate-items | \FoodLina\Controllers\Vendor\Items::deactivate_items |
POST | Vendor/items/delete-items | \FoodLina\Controllers\Vendor\Items::delete_items |
POST | Vendor/vouchers/create-voucher | \FoodLina\Controllers\Vendor\Vouchers::create_voucher |
POST | Vendor/vouchers/edit-voucher | \FoodLina\Controllers\Vendor\Vouchers::edit_voucher |
POST | Vendor/search | \FoodLina\Controllers\Vendor\Search::index |
POST | Vendor/offers/create-offer | \FoodLina\Controllers\Vendor\Offers::create_offer |
POST | Vendor/offers/edit-offer | \FoodLina\Controllers\Vendor\Offers::edit_offer |
POST | Vendor/delivery-areas/suggest-circle | \FoodLina\Controllers\Vendor\DeliveryAreas::suggest_circle |
POST | Vendor/delivery-areas/suggest-polygon | \FoodLina\Controllers\Vendor\DeliveryAreas::suggest_polygon |
POST | Vendor/profile/edit | \FoodLina\Controllers\Vendor\Profile::edit |
POST | Team/login/check | \FoodLina\Controllers\Team\Login::check |
POST | Team/login/check-facebook | \FoodLina\Controllers\Team\Login::check_facebook |
POST | Team/login/check-google | \FoodLina\Controllers\Team\Login::check_google |
POST | Team/drivers/create-driver | \FoodLina\Controllers\Team\Drivers::create_driver |
POST | Team/drivers/edit-driver | \FoodLina\Controllers\Team\Drivers::edit_driver |
POST | Team/search | \FoodLina\Controllers\Team\Search::index |
POST | Team/profile/edit | \FoodLina\Controllers\Team\Profile::edit |
POST | api/v1/customers/facebook-login | \FoodLina\Controllers\API\V1\Customers\Login::check_facebook |
POST | api/v1/customers/google-login | \FoodLina\Controllers\API\V1\Customers\Login::check_google |
POST | api/v1/customers/login | \FoodLina\Controllers\API\V1\Customers\Login::index |
POST | api/v1/customers/reset-password | \FoodLina\Controllers\API\V1\Customers\ResetPassword::index |
POST | api/v1/customers/register | \FoodLina\Controllers\API\V1\Customers\Customers::register |
POST | api/v1/customers/edit | \FoodLina\Controllers\API\V1\Customers\Customers::edit |
POST | api/v1/customers/change-password | \FoodLina\Controllers\API\V1\Customers\Customers::change_password |
POST | api/v1/customers/change-language | \FoodLina\Controllers\API\V1\Customers\ChangeLanguage::index |
POST | api/v1/customers/send-contact-message | \FoodLina\Controllers\API\V1\Customers\ContactUs::index |
POST | api/v1/customers/wallet/charge | \FoodLina\Controllers\API\V1\Customers\Wallet::charge |
POST | api/v1/customers/ratings-and-reviews/([0-9]+)/edit | \FoodLina\Controllers\API\V1\Customers\RatingsReviews::edit/$1 |
POST | api/v1/customers/about/send-feedback | \FoodLina\Controllers\API\V1\Customers\About::send_feedback |
POST | api/v1/customers/orders/([0-9]+)/rate | \FoodLina\Controllers\API\V1\Customers\Orders::rate/$1 |
POST | api/v1/customers/orders/place | \FoodLina\Controllers\API\V1\Customers\Orders::place |
POST | api/v1/customers/orders/reorder | \FoodLina\Controllers\API\V1\Customers\Orders::reorder |
POST | api/v1/customers/orders/coupon-status | \FoodLina\Controllers\API\V1\Customers\Orders::coupon_status |
POST | api/v1/customers/favorite-items/add | \FoodLina\Controllers\API\V1\Customers\FavoriteItems::add |
POST | api/v1/customers/favorite-items/remove | \FoodLina\Controllers\API\V1\Customers\FavoriteItems::remove |
POST | api/v1/customers/favorite-branches/add | \FoodLina\Controllers\API\V1\Customers\FavoriteBranches::add |
POST | api/v1/customers/favorite-branches/remove | \FoodLina\Controllers\API\V1\Customers\FavoriteBranches::remove |
POST | api/v1/customers/branches/rate | \FoodLina\Controllers\API\V1\Customers\Branches::rate |
POST | api/v1/customers/subscribe | \FoodLina\Controllers\API\V1\Customers\Subscribe::subscribe |
POST | api/v1/customers/carts/add-item | \FoodLina\Controllers\API\V1\Customers\Carts::add_item |
POST | api/v1/customers/carts/add-items | \FoodLina\Controllers\API\V1\Customers\Carts::add_items |
POST | api/v1/customers/carts/add-offer | \FoodLina\Controllers\API\V1\Customers\Carts::add_offer |
POST | api/v1/customers/carts/add-offers | \FoodLina\Controllers\API\V1\Customers\Carts::add_offers |
POST | api/v1/customers/addresses/add | \FoodLina\Controllers\API\V1\Customers\Addresses::add |
POST | api/v1/customers/addresses/([0-9]+)/edit | \FoodLina\Controllers\API\V1\Customers\Addresses::edit/$1 |
POST | api/v1/customers/addresses/remove | \FoodLina\Controllers\API\V1\Customers\Addresses::remove |
POST | api/v1/drivers/login | \FoodLina\Controllers\API\V1\Drivers\Login::index |
POST | api/v1/drivers/register | \FoodLina\Controllers\API\V1\Drivers\Drivers::register |
POST | api/v1/drivers/reset-password | \FoodLina\Controllers\API\V1\Drivers\ResetPassword::index |
POST | api/v1/drivers/edit | \FoodLina\Controllers\API\V1\Drivers\Drivers::edit |
POST | api/v1/drivers/change-password | \FoodLina\Controllers\API\V1\Drivers\Drivers::change_password |
POST | api/v1/drivers/update-delivery-status | \FoodLina\Controllers\API\V1\Drivers\Drivers::update_delivery_status |
POST | api/v1/drivers/send-money | \FoodLina\Controllers\API\V1\Drivers\Drivers::send_money |
POST | api/v1/drivers/send-current-coordinates | \FoodLina\Controllers\API\V1\Drivers\Drivers::send_current_coordinates |
POST | api/v1/vendors/login | \FoodLina\Controllers\API\V1\Vendors\Login::index |
POST | api/v1/vendors/change-password | \FoodLina\Controllers\API\V1\Vendors\ChangePassword::index |
POST | api/v1/vendors/orders/([0-9]+)/update-status | \FoodLina\Controllers\API\V1\Vendors\Orders::update_status/$1 |
POST | api/v1/vendors/orders/([0-9]+)/finish | \FoodLina\Controllers\API\V1\Vendors\Orders::finish/$1 |
POST | api/v1/vendors/branches/([0-9]+)/edit | \FoodLina\Controllers\API\V1\Vendors\Branches::edit/$1 |
POST | Admin/login/check | \FoodLina\Controllers\Admin\Login::check |
CLI | migrations/([^/]+)/([^/]+) | \CodeIgniter\Commands\MigrationsCommand::$1/$2 |
CLI | migrations/([^/]+) | \CodeIgniter\Commands\MigrationsCommand::$1 |
CLI | migrations | \CodeIgniter\Commands\MigrationsCommand::index |
CLI | ci(.*) | \CodeIgniter\CLI\CommandRunner::index/$1 |
Time | Event Name | Times Called |
---|---|---|
11.86 ms | pre_system | 1 |
0.09 ms | dbquery | 5 |
Action | Datetime | Status | Method | URL | Content-Type | Is AJAX? |
---|---|---|---|---|---|---|
2025-01-06 15:48:55 | 200 | GET | https://foodlina.com/restaurants | text/html; charset=UTF-8 | No | |
2025-01-06 14:13:25 | 200 | GET | https://foodlina.com/ | text/html; charset=UTF-8 | No | |
2025-01-06 14:05:27 | 200 | GET | https://foodlina.com/ | text/html; charset=UTF-8 | No | |
2025-01-06 13:58:59 | 200 | GET | https://foodlina.com/ | text/html; charset=UTF-8 | No | |
2025-01-06 11:37:36 | 200 | GET | https://foodlina.com/how-it-works | text/html; charset=UTF-8 | No | |
2025-01-06 08:20:45 | 200 | GET | https://foodlina.com/ | text/html; charset=UTF-8 | No | |
2025-01-06 08:20:35 | 200 | GET | https://foodlina.com/ | text/html; charset=UTF-8 | No | |
2025-01-06 08:19:56 | 200 | GET | https://foodlina.com/ | text/html; charset=UTF-8 | No | |
2025-01-06 07:43:15 | 200 | GET | https://foodlina.com/ | text/html; charset=UTF-8 | No | |
2025-01-06 06:25:54 | 200 | GET | https://foodlina.com/Admin/login | text/html; charset=UTF-8 | No | |
2025-01-06 06:24:31 | 200 | GET | https://foodlina.com/Admin/login | text/html; charset=UTF-8 | No | |
2025-01-06 06:24:30 | 200 | GET | https://foodlina.com/Admin/login | text/html; charset=UTF-8 | No | |
2025-01-06 06:24:25 | 200 | GET | https://foodlina.com/Admin/login | text/html; charset=UTF-8 | No | |
2025-01-06 06:23:55 | 200 | GET | https://foodlina.com/Admin/login | text/html; charset=UTF-8 | No | |
2025-01-06 06:23:08 | 200 | GET | https://foodlina.com/ | text/html; charset=UTF-8 | No | |
2025-01-06 06:13:18 | 200 | GET | https://foodlina.com/ | text/html; charset=UTF-8 | No | |
2025-01-06 06:13:04 | 200 | GET | https://foodlina.com/ | text/html; charset=UTF-8 | No | |
2025-01-06 06:12:35 | 200 | GET | https://foodlina.com/ | text/html; charset=UTF-8 | No | |
2025-01-06 06:08:17 | 200 | GET | https://foodlina.com/ | text/html; charset=UTF-8 | No | |
2025-01-06 05:49:24 | 200 | GET | https://foodlina.com/ | text/html; charset=UTF-8 | No |
branches |
|
cuisines |
|
view | Restaurants |
title | Dashboard - |
loggedin |
|
__ci_last_regenerate | 1736167734 |
cuisine | 1 |
Accept | text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 |
Accept-Encoding | gzip, deflate, br, zstd |
Connection | |
Host | foodlina.com |
Pragma | no-cache |
User-Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
Cache-Control | no-cache |
X-Forwarded-For | 18.221.42.199 |
X-Real-Ip | 18.221.42.199 |
X-Eig-Origin | 50.116.65.96 |
X-Cache-Req | 1 |
Sec-Ch-Ua | "HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129" |
Sec-Ch-Ua-Mobile | ?0 |
Sec-Ch-Ua-Platform | "Windows" |
Upgrade-Insecure-Requests | 1 |
Sec-Fetch-Site | none |
Sec-Fetch-Mode | navigate |
Sec-Fetch-User | ?1 |
Sec-Fetch-Dest | document |
Priority | u=0, i |
X-Https | 1 |
Authorization |
Accept | text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 |
Accept-Encoding | gzip, deflate, br, zstd |
Connection | |
Host | foodlina.com |
Pragma | no-cache |
User-Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
Cache-Control | no-cache |
X-Forwarded-For | 18.221.42.199 |
X-Real-Ip | 18.221.42.199 |
X-Eig-Origin | 50.116.65.96 |
X-Cache-Req | 1 |
Sec-Ch-Ua | "HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129" |
Sec-Ch-Ua-Mobile | ?0 |
Sec-Ch-Ua-Platform | "Windows" |
Upgrade-Insecure-Requests | 1 |
Sec-Fetch-Site | none |
Sec-Fetch-Mode | navigate |
Sec-Fetch-User | ?1 |
Sec-Fetch-Dest | document |
Priority | u=0, i |
X-Https | 1 |
Authorization |
CodeIgniter Version: | 4.1.5 |
PHP Version: | 8.0.30 |
PHP SAPI: | litespeed |
Environment: | development |
Base URL: | https://foodlina.com |
Timezone: | Asia/Damascus |
Locale: | en |
Content Security Policy Enabled: | No |