You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2026. It is now read-only.
/* `Blade` class accepts two params, the first one is the `PATH` of views (or any name you want) folder and the second one is the cache folder to cache your views */
$blade = newBlade($viewFolderPath, 'cache');
// `make` method allow you to call your view, with some data