Open chlab opened 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
Atrauzzi\LaravelSerializer\JMSSerializerServiceProvider::class
Atrauzzi\LaravelSerializer\ServiceProvider::class
./artisan config:publish atrauzzi/laravel-serializer
I get:
[BadMethodCallException] Call to undefined method [package]
Any help on this?
The setup instructions say to register
Atrauzzi\LaravelSerializer\JMSSerializerServiceProvider::class
, which doesn't exist. So I changed it toAtrauzzi\LaravelSerializer\ServiceProvider::class
. When I runI get:
Any help on this?