array(30) {
["/"]=>
array(2) {
["controller"]=>
string(22) "App\Web\HomeController"
["action"]=>
string(5) "index"
}
["/login"]=>
array(2) {
["controller"]=>
string(24) "App\Auth\LoginController"
["action"]=>
string(5) "login"
}
["/register"]=>
array(2) {
["controller"]=>
string(24) "App\Auth\LoginController"
["action"]=>
string(6) "create"
}
["/logout"]=>
array(2) {
["controller"]=>
string(18) "App\Auth\Authentic"
["action"]=>
string(6) "logOut"
}
["/dashboard"]=>
array(2) {
["controller"]=>
string(33) "App\Dashboard\DashboardController"
["action"]=>
string(5) "index"
}
["/message"]=>
array(2) {
["controller"]=>
string(33) "App\Dashboard\DashboardController"
["action"]=>
string(7) "success"
}
["/event"]=>
array(2) {
["controller"]=>
string(25) "App\Event\EventController"
["action"]=>
string(5) "index"
}
["/api/event/{id}"]=>
array(2) {
["controller"]=>
string(25) "App\Event\EventController"
["action"]=>
string(7) "details"
}
["/event/create"]=>
array(2) {
["controller"]=>
string(25) "App\Event\EventController"
["action"]=>
string(6) "create"
}
["/event/{id}/edit"]=>
array(2) {
["controller"]=>
string(25) "App\Event\EventController"
["action"]=>
string(4) "edit"
}
["/api/event/{id}/delete"]=>
array(2) {
["controller"]=>
string(25) "App\Event\EventController"
["action"]=>
string(7) "destroy"
}
["/deposit_history"]=>
array(2) {
["controller"]=>
string(29) "App\History\HistoryController"
["action"]=>
string(15) "deposit_history"
}
["/deposit_succes"]=>
array(2) {
["controller"]=>
string(29) "App\History\HistoryController"
["action"]=>
string(14) "deposit_succes"
}
["/withdrawal_history"]=>
array(2) {
["controller"]=>
string(29) "App\History\HistoryController"
["action"]=>
string(5) "index"
}
["/withdrawal_request"]=>
array(2) {
["controller"]=>
string(29) "App\History\HistoryController"
["action"]=>
string(18) "withdrawal_request"
}
["/api/withdrawal_accept/{id}"]=>
array(2) {
["controller"]=>
string(29) "App\History\HistoryController"
["action"]=>
string(17) "withdrawal_accept"
}
["/user"]=>
array(2) {
["controller"]=>
string(23) "App\user\UserController"
["action"]=>
string(5) "index"
}
["/user/{id}"]=>
array(2) {
["controller"]=>
string(23) "App\user\UserController"
["action"]=>
string(7) "details"
}
["/user/{id}/edit"]=>
array(2) {
["controller"]=>
string(23) "App\user\UserController"
["action"]=>
string(4) "edit"
}
["/user/{id}/delete"]=>
array(2) {
["controller"]=>
string(23) "App\user\UserController"
["action"]=>
string(7) "destroy"
}
["/all_transection"]=>
array(2) {
["controller"]=>
string(27) "App\Lenden\LendenController"
["action"]=>
string(15) "all_transection"
}
["/transection"]=>
array(2) {
["controller"]=>
string(27) "App\Lenden\LendenController"
["action"]=>
string(5) "index"
}
["/transection/create"]=>
array(2) {
["controller"]=>
string(27) "App\Lenden\LendenController"
["action"]=>
string(6) "create"
}
["/transection/{id}/edit"]=>
array(2) {
["controller"]=>
string(27) "App\Lenden\LendenController"
["action"]=>
string(4) "edit"
}
["/transection/{id}/delete"]=>
array(2) {
["controller"]=>
string(27) "App\Lenden\LendenController"
["action"]=>
string(6) "delete"
}
["/invite/{id}"]=>
array(2) {
["controller"]=>
string(33) "App\Affiliate\AffiliateController"
["action"]=>
string(6) "invite"
}
["/affiliate"]=>
array(2) {
["controller"]=>
string(33) "App\Affiliate\AffiliateController"
["action"]=>
string(5) "index"
}
["/affiliate/{id}"]=>
array(2) {
["controller"]=>
string(33) "App\Affiliate\AffiliateController"
["action"]=>
string(7) "details"
}
["/affiliate/{id}/edit"]=>
array(2) {
["controller"]=>
string(33) "App\Affiliate\AffiliateController"
["action"]=>
string(4) "edit"
}
["/api/execute_payment"]=>
array(2) {
["controller"]=>
string(23) "App\Gateway\BkasPayment"
["action"]=>
string(11) "pay_success"
}
}
Fatal error: Uncaught Exception: No route found for URI: /index.html <br> in /home/webpokac/saas/ludu.zems.uk/core/Route.php:65
Stack trace:
#0 /home/webpokac/saas/ludu.zems.uk/routes/web.php(107): Zems\Route::dispatch()
#1 /home/webpokac/saas/ludu.zems.uk/public/index.php(10): require('/home/webpokac/...')
#2 {main}
thrown in /home/webpokac/saas/ludu.zems.uk/core/Route.php on line 65