Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romaninsh/d4aace6efbad15f6cdf8b339f91a87e5 to your computer and use it in GitHub Desktop.
Save romaninsh/d4aace6efbad15f6cdf8b339f91a87e5 to your computer and use it in GitHub Desktop.
in your test.php file:
<?php
require '../vendor/autoload.php'; // <-- if file is inside demo, then ../../vendor....
$app = new \saasty\frontend\App('useLayout'=> new \atk4\ui\Layout\Generic([
'defaulTemplate'=>'./mylayout.html
])]);
copy this block one more time:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment