Laravel Actions or Overview Use this skill to implement or update actions based on with consistent structure and predictable testing patterns. Quick Workflow 1. Confirm the package is installed with . 2. Create or edit an action class that uses . 3. Implement with the core business logic first. 4. Add adapter methods only when needed for the requested entrypoint: - (+ route/invokable controller usage) - (+ dispatch) - (+ event listener wiring) - (+ command signature/description) 5. Add or update tests for the chosen entrypoint. 6. When tests need isolation, use action fakes ( ) and assertions…