PHPackages                             tiltbuilt/boilermaker-tr - 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. tiltbuilt/boilermaker-tr

ActiveProject[Framework](/categories/framework)

tiltbuilt/boilermaker-tr
========================

Starter Craft setup for site built by TILT.

3.3.7(2mo ago)01100BSDTwig

Since Feb 27Pushed 2mo agoCompare

[ Source](https://github.com/tiltbuilt/boilermaker-tr)[ Packagist](https://packagist.org/packages/tiltbuilt/boilermaker-tr)[ Docs](https://craftcms.com/)[ RSS](/packages/tiltbuilt-boilermaker-tr/feed)WikiDiscussions master Synced today

READMEChangelog (10)DependenciesVersions (64)Used By (0)

Tilt - BoilerMaker-TR
=====================

[](#tilt---boilermaker-tr)

This is a starter Craft CMS v5.X setup for site built by TILT. It is opinionated in the sense that it is configured to make use of the following stack:

- DDEV as the local dev server
- Vite for handling of HMR, and front end build features
- SASS/PostCSS for CSS processing
- Alpine JS for Javascript

Installation Instructions
-------------------------

[](#installation-instructions)

**ONLY DO THIS IF YOU ARE CREATING A NEW PROJECT** You only need to install the boilerplate if you are the one initiating the build process on a project. If you aren't, whoever did initiate it should have created a repository on Tilt's GitHub account for the new site. Simply clone that repository and then create a blank database and run the `composer update` command from inside the project folder, followed by the the `./craft install` command.

### Download Files

[](#download-files)

First you need to run the command to download the package files. Open the terminal and go to the folder where you keep all of your sites. Once there, run the following command:

```
composer create-project tiltbuilt/boilermaker-tr my/project/path --no-install
```

Where the project path part is replaced with the name of the folder for the project you are creating (usually the name of the client website, all lower case, no spaces. hyphens and underscores are allowed). The folder needs to be empty.

### Configure DDEV

[](#configure-ddev)

\*\* DO NOT SKIP THIS STEP \*\* If you want your site to run on a domain other than , run:

```
ddev config
```

Use the following settings:

Project name: e.g. mysite would result in a project URL of  (you will need this later) Docroot location: keep as-is, web is the default Project Type: keep as-is, php is the default

\*\* When the config is finished, you should then run ddev start. \*\*

```
ddev start
```

Installing Craft
----------------

[](#installing-craft)

To install a clean version of Craft, run:

```
make install
```

Follow the prompts.

This command will:

1. Copy your local SSH keys into the container (handy if you are setting up [craft-scripts](https://github.com/nystudio107/craft-scripts/))
2. Start your DDEV project
3. Install Composer
4. Install npm
5. Do a one-time build of Vite
6. Generate `APP_ID` and save to your `.env` file
7. Generate `SECURITY_KEY` and save to your `.env` file
8. Installing Craft for the first time, allowing you to set the admin's account credentials
9. Install all Craft plugins

\*\* IMPORTANT - Use the following settings when running the Craft installer for the database settings \*\* Database Server: DB Database: DB Database User: DB Database Password: DB Database Port: 3306 Database Prefix: leave blank

Once the process is complete, type `ddev launch` to open the project in your default browser. 🚀

Local development with Vite
---------------------------

[](#local-development-with-vite)

To begin development with Vite's dev server &amp; HMR, run:

```
ddev start
```

This command will:

1. Copy your local SSH keys into the container (handy if you are setting up [craft-scripts](https://github.com/nystudio107/craft-scripts/))
2. Start your DDEV project
3. Install Composer
4. Install npm
5. Do a one-time build of Vite
6. Spin up the Vite dev server

Open up a browser to your project domain to verify that Vite is connected.

Makefile
--------

[](#makefile)

A Makefile has been included to provide a unified CLI for common development commands.

- `make install` - Runs a complete one-time process to set the project up and install Craft.
- `make build` - Builds all front-end assets.

Craft CMS Plugins
-----------------

[](#craft-cms-plugins)

1. [Blitz](https://plugins.craftcms.com/blitz)
2. [Button Box](https://plugins.craftcms.com/buttonbox)
3. [CK Editor](https://plugins.craftcms.com/ckeditor)
4. [Cloner](https://plugins.craftcms.com/cloner)
5. [Colour Swatches](https://plugins.craftcms.com/colour-swatches)
6. [Color Mixer](https://plugins.craftcms.com/craft-color-mixer)
7. [Critter](https://plugins.craftcms.com/critter)
8. [DataStar](https://plugins.craftcms.com/datastar)
9. [Default Dashboard](https://plugins.craftcms.com/default-dashboard)
10. [Element Index Defaults](https://plugins.craftcms.com/element-index-defaults)
11. [Embedded Assets](https://plugins.craftcms.com/embeddedassets)
12. [Expanded Singles](https://plugins.craftcms.com/expanded-singles)
13. [Feed-Me](https://plugins.craftcms.com/feed-me)
14. [Field Manager](https://plugins.craftcms.com/field-manager)
15. [Formie](https://plugins.craftcms.com/formie)
16. [Icon Picker](https://plugins.craftcms.com/icon-picker)
17. [Imager-X](https://plugins.craftcms.com/imager-x)
18. [Imager-X ImgIX Download Transformer](https://plugins.craftcms.com/imager-x-imgix-download-transformer)
19. [Imager-X Power Pack](https://plugins.craftcms.com/imager-x-power-pack)
20. [Knock Knock](https://plugins.craftcms.com/knock-knock)
21. [Minify](https://plugins.craftcms.com/minify)
22. [Navigation](https://plugins.craftcms.com/navigation)
23. [Postmark](https://plugins.craftcms.com/postmark)
24. [Retcon](https://plugins.craftcms.com/retcon)
25. [Retour](https://plugins.craftcms.com/retour)
26. [Section and Product Type](https://plugins.craftcms.com/section-and-product-type)
27. [Seomatic](https://nystudio107.com/docs/seomatic/)
28. [Servd Assets and Helpers](https://github.com/servdhost/craft-asset-storage)
29. [Shortcodes](https://plugins.craftcms.com/shortcodes)
30. [Social Share](https://plugins.craftcms.com/social-share)
31. [Table Maker](https://plugins.craftcms.com/tablemaker)
32. [Typogrify](https://plugins.craftcms.com/typogrify)
33. [Vite](https://github.com/nystudio107/craft-vite)

Javascript Libraries
--------------------

[](#javascript-libraries)

1. [AlpineJS](https://alpinejs.dev/)
2. [Swiper](https://swiperjs.com/)
3. [GSAP](https://gsap.com/)

Acknowledgments
---------------

[](#acknowledgments)

This project is based upon the work of a lot of people including the entire team at Craft CMS, Andrew Welch of NY Studio 107, Ryan Irelan of CraftQuest, the team at One Darnley Road and others. A big thank you to all of you for the work you have done and the fact that you are so willing to share it with the community. I could not have gotten this done without the insights and examples you have all provided. I also want to thank the team at TILT for their ongoing support and dedication to making great sites. My thanks to you all!

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance85

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 55.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~29 days

Recently: every ~4 days

Total

62

Last Release

77d ago

Major Versions

1.5.0 → 2.0.02022-06-27

2.8.3 → 3.0.02024-08-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/a311ebb2fe80c3b809aba7a847efeed727ebf90a2c177440aca81d43c0338d28?d=identicon)[tiltbuilt](/maintainers/tiltbuilt)

---

Top Contributors

[![brianrivet](https://avatars.githubusercontent.com/u/2274311?v=4)](https://github.com/brianrivet "brianrivet (128 commits)")[![brianrivet-tilt](https://avatars.githubusercontent.com/u/72757910?v=4)](https://github.com/brianrivet-tilt "brianrivet-tilt (101 commits)")

---

Tags

cmsprojectCraftcraftcms

### Embed Badge

![Health badge](/badges/tiltbuilt-boilermaker-tr/health.svg)

```
[![Health](https://phpackages.com/badges/tiltbuilt-boilermaker-tr/health.svg)](https://phpackages.com/packages/tiltbuilt-boilermaker-tr)
```

###  Alternatives

[craftcms/craft

Craft CMS

202304.8k2](/packages/craftcms-craft)[nystudio107/craft

nystudio107 Craft 3 CMS scaffolding project

2923.5k](/packages/nystudio107-craft)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
