Skip to content

ellipsesynergie/laravel-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Helpers

!!! DEPRECATED !!!

This package is no longer actively maintained.

##Package alternative

This package contain some helper for assets, standardize ajax request, AwsS3 utilities and more. All helpers are framework agnostic, but we provide service provider and base resource files for Laravel.

Status

Build Status Total Downloads Latest Stable Version

Documentation

##Installation

Begin by installing this package through Composer. Edit your project's composer.json file to require ellipsesynergie/laravel-helper.

{
    "require": {
        "ellipsesynergie/laravel-helper": "dev-master"
    }
}

Update your packages with composer update or install with composer install.

Once this operation completes, you need to add the service provider. Open app/config/app.php, and add a new item to the providers array.

EllipseSynergie\LaravelHelper\LaravelHelperServiceProvider

Note : You can add class aliases in app/config/app.php if you want to use helpers facades.

'Ajax'    	  => 'EllipseSynergie\LaravelHelper\Facades\Ajax',
'Assets'      => 'EllipseSynergie\LaravelHelper\Facades\Assets',
'AwsS3'       => 'EllipseSynergie\LaravelHelper\Facades\AwsS3',
'Javascript'  => 'EllipseSynergie\LaravelHelper\Facades\Javascript',

##Configurations

To configure the package to meet your needs, you must publish the configuration in your application before you can modify them. Run this artisan command.

php artisan config:publish ellipsesynergie/laravel-helper

About

Laravel helper package

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages