Download the PHP package t20n/larabelt without Composer
On this page you can find all versions of the php package t20n/larabelt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download t20n/larabelt
More information about t20n/larabelt
Files in t20n/larabelt
Download t20n/larabelt
More information about t20n/larabelt
Files in t20n/larabelt
Please rate this library. Is it a good library?
Informations about the package larabelt
Larabelt
Larabelt is a toolbelt for Laravel, a set of helper classes that I usually need for my day to day development.
I publish this hoping that someone will find it useful too. I you encounter any bug feel free to open an issue.
This package is intended to work with laravel, so some methods will not work without it.
Some classes of the package extend existing Laravel Facades such as File
and Log
. Some others extend helper classes that doesn't have a facade such as Str
or Arr
.
Install
composer require t20n/larabelt
- For the classes that extend facades replace this from the
aliases
array inconfig/app.php
of your laravel install:'DB' => T20n\Larabelt\DB::class,
'File' => T20n\Larabelt\File::class,
'Log' => T20n\Larabelt\Log::class,
'URL' => T20n\Larabelt\URL::class,
Usage
@todo
All versions of larabelt with dependencies
PHP Build Version
Package Version
The package t20n/larabelt contains the following files
Loading the files please wait ....