1
I’m having trouble deploying to Heroku with a portable application, Heroku is not seeing my extended pages .blade.php
.
For example:
index.blade.php
But if I change to index.php
He sees, someone has been through it and could help me?
1
I’m having trouble deploying to Heroku with a portable application, Heroku is not seeing my extended pages .blade.php
.
For example:
index.blade.php
But if I change to index.php
He sees, someone has been through it and could help me?
Browser other questions tagged laravel laravel-5 laravel-blade heroku
You are not signed in. Login or sign up in order to post.
And why does Heroku need to "see" these files? They are not handled by Laravel himself and served in HTML?
– Woss
I get it, well I didn’t know that, I’m gonna do some tests based on what Voce told me, thank you.
– Sydrack Santos