I am facing some problems with my selectbox, where i will put all available categories into the In my controller i am using this snip: return View::make(“stories.add”) ->with(“title”,”…
Tag: laravel-3
Why don’t large files download easily in Laravel?
My file (126 MB size, .exe) is giving me issues. I’m using the standard laravel download method. I tried increasing the memory but it still either says I have run out of memory, or I download a 0 KB size file. The documentation doesn’t mention anything about large file sizes. My code is Anything I am doing wrong? — Edit