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

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -