MrJuliuss / syntara

Admin package for Laravel 4.
MIT License
302 stars 77 forks source link

How to use Syntara over HTTPS #180

Closed kevincolten closed 8 years ago

kevincolten commented 9 years ago

In the views included with Syntara, the asset() helper function is used. This throws Mixed Content: errors when you are accessing the app over HTTPS, which would need the secure_asset() helper function. Has anyone gotten around this?