victorlopezalonso/laravel-utils

This is a collection of Laravel utils to get your project ready with supercharged classes, traits and Laravel specific classes

v0.0.7 2022-02-28 05:59 UTC

This package is auto-updated.

Last update: 2024-02-28 10:03:14 UTC


README

Latest Version on Packagist Build Status Quality Score Total Downloads

This package gives you some helper classes and super charged boiler plate for new Laravel projects. We made this package to aim API Rest services for mobile apps plus a dashboard with standard functionality.

Installation

You can install the package via composer:

composer require victorlopezalonso/laravel-utils

Classes

- Copy

This class allows you to share translations for your project separated into server, app and dashboard translations.

Using this class you can serve a list of translations with your app via JSON and use versioning to change the texts that your app is using without the need to reupload the app to the market place.

if(!$user) {
    return Copy.server('USER_NOT_FOUND');
}

Usage

asdfasdf

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email victorlopezalonso@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.