laravel-serializer icon indicating copy to clipboard operation
laravel-serializer copied to clipboard

An integration of JMS Serializer with Laravel!

Results 5 laravel-serializer issues
Sort by recently updated
recently updated
newest added

I've added this repo to my Laravel 5.6 installation. The output of the code below is `{"_type":"test_user"}`, so the fields are missing. I've created a small example, taken from the...

@davenorthcreek - Just saw that you forked the library for some changes. If you're interested, feel free to submit a PR!

Tried to install on a clean project (`composer init`). ``` ▲ composer require "atrauzzi/laravel-serializer" Using version ^1.0 for atrauzzi/laravel-serializer ./composer.json has been updated Loading composer repositories with package information Updating...

There is an issue in /LaravelSerializer/MetadataDriver.php, the configuration from the Readme is not working anymore. e.g. the given configuration `'attributes' => [ 'firstName' ]` fails because in line 82 of...

The setup instructions say to register `Atrauzzi\LaravelSerializer\JMSSerializerServiceProvider::class`, which doesn't exist. So I changed it to `Atrauzzi\LaravelSerializer\ServiceProvider::class`. When I run ``` ./artisan config:publish atrauzzi/laravel-serializer ``` I get: ``` [BadMethodCallException] Call to...