laravel
A package to easily integrate your Laravel application with Lemon Squeezy.
File Explorer
Download Latest Version (.zip)- bug-report.yml
- coding-standards.yml
- tests.yml
- update-changelog.yml
- FUNDING.yml
- readme-header.png
- lemon-squeezy.php
- CustomerFactory.php
- LicenseKeyFactory.php
- OrderFactory.php
- SubscriptionFactory.php
- 2023_01_16_000001_create_customers_table.php
- 2023_01_16_000002_create_subscriptions_table.php
- 2023_01_16_000003_create_orders_table.php
- 2023_01_16_000004_create_license_keys_table.php
- 2023_01_16_000005_create_license_key_instances_table.php
- button.blade.php
- js.blade.php
- ManagesCheckouts.php
- ManagesCustomer.php
- ManagesLicenses.php
- ManagesOrders.php
- ManagesSubscriptions.php
- Prorates.php
- ListenCommand.php
- ListLicensesCommand.php
- ListProductsCommand.php
- LicenseKeyCreated.php
- LicenseKeyUpdated.php
- OrderCreated.php
- OrderRefunded.php
- SubscriptionCancelled.php
- SubscriptionCreated.php
- SubscriptionExpired.php
- SubscriptionPaused.php
- SubscriptionPaymentFailed.php
- SubscriptionPaymentRecovered.php
- SubscriptionPaymentSuccess.php
- SubscriptionResumed.php
- SubscriptionUnpaused.php
- SubscriptionUpdated.php
- WebhookHandled.php
- WebhookReceived.php
- InvalidCustomer.php
- InvalidCustomPayload.php
- LemonSqueezyApiError.php
- LicenseKeyNotFound.php
- LicenseKeyNotValidated.php
- MalformedDataError.php
- MissingStore.php
- ReservedCustomKeys.php
- WebhookController.php
- VerifyWebhookSignature.php
- BadRequest.php
- NotFound.php
- AffiliateStatus.php
- BillingReason.php
- CardBrand.php
- LicenseKeyStatus.php
- OrderStatus.php
- PauseMode.php
- SubscriptionInvoiceStatus.php
- SubscriptionStatus.php
- Topic.php
- Affiliate.php
- Hook.php
- LicenseKey.php
- Meta.php
- Order.php
- OrderItem.php
- Pause.php
- Subscription.php
- SubscriptionInvoice.php
- SubscriptionItem.php
- Webhook.php
- Factory.php
- Billable.php
- Checkout.php
- Customer.php
- LemonSqueezy.php
- LemonSqueezyServiceProvider.php
- LicenseKey.php
- LicenseKeyInstance.php
- Order.php
- Subscription.php
- ListenCommandTest.php
- ListLicensesCommandTest.php
- ListProductsCommandTest.php
- BillableTest.php
- CheckoutButtonTest.php
- CheckoutTest.php
- LicenseTest.php
- OrderTest.php
- SubscriptionTest.php
- UserFactory.php
- User.php
- CustomerTest.php
- OrderTest.php
- SubscriptionTest.php
- Pest.php
- TestCase.php
- .editorconfig
- .gitattributes
- .gitignore
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- composer.json
- LICENSE.md
- phpstan.neon.dist
- phpunit.xml.dist
- pint.json
- README.md
- RELEASE.md
- UPGRADE.md
# Installation Guide
1. Get the code
git clone https://github.com/lmsqueezy/laravel
Downloads the entire project code from GitHub to your computer.
cd laravel
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer require lemonsqueezy/laravel
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
