This commit is contained in:
2025-05-12 14:25:25 +02:00
parent ab2db755ef
commit 9e378ca2b7
2719 changed files with 46505 additions and 60181 deletions

View File

@@ -56,6 +56,8 @@ For Symfony apps, go to [symfony-ignition-bundle](https://github.com/spatie/symf
For Drupal 10+ websites, use the [Ignition module](https://www.drupal.org/project/ignition).
For OpenMage websites, use the [Ignition module](https://github.com/empiricompany/openmage_ignition).
For all other PHP projects, install the package via composer:
```bash
@@ -87,7 +89,7 @@ By default, Ignition uses a nice white based theme. If this is too bright for yo
```php
\Spatie\Ignition\Ignition::make()
->useDarkMode()
->setTheme('dark')
->register();
```