Ahmed shamim

Results 2 issues of Ahmed shamim

Running the following command for vendor publishing didn't work, `php artisan vendor:publish --provider=Nahid\Permit\PermitServiceProvider` But adding the ServiceProvider as a quoted string like following works like a charm. `php artisan vendor:publish...

bug

It is recommended in the OWASP guide to hide the `X-Powered-by` header in the web server config. https://cheatsheetseries.owasp.org/cheatsheets/HTTP_Headers_Cheat_Sheet.html#x-powered-by That's why I've updated the nginx config given in the `Deployment` section...