You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package makes it possible to create text/textarea fields that enable **mentioning** by using [At.js](https://github.com/ichord/At.js).
11
11
@@ -17,15 +17,15 @@ First, pull in the package through Composer.
17
17
18
18
```js
19
19
"require": {
20
-
"busayo/laravel-mentions":"1.0.*"
20
+
"unicodeveloper/laravel-mentions":"1.1.*"
21
21
}
22
22
```
23
23
24
24
And then include these service providers within `config/app.php`.
0 commit comments