Skip to content

developer-ashok/stripe-integration-laravel

Repository files navigation

Stripe Payment Gateway Integration – Laravel 5.x

Build Status Latest Stable Version Total Downloads License Code Coverage

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

About Stripe

Stripe is a technology company. Its software allows people and businesses to receive payments over the web. Stripe provides the technical, fraud prevention, and banking infrastructure needed to work online payment systems.

Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb combination of simplicity, elegance, and innovation give you tools you need to build any application with which you are tasked.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework. The Laravel documentation is thorough, complete, and makes it a breeze to get started learning the framework.

How to install package

  1. clone package [git clone https://github.com/developer-ashok/stripe-integration-laravel]
  2. install composer dependency [composer install]
  3. create account in stripe and copy the credentials
  4. add sripe key and secret in .env file.
  5. run migration using [php artisan migrate]
  6. run laravel application using. [php artisan serve]
  7. run your application using [YOUR_LOCAL_PROJECT_URL/]

Read more.. Stripe Payment Gateway Integration Laravel-5-x.

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

Stripe payment gateway integration laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published