| 1 | <?php |
||
| 11 | class LaravelFontAwesomeServiceProvider extends ServiceProvider |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Boot method registers the blade directive. |
||
| 15 | * Usage; @fa('list', ['attributes' => 'go here']). |
||
| 16 | * |
||
| 17 | * @return void |
||
| 18 | */ |
||
| 19 | public function boot() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Register the service provider. |
||
| 28 | * |
||
| 29 | * @return void |
||
| 30 | */ |
||
| 31 | public function register() |
||
| 35 | } |
||
| 36 |