kavenegar / kavenegar-laravel

MIT License
82 stars 28 forks source link

SendArray not working 404 #9

Open taha-moghaddam opened 6 years ago

taha-moghaddam commented 6 years ago

SendArray method not working and respond: ApiException[404] : متد نامشخص است

saber13812002 commented 5 years ago

you forget to run last line of laravel 5 or 4 :

i had this problem but i forget to do Finally step 👍

you need config file

please copy it manulally or by php artisan command here:

Laravel 5

Finally, publish the config file with php artisan vendor:publishorphp artisan vendor:publish --provider="Kavenegar\Laravel\ServiceProviderLaravel5".You'll find it at config/kavenegar.php.

Laravel 4

Finally, publish the config file with php artisan config:publish kavenegar/laravel. You'll find the config file at app/config/packages/kavenegar/laravel/config.php.