Download the PHP package permafrost-dev/laravel-helpers without Composer
On this page you can find all versions of the php package permafrost-dev/laravel-helpers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download permafrost-dev/laravel-helpers
More information about permafrost-dev/laravel-helpers
Files in permafrost-dev/laravel-helpers
Download permafrost-dev/laravel-helpers
More information about permafrost-dev/laravel-helpers
Files in permafrost-dev/laravel-helpers
Vendor permafrost-dev
Package laravel-helpers
Short Description Useful helper functions and classes for Laravel
License MIT
Package laravel-helpers
Short Description Useful helper functions and classes for Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-helpers
Laravel Helpers
description
Installation
You can install the package via composer:
Helper Classes
\Permafrost\Helpers\ModelHelper
Examples:
-
Retrieve the first 10 models, and cache the results for 30 seconds. Repeated calls within 30 seconds will return the cached results instead of performing a new database query.
- Retrieve all MyClass record id values and cache them for 60 seconds. This can be used during database seeding to siginificantly speed up the process.
Permafrost\Helpers\RouteHelper
Examples:
Assuming a route defined as /products/{category}/{id}
and named web.products.show
, return /products/books/123
:
Helper Functions
Testing
License
The MIT License (MIT). Please see the LICENSE File for more information.
All versions of laravel-helpers with dependencies
PHP Build Version
Package Version
The package permafrost-dev/laravel-helpers contains the following files
Loading the files please wait ....