News

Preset – A command line tool for applying existing presets to your freshly scaffolded projects

Published
Preset – A command line tool for applying existing presets to your freshly scaffolded projects image

Preset is a command-line tool for kickstarting your application’s development by applying presets on top of it. If you’ve ever tried a boilerplate, then you might have gotten frustrated with all the changes it makes behind the scenes and how you usually are expected to do things the way the creator designed it. Preset is an alternative to this setup, and the beauty of it is each “preset” describes the exact changes needed for the features to be added. By reading the preset’s code, you know the exact changes it brings.

You can get started using it by using the npx use-preset command. Then you can use existing presets via the command line.

npx use-preset your-github-username/your-preset

Some of the pre-existing preset’s include:

The documentation includes all the details on getting started and building your own presets.

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Filed in

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article