PHPackages                             laravel/chisel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. laravel/chisel

ActiveLibrary[Framework](/categories/framework)

laravel/chisel
==============

Toolkit for building scripts that remove unwanted code, files, and dependencies.

v0.1.1(3w ago)5114.7k—0.7%15MITPHPPHP ^8.2CI passing

Since May 13Pushed 5d agoCompare

[ Source](https://github.com/laravel/chisel)[ Packagist](https://packagist.org/packages/laravel/chisel)[ RSS](/packages/laravel-chisel/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (2)Dependencies (6)Versions (5)Used By (5)

[![Build Status](https://github.com/laravel/chisel/workflows/tests/badge.svg)](https://github.com/laravel/chisel/actions)[![Total Downloads](https://camo.githubusercontent.com/d81f918ebc457defe44685b102cf60b76673baa24082ea1073a2ea868e93b241/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c2f63686973656c)](https://packagist.org/packages/laravel/chisel)[![Latest Stable Version](https://camo.githubusercontent.com/879330809c83bb0ae9d10d386c07ca94c826e6dbfa2bf9e608e80261675e34f0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61726176656c2f63686973656c)](https://packagist.org/packages/laravel/chisel)[![License](https://camo.githubusercontent.com/86bf5589f0970658366014d95b8461695fcca3b6956bb707666b056f39f97719/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c2f63686973656c)](https://packagist.org/packages/laravel/chisel)

Introduction
------------

[](#introduction)

Laravel Chisel provides primitives for building post-install scripts that remove unwanted features from Laravel starter kits. Compatible starter kits include a `chisel.php` script that defines the optional features and the file mutations needed to remove them.

Installation
------------

[](#installation)

```
composer require laravel/chisel
```

Usage
-----

[](#usage)

An example `chisel.php` script for optional email verification might look like this:

```
