PHPackages                             dongm2ez/larvel-mention - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. dongm2ez/larvel-mention

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

dongm2ez/larvel-mention
=======================

a laravel user mentioned package

1.0.1(8y ago)122631MITPHPPHP &gt;=5.4

Since Jul 25Pushed 8y ago1 watchersCompare

[ Source](https://github.com/dongm2ez/laravel-mention)[ Packagist](https://packagist.org/packages/dongm2ez/larvel-mention)[ RSS](/packages/dongm2ez-larvel-mention/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Laravel Mention
===============

[](#laravel-mention)

❤️ This package helps you complete @ function

[![Latest Stable Version](https://camo.githubusercontent.com/1c7d99b534c5272b646c31379dcd50c279362f17ee3923dde17e799851fa0d52/68747470733a2f2f706f7365722e707567782e6f72672f646f6e676d32657a2f6c617276656c2d6d656e74696f6e2f762f737461626c652e737667)](https://packagist.org/packages/dongm2ez/larvel-mention)[![Latest Unstable Version](https://camo.githubusercontent.com/289cb533c4370a8e3e871942492ccd6725eaf92ecfda2bbbabde219fe1bfba87/68747470733a2f2f706f7365722e707567782e6f72672f646f6e676d32657a2f6c617276656c2d6d656e74696f6e2f762f756e737461626c652e737667)](https://packagist.org/packages/dongm2ez/larvel-mention)[![Total Downloads](https://camo.githubusercontent.com/9962db93a87c84356e508a51c4597e8e089e994c62ef9d0961322b42a8808934/68747470733a2f2f706f7365722e707567782e6f72672f646f6e676d32657a2f6c617276656c2d6d656e74696f6e2f646f776e6c6f616473)](https://packagist.org/packages/dongm2ez/larvel-mention)[![License](https://camo.githubusercontent.com/537c074ea907c4135fc060640905f29f93e443e0b1070d8a83af44e8556264c7/68747470733a2f2f706f7365722e707567782e6f72672f646f6e676d32657a2f6c617276656c2d6d656e74696f6e2f6c6963656e7365)](https://packagist.org/packages/dongm2ez/larvel-mention)

Requirement
===========

[](#requirement)

- PHP &gt;= 5.4.0

Installation
============

[](#installation)

```
$ composer require dongm2ez/larvel-mention
```

After installing the library, register the `Dongm2ez\Mention\MentionServiceProvider` in your `config/app.php` file:

```
'providers' => [
    // Other service providers...
    Dongm2ez\Mention\MentionServiceProvider::class,
],
```

As optional if you want to modify the default configuration, you can publish the configuration file:

```
$ php artisan vendor:publish --provider='Dongm2ez\Mention\MentionServiceProvider' --tag="config"
```

```
