antonioribeiro / health

Laravel Health Panel
BSD 3-Clause "New" or "Revised" License
1.95k stars 197 forks source link

problem with installing #54

Closed adriandugan closed 7 years ago

adriandugan commented 7 years ago

I followed the steps starting here to install via composer (v0.3.1). I added the ServiceProvider to config/app.php and called php artisan vendor:publish. I cannot find the Facade to add this to config/app.php (I'm using Laravel 5.3). Where does it live?

I manually created the config/health directory - it wasn't already created - and added a simple test config in config/health/nginx.yml (using the example you provided). When I hit the /health/panel route, it's not there. Artisan doesn't have the health commands either.

adriandugan commented 7 years ago

Answering my own questions... there isn't a facade. running php artisan vendor:publish --provider="PragmaRX\Health\ServiceProvider" created the health configuration.