Skip to content

How can i use in php view #45

@umairali

Description

@umairali

I am try to add in php view not in php blade but its showing only <style></style> tag not the actual tag with url. Below is my code.

Controller
$css["css"] = array(url("/") . '/assets/css/web/register.css');

Php View
<?php if (isset($css)) { foreach ($css as $style) { echo \Minify::stylesheet($style); }} ?>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions