We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bb0096 + 25cfacf commit f220317Copy full SHA for f220317
.github/workflows/ci.yml
@@ -29,15 +29,5 @@ jobs:
29
run: |
30
composer install --no-scripts
31
32
- - name: Install NPM dependencies
33
- run: |
34
- npm ci
35
-
36
- - name: Prepare Laravel Application
37
38
- cp .env.ci .env
39
- php artisan key:generate
40
- npm run build
41
42
- name: Run Testsuite
43
run: vendor/bin/phpunit tests/
README.md
@@ -115,7 +115,7 @@ class Example extends Model
115
}
116
```
117
118
-By default the Slugify trait uses the name property on your model. You can change this
+By default the Slugify trait uses the name property on your model. You can change this behaviour
119
by overriding the getSlugKeyName method on your model.
120
121
```php
0 commit comments