laravel-verification

Automate Laravel project verification with environment, lint, test, and security checks.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/zero3041/PREP --skill laravel-verification-zero3041
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-verification
Source: https://github.com/zero3041/PREP/tree/main/.claude/skills/skills/laravel-verification
Command: npx skills add https://github.com/zero3041/PREP --skill laravel-verification-zero3041

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the verification of Laravel projects, ensuring a clean and secure codebase before deployment.

Core Features & Use Cases

  • Environment Checks: Validates PHP, Composer, and Laravel versions and configurations.
  • Linting and Static Analysis: Ensures code quality with tools like Pint and PHPStan.
  • Testing and Coverage: Runs tests and coverage checks to verify code functionality.
  • Security Scans: Performs security audits on dependencies.
  • Deployment Readiness: Verifies build and deployment configurations.
  • Use Case: Before deploying a Laravel project, run this Skill to automate a series of checks and ensure everything is in place for a smooth release.

Quick Start

Run the verification loop for your Laravel project using: ./scripts/verify.sh

Frequently Asked Questions about laravel-verification

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

FAQPage Schema
How do I automate Laravel project verification before deployment?

Automate Laravel project verification by sequentially running environment checks, linting, static analysis, testing, security scans, and deployment readiness checks via a single script to ensure a clean release.

What steps are included in a Laravel pre-deployment verification pipeline?

A Laravel pre-deployment verification pipeline includes validating PHP and Composer configurations, enforcing code quality with Pint and PHPStan, executing PHPUnit tests, and auditing dependency security.

Do I need Composer and PHPStan to run automated Laravel security scanning and linting?

Yes, automated Laravel security scanning and linting require PHP and Composer installed, alongside tools like Pint for linting, PHPStan for static analysis, and PHPUnit for testing.

What's the best way to check Laravel deployment readiness and code quality?

The best way to check Laravel deployment readiness is running an automated verification loop that validates environment configurations, executes static analysis, performs security scans, and verifies build settings.

Can I run Laravel static analysis and testing locally for continuous codebase verification?

Yes, you can run Laravel static analysis and testing locally using the verification script, applying the same environment checks, linting, and security audit pipeline used for pre-deployment scenarios.

Why does my Laravel verification pipeline fail during dependency security scans?

Laravel verification pipelines fail during dependency security scans when vulnerabilities are detected in your Composer packages, halting the process to prevent deploying an insecure codebase.