Download the PHP package inmanturbo/futomaki without Composer
On this page you can find all versions of the php package inmanturbo/futomaki. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download inmanturbo/futomaki
More information about inmanturbo/futomaki
Files in inmanturbo/futomaki
Package futomaki
Short Description Fat sushi rolls
License MIT
Homepage https://github.com/inmanturbo/futomaki
Informations about the package futomaki
Fat sushi rolls
A set of features for eloquent built on top of calebporzio/sushi.
Installation
You can install the package via composer:
Usage
Eloquent CSV Driver
HasCsv uses sushi (array driver) under the hood, and supports defining a $rows property as well. A csv file will automatically be created using the defined $rows.
Using ->getCsvRows()
Implementing your own getCsvRows()
method is supported as well.
HasFutumakiWrites
HasFutomakiWrites is a trait which leverages eloquent's saving()
and deleting()
hooks to support writing sushi's changes out to another database, or api, etc.
Example Below.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- inmanturbo
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of futomaki with dependencies
calebporzio/sushi Version ^2.5.2
envor/laravel-datastore Version ^1.2.10
envor/laravel-schema-macros Version ^1.1.4
illuminate/contracts Version ^11.0
spatie/laravel-package-tools Version ^1.16.2
spatie/simple-excel Version ^3.4