Skip to content

saqijaan/Rfpl-Laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Rfpl-Laravel

A Response First Process Later Package for Laravel

#Usage

$rfpl = new RfplLaravel\CacheService;
try {
    $rfpl->handle();
} catch (\Exception $th) {
    //throw $th;
}    

To ignore Routes jus pass an array of routes pattern

$rfpl = new RfplLaravel\CacheService([
    'test',
    'abx\*',
    '*\abc',
    'xyz\lmn'
]);
try {
    $rfpl->handle();
} catch (\Exception $th) {
    //throw $th;
}

About

A Response First Process Later Package for Laravel

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages