PHPackages                             tomkirsch/bootstrap - 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. tomkirsch/bootstrap

ActiveProject[Framework](/categories/framework)

tomkirsch/bootstrap
===================

CodeIgniter4 Bootstrap Utils

v3.1.1(3mo ago)074PHPPHP ^8.2

Since Feb 4Pushed 3mo ago1 watchersCompare

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

READMEChangelog (10)Dependencies (1)Versions (34)Used By (0)

Bootstrap Library for CI4
=========================

[](#bootstrap-library-for-ci4)

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

[](#installation)

Add the requirement to `composer.json`:

```
    "require": {
		"tomkirsch/bootstrap":"^3"
	}

```

Update your project: `composer install --no-dev --optimize-autoloader`

Create the config file `Config\Bootstrap.php` and set your preferences. You MUST extend `Tomkirsch/Bootstrap/BootstrapConfig`

```
