atrauzzi / laravel-serializer

An integration of JMS Serializer with Laravel!
15 stars 12 forks source link

Call to undefined method [package] #4

Open chlab opened 8 years ago

chlab commented 8 years ago

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 undefined method [package]  

Any help on this?