원클릭으로
laravel-architecture
Generates a Laravel architecture based on best practices for modern Laravel
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generates a Laravel architecture based on best practices for modern Laravel
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | laravel-architecture |
| description | Generates a Laravel architecture based on best practices for modern Laravel |
lorisleiva/laravel-actions)Code is organized into modules under Modules/:
Modules/Auth/ — Authentication, OAuth, JWTModules/Shared/ — Shared models (UtilityType, Currency, ServiceCategory)Modules/Address/ — Address management, RegionsModules/Meter/ — Meters, Readings, PhotosModules/Billing/ — Service Providers, TariffsModules/Export/ — CSV/PDF exportEach module has its own Actions/, Models/, Http/, routes/, tests/ directories.
app/Http/Middleware/.bootstrap/app.php is the file to register middleware, exceptions, and
routing files.bootstrap/providers.php contains application specific service providers.bootstrap/app.php or
routes/console.php for console configuration.app/Console/Commands/ are
automatically available and do not require manual registration.Generate PDFs from Blade views or HTML using spatie/laravel-pdf. Covers creating, formatting, saving, downloading, and testing PDFs with the Browsershot, Cloudflare, or DOMPDF driver.
React + Inertia.js v2 patterns for Laravel full-stack applications. Covers page components, form handling, layouts, navigation, shared data, and typed props. Trigger words — EN: React component, Inertia page, TypeScript component, form handling, useForm, router, Head, Link, page props, shared data, persistent layout, Inertia render, page navigation. Trigger words — UA: React компонент, Inertia сторінка, TypeScript компонент, форми, useForm, навігація, Head, Link, пропси сторінки, спільні дані, макет, Inertia рендер, навігація сторінок.
Tailwind Variants (tv()) patterns for component styling with variants, slots, compound variants, and responsive design. Tailwind CSS 4 compatible. Trigger words — EN: component styles, Tailwind variants, tv(), slots, responsive variants, compound variants, style composition, variant API, button variants, card styles. Trigger words — UA: стилі компонентів, Tailwind варіанти, tv(), слоти, responsive, компонування стилів, compound variants, варіанти кнопки, стилі картки.
Generates modern maintainable Laravel applications code with a focus on
Use when building Laravel 13+ applications requiring Eloquent ORM, API
Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations. Українською: Кращі практики Postgres, оптимізуй базу, продуктивність запитів, індексування, конфігурація бази, пул з'єднань, RLS, схема даних, аналіз запиту, масштабування.