laravel-cloud

Automate Laravel Cloud demo app lifecycle management with the cloud CLI.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/ohnotnow/agentic-stuff --skill laravel-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-cloud
Source: https://github.com/ohnotnow/agentic-stuff/tree/main/skills/laravel-cloud
Command: npx skills add https://github.com/ohnotnow/agentic-stuff --skill laravel-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying, updating, and tearing down Laravel Cloud demo apps can be error-prone and manual. This Skill automates the lifecycle using the cloud CLI to standardize deployments.

Core Features & Use Cases

  • Create and deploy new Laravel Cloud demos from a repo.
  • Update environments and perform controlled teardowns of demo apps.
  • Validate configuration and link existing apps when migrating from manual setups.

Quick Start

Tell the Skill to ship a Laravel Cloud demo from your current repository to create, deploy, and manage its lifecycle.

Frequently Asked Questions about laravel-cloud

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Laravel Cloud deployment from an existing repository?

You can automate Laravel Cloud deployment by using the cloud CLI to create, configure environment variables, and deploy demo apps directly from your repository. This standardizes the process into a repeatable end-to-end workflow pipeline.

Can I link an existing Laravel Cloud app instead of creating a new one?

Yes, you can link an existing Laravel Cloud app when migrating from manual setups. The process verifies app existence, configures Flux credentials if needed, and ensures the .cloud directory is gitignored before deployment.

What is the best way to handle environment teardown for Laravel Cloud demos?

The best way to handle environment teardown for Laravel Cloud demos is through controlled CLI commands. This ensures safe removal of demo apps while standardizing the lifecycle management of your cloud environments.

How do I configure custom build and deploy commands in Laravel Cloud?

To configure custom build and deploy commands in Laravel Cloud, the deployment workflow enforces specific setup steps including environment variable configuration and post-deployment validation to deliver a ready-to-use pipeline.

Do I need to gitignore the .cloud directory before deploying?

Yes, you need to gitignore the .cloud directory before deploying. The deployment workflow explicitly ensures .cloud is gitignored to prevent configuration conflicts and maintain proper repository hygiene during app creation.

Why does my Laravel Cloud demo deployment fail during validation?

Laravel Cloud demo deployments often fail when end-to-end workflow steps are missed. Ensuring proper environment variable setup, custom build commands, and post-deployment validation helps deliver a ready-to-use pipeline and prevents failures.