Hi Why do I get this error ? behnamjerisimac:development pmdg3$ sudo laravel new blog Crafting appl...
Hey friends; There are no errors in No errors in storage log. The record exists in the database with...
Hi; I get "The image cannot be displayed because it contains errors" message for some reas...
Hi; Hooked up the site on Git hub and got it working with Forge sweet. Emails are set up with Google...
This works fine why use filter? public function home() { if(Auth::check()) return R...
Thanks guys, This is great on local host. On my on line server I dont have accesst o apache config....
Strange! I deleted laravel.log and "touch"ed it again and it started working! Thank you fr...
Hi. Thanks for replies. A few things: 1 - I did chmod 777 storage drwxrwxrwx 9 root admin 306...
arcollector said: also know that you can chainable it return View::make( 'viewfile', $data ) -&g...
Thanks alot; I can even remove the first $data from this code: return View::make( 'viewfile', $data...
The Laravel portal for problem solving, knowledge sharing and community building.