We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f744f commit 386302dCopy full SHA for 386302d
README.md
@@ -10,7 +10,7 @@ Asset handling for CodeIgniter 4
10
11
1. Install with Composer: `> composer require tatter/assets`
12
2. Enable the `assets` filter in **app/Config/Filters.php**
13
-3. Config assets for your routes: **app/Config/Assets.php**
+3. Assign `$routes` to their assets in **app/Config/Assets.php**
14
15
## Features
16
@@ -227,7 +227,7 @@ class DropzoneJS extends Bundle
227
Then copy **examples/Assets.php** from this repo to **app/Config/** and edit it so Bootstrap
228
will load on every route and DropzoneJS will load on specific routes:
229
230
-```
+```php
231
public $routes = [
232
'*' => [
233
'bootstrap/dist/css/bootstrap.min.css',
0 commit comments