How to run package in laravel 5? -


how run package in laravel 5?

i have downloaded 1 chat package internet. and, have run command vendor:publish , published.

now don't know how run that.

first need check whether package ships service provider , facade. if so, add them in config/app.php file. package's service provider should go under providers array , facade should go under aliases array.

as specify providers under providers array, laravel know have called external package, load them. thus, package available usage.


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -