kepka42 / laravel-serializer
This package is abandoned and no longer maintained.
No replacement package was suggested.
Package for serialize data
0.1.0
2019-01-10 10:42 UTC
Requires
- php: >=7.1
Requires (Dev)
- laravel/laravel: >=5.5
This package is auto-updated.
Last update: 2021-06-10 16:32:11 UTC
README
About
The laravel-serializer
package allows you to serialize objects is very simply
Installation
Require the kepka42/laravel-serializer
package in your composer.json and update your dependencies:
composer require kepka42/laravel-serializer
Also you need publish the config using command:
php artisan vendor:publish --provider="kepka42\LaravelSerializer\SerializerServiceProvider"
Usage
For create serializer you can you command:
php artisan make:serializer NameOfSerializer
This command will create class of serializer in Serializer
folder which is located in app
directory of your application:
License
Released under the MIT License, see LICENSE.