laravel / framework

The Laravel Framework.
https://laravel.com
MIT License
32.23k stars 10.92k forks source link

FatalThrowableError Call to undefined method #20875

Closed fachrezamuslim closed 7 years ago

fachrezamuslim commented 7 years ago

i got this error after deploying my project laravel to server (linux). this error not happen locally (localhost).

any solution for this ? thanks (i m using laravel 5.4)

FatalThrowableErrorCall to undefined method rizalafani\rajaongkirlaravel\RajaOngkir::Cost()

in Facade.php (line 221) at Facade::__callStatic('Cost', array(array('origin' => 501, 'destination' => 114, 'weight' => 1700, 'courier' => 'jne')))in apiOngkirController.php (line 13) at apiOngkirController->index()

themsaid commented 7 years ago

Please ask on the forums, this repo is for bug reporting only. You can use https://laracasts.com/discuss or https://laravel.io/forum which are forums with a very large community of developers helping each other.