Router, renewed!

dev-main 2024-03-16 19:16 UTC

This package is auto-updated.

Last update: 2024-04-16 19:28:35 UTC


README

Latest Version on Packagist GitHub Tests Action Status Total Downloads

structure of project is a clone from package-skeleton-laravel

getting started

create a file that extends arashrasoulzadeh\Zal\Templates\ZalAction and register it inside AppServiceProvider.php like this:

use arashrasoulzadeh\Zal\Facades\Zal;
...
Zal::RegisterAction(CLASS_NAME::class);