Taeluf.com

Home FOSS Versioning

All Projects

Liaison

  • .config/
  • .docsrc/
  • .doctemplate/
  • bin/
  • config/
  • docs/
  • src/
  • test/
    • Server/
      • fastroute/
      • file/
      • public/
        • dynamic/
        • test/
        • add-css-and-js.php
        • add-resource-file.php
        • generic-error.php
        • index.php
        • nest-res.php
        • sample.css
        • test.php
      • view/
      • .gitignore
      • .phptest-port
      • bootstrap.php
      • config.json
      • deliver.php
      • generic-error-page.html
    • input/
    • run/
    • config.json
    • error_handler.php
    • tests.log
  • .gitignore
  • LICENSE
  • README.md
  • Status.md
  • composer.json
  • composer.lock
Docs
Src Code

Liaison-src -> test -> Server -> public -> add-resource-file.php

add-resource-file.php

<?php

\Lia\Addon\Resources::from($lia)->addFile(dirname(__DIR__).'/file/test.css');

// $url = $lia->addons['server']['resources']->getFile
$url = \Lia\Addon\Resources::from($lia)->getCompiledFilesUrl('css');
echo $url;
exit;
Choose a Branch
Default: v0.7
Current: v0.7
old-v1.0-attempt v0.0.1 v0.1 v0.2 v0.3 v0.3-datastructures v0.4 v0.5 v0.6 v0.6-gui v0.6-theme v0.7 v1.0

Taeluf

"Kitchen Sink" styles
Site Analytics

© 2020 Taeluf, Reed Sutman