DEV Community

marius-ciclistu
marius-ciclistu

Posted on • Originally published at marius-ciclistu.Medium on

Maravel-Framework 10.64.17 brings domain routes restriction to Maravel Micro-Framework


Maravel

This was the missing piece after version 10.64.14 of Maravel-Framework brought full view support to Maravel, including view:cache, session (CSRF), cookie and FormRequest.

domain keyword can be used as single valid url or as list of valid urls.

The global helper function route(β€˜alias’) will return full URLs instead of URIs.

Check the documentation for more.

Top comments (0)