For payment integration, you can use laravel cashier. https://laravel.com/docs/8.x/billing For SMS, you can use vonage. https://www.vonage.com/communications-apis/ You can use Laravel telescope for debug. https://laravel.com/docs/8.x/telescope You can use laravel passport for your api. https://laravel.com/docs/8.x/passport
May 6, 2021
2
Level 5
What are the best Laravel packages for api development?
I am using Laravel for API development. I have been using different packages to ease the development as well as saving more time and effort and focus more on the business code. Such packages include:
- barryvdh/laravel-debugbar
- intervention/image
- spatie/laravel-permission
- spatie/laravel-activitylog
- barryvdh/laravel-dompdf
- anlutro/l4-settings
- maatwebsite/excel
- psalm/plugin-laravel
Aside from default Laravel packages, do you have any packages to recommend to build future applications more robust and efficient such as for features like multi-tenancy, payment integration, application and user settings management, and SMS integration. Thank you in advance.
Level 10
1 like
Please or to participate in this conversation.