Hello I created an application using Laravel 4 and one of mine users reported security issue. He act...
Hello I'm using this package: https://github.com/ipunkt/laravel-route-cache for caching my routes, b...
I'm trying to return a rendered View using Response::json but I'm getting this error: The Response c...
I'm using DigitalOcean with Laravel Forge and I have some problems with view. On my local machine ev...
Hello I have this query: $galery = DB::table("galery") ->where("approved"...
I solved it. Instead of protecting admin routes like this: Route::when('admin/*', 'admin'); I prote...
This is login part: if(Auth::attempt(["username" => Input::get("username"), &...
JoolsMcFly said: Not sure if it's a typo in your post or in your code but main.balde.php should be...
I solved it by creating new project and then I copied all controllers, views, routes... from old to...
beaverusiv said: Does the site still run? Is your site still in /home/alen/Sites/questions? Maybe r...
The Laravel portal for problem solving, knowledge sharing and community building.