ml-archive / readme

Welcome to Vapor development at Nodes 📖

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for having views in a package

Casperhr opened this issue · comments

Today we need to copy all views from a package to resource

In laravel we had an option to "namespace" folders

fx all our backend views was in a folder called "nodes:backend" and only the views you copied out in your resource folder was actually read from there.

Rest was read from the package "nodes:backend"