Welcome Guest, Not a member yet? Register   Sign In
Customized routing
#7

(08-19-2022, 04:14 PM)kenjis Wrote: I don't know your customization, but the current Routing behavior is:

I did this:

PHP Code:
class RouteCollection extends BaseRouteCollection
{
    public function 
__construct()
    {
        
parent::__construct();

        
$this->get('my-custom-route', [App\Controllers\MyController'index'])
    }


Will this route be called before the routes in Routes.php?
Reply


Messages In This Thread
Customized routing - by groovebird - 06-14-2022, 11:17 PM
RE: Customized routing - by kenjis - 06-14-2022, 11:41 PM
RE: Customized routing - by groovebird - 06-15-2022, 12:06 AM
RE: Customized routing - by kenjis - 06-15-2022, 12:13 AM
RE: Customized routing - by groovebird - 08-19-2022, 10:42 AM
RE: Customized routing - by kenjis - 08-19-2022, 04:14 PM
RE: Customized routing - by groovebird - 08-20-2022, 04:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB