Skip to content

Javascript and CSS include errors  #69

@Movo-Burhan

Description

@Movo-Burhan

I am trying to create a router with the Path: localhost/user/login. Here is an example how I try to do it: $router->add('user/login', ['controller' => 'LoginController', 'action' => 'login']);
It also works but I get include errors from Javascript freamworks and CSS. See the picture.

image

Includes in the twig file:

... ...

If I only use e.g. "login" as path the frameworks are included.
$router->add('user/login', ['controller' => 'LoginController', 'action' => 'login']);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions