laravel-raptor-setup

Automate Laravel project bootstrap with Sail, Reverb, and ULID migrations.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/callcocam/raptor-skils --skill laravel-raptor-setup
Or copy as Structured Prompt for Agentā–¼
Please help me install this Agent Skill.
Skill: laravel-raptor-setup
Source: https://github.com/callcocam/raptor-skils/tree/main/laravel-raptor-setup
Command: npx skills add https://github.com/callcocam/raptor-skils --skill laravel-raptor-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Este skill orienta a configuração completa de novos projetos Laravel usando a versão mais recente do framework, com Sail como ambiente de desenvolvimento em Docker, reduzindo a complexidade de bootstrap e configuração inicial.

Core Features & Use Cases

  • Configuração automatizada de um projeto Laravel com Sail e o conjunto padrĆ£o de serviƧos (MySQL, Redis, Reverb, etc.).
  • MigraƧƵes e ajustes para ULID, incluindo alteração de migrations e inclusĆ£o de traits HasUlids, AbstractModel e User.
  • Provisionamento de ambiente, variĆ”veis .env e seeders iniciais (Tenant/User) para comeƧar rapidamente.

Quick Start

Inicie o bootstrap criando um novo projeto Laravel com Sail e Reverb configurados para o ambiente de desenvolvimento.

Frequently Asked Questions about laravel-raptor-setup

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

FAQPage Schema
How do I set up a Laravel project with Sail and Reverb quickly?ā–¼

Setting up a Laravel project with Sail and Reverb involves bootstrapping the environment with Docker, configuring .env variables, and enabling broadcasting automatically to reduce initial configuration complexity.

Can I apply ULID-based IDs to an existing Laravel project using Sail?ā–¼

Yes, you can migrate an existing Laravel project to use ULID-based IDs by altering existing migrations and applying the HasUlids trait to the User and AbstractModel classes.

Does this Laravel Sail configuration include database seeders?ā–¼

Yes, this configuration provisions initial Tenant and User seeders, allowing you to populate the database with starter data immediately after migrating.

What is the best way to bootstrap a Laravel Docker environment without manual setup?ā–¼

Using Sail to automate Docker environment provisioning is the best way to bootstrap Laravel without manual setup, instantly configuring standard services like MySQL, Redis, and Reverb.

Do I need Docker to configure Laravel with Sail and Reverb?ā–¼

Yes, you need Docker installed to configure Laravel with Sail, because Sail operates as a Docker-based development environment wrapper that manages local application services and dependencies.