Skip to content

Commit

Permalink
pkp/pkp-lib#9968 blade templating engine integration R&D
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed May 20, 2024
1 parent 7e0d3ed commit 8bb0757
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions classes/core/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,9 @@ public static function getPaymentManager($context)
{
return new OJSPaymentManager($context);
}

public function getNamespace(): string
{
return 'APP\\';
}
}
2 changes: 2 additions & 0 deletions compiled/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
1 change: 1 addition & 0 deletions templates/about.blade.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello World - from /lib/pkp/templates

0 comments on commit 8bb0757

Please sign in to comment.