Skip to content

How can i use in php view #45

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); }} ?>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions