
from kyon147 / laravel-shopify477
Adds billing (recurring & one-time charges), plan URLs and middleware to gate routes for Laravel apps using kyon147/laravel-shopify.
Provides concrete guidance and configuration for implementing billing flows in a Laravel host app that uses the kyon147/laravel-shopify package. Covers enabling billing via config/env, route naming, middleware usage (billable + verify.shopify), extendable controller patterns, and test/debug guidance for the redirect/approval loop.
Use this skill when your Laravel application integrates kyon147/laravel-shopify and you need to: collect recurring or one-time charges, present plan selection URLs to merchants, or restrict controller actions unless a shop has an active plan. It's intended for host apps (not package authors) implementing billing UX and route protection.
billable middleware, how to confirm route names, and best-practices for extending package controllers without editing vendor code. Also advises testing the full redirect/approval callback loop in a dev store.Best used by agents that can read repository files and surface configuration instructions (e.g., Copilot/Code assistants, Claude Code). It is primarily documentation for human devs integrating the package.
Documentation-only skill for configuring billing (recurring & one-time charges) in a Laravel app using kyon147/laravel-shopify. No scripts to execute. Provides clear configuration guidance, middleware usage, and extension patterns, but is purely instructional with no automation.
Clean, well-structured reference skill. No security issues. Purely informational — no executable content. Could benefit from example scripts or templates to increase practical value.