Wednesday, 21 August 2013

How to return static file in Laravel?

How to return static file in Laravel?

I have a laravel-project where my root should return static html (it's an
ajax app).
I concider putting my static html in the public-folder and then use routes
to return it. Is this a good approach? If so, how do I return a file in
php?

No comments:

Post a Comment