🔧
This commit is contained in:
4
vendor/spatie/ignition/README.md
vendored
4
vendor/spatie/ignition/README.md
vendored
@@ -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();
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user