This is a minimal project that shows how to use the Laravel framework in consuming selcom APIs. For the case of demo the project consumes checkout API, but you can do anything with it😀🧹. .
Make sure everything needed to run a normal laravel app is configured in your local machine.
- Few commands to get you up and running :
composer install
php artisan key:generate
php artisan serve
- Coming soon
Few free to submit a patch to the project, Just PR and we shall reach out.
The Laravel framework is open-sourced software licensed under the MIT license.