laravel-dependencies-trim-packages
π―Skillfrom noartem/skills
Trims unnecessary Laravel Composer packages to optimize application performance, reduce memory usage, and minimize security vulnerabilities.
Part of
noartem/skills(33 items)
Installation
npx -y skills add noartem/skillsnpx -y skills add onmax/nuxt-skills --skill=vue --skill=vueuse --skill=reka-ui --skill=ts-librarySkill Details
Remove unneeded Composer packages and assets to improve boot time, memory, and security surface
More from this repository10
Rapidly initialize Vue/Nuxt projects with accessible Tailwind UI components, dark mode, and streamlined component management using shadcn-vue CLI.
Generates Laravel database migrations and model factories to quickly set up database schemas and create test data for Laravel applications.
Performs automated quality checks and linting for Laravel projects, ensuring code standards, detecting potential issues, and maintaining high code quality.
Optimizes database queries by selectively retrieving only specified columns, reducing unnecessary data transfer and improving Laravel query performance.
Replaces hardcoded values with constants, enums, and configuration in Laravel, improving code maintainability and readability.
Generates a responsive baseline UI component with customizable layout, spacing, and styling for consistent web design.
Enforces low code complexity by guiding developers to flatten control flow, extract helpers, and use strategy patterns to keep functions simple and maintainable.
Efficiently processes and chunks large Laravel datasets by breaking them into manageable batches for memory-optimized database operations.
Extends Laravel's helper functions with custom, reusable utility methods to streamline development and improve code organization.
Optimizes Laravel application performance by strategically caching routes, configs, views, database queries, and computed values with intelligent invalidation.