web64/laravel-helpers

Helper functions for Laravel projects

v0.1 2020-04-18 13:10 UTC

This package is auto-updated.

Last update: 2024-04-18 22:03:58 UTC


README

Latest Version on Packagist Total Downloads

Installation

You can install the package via composer:

composer require web64/laravel-helpers

TODO:

  • file_get_json('data.json')
  • file_put_json($data, 'data.json')
  • file_get_csv('data.json')
  • file_put_csv($data, 'data.json')