chaoticwave/blue-velvet

Laravel-Friendly PHP Utility Library
411 4
Install
composer require chaoticwave/blue-velvet
Latest Version:1.1.3
PHP:^7.2.2
License:MIT
Last Updated:May 26, 2019
Links: GitHub  ·  Packagist
Maintainer: lucifurious

BlueVelvet - A Laravel-Friendly PHP Library

To use this with your Laravel 5.0-5.6 project:

	"require":           {
		...
		"chaoticwave/blue-velvet": "1.0.*"
		...
	},

To use this with your Laravel 5.8 project:

	"require":           {
		...
		"chaoticwave/blue-velvet": "1.1.*"
		...
	},

Related Packages

chaoticwave/twister

Laravel-Friendly Twitter Service

14 0
unisharp/laravel-utilities

Keep a change history for your models using laravel version 5.1.*

6 1
robclancy/class-name-fix-utility

This is used to rename badly named classes. Comes with built in Laravel support...

4 11
joeloco/bootstrap

A bootstrap 3 helper for Laravel 5

13 5
laronic/avail

A collection of global helper functions and facades for Laravel.

1