Crud: Force https

Created on 2 Jun 2017  路  4Comments  路  Source: Laravel-Backpack/CRUD

I use backpack for a study project.

But I need to force https for admin panel.

Can I have some help ?

Ty

All 4 comments

Implenting HTTPS would be the same way as any Laravel application. I would create a middleware and apply it to any routes using the web group.

https://laracasts.com/discuss/channels/laravel/force-ssl-secure-routes-in-laravel-52?page=1

I'm going to close this as its not backpack specific.

But as @AbbyJanke said - its typically done at apache/nginx level or via some middleware.

Using https://packagist.org/packages/owenmelbz/https-enforcement from @OwenMelbz on Laravel 5.4 thanks for this!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jorgepires picture jorgepires  路  3Comments

deepaksp picture deepaksp  路  3Comments

alexgmin picture alexgmin  路  3Comments

bastos71 picture bastos71  路  3Comments

sonoftheweb picture sonoftheweb  路  3Comments