Support the ongoing development of Laravel.io →
alenn-m

alenn-m

Joined 5 Mar 2014

Statistics

Threads 19
Replies 17
Solutions 4
Articles 0
posted 10 years ago

Laravel 4 security issue

Hello I created an application using Laravel 4 and one of mine users reported security issue. He act...

0 Likes
1 Replies

Cache only view data and drop session data

Hello I'm using this package: https://github.com/ipunkt/laravel-route-cache for caching my routes, b...

0 Likes
3 Replies
posted 11 years ago

The Response content must be a string or object implementing __toString(), \“boolean\” given."

I'm trying to return a rendered View using Response::json but I'm getting this error: The Response c...

0 Likes
0 Replies
posted 11 years ago

View is not rendered correctly on public server

I'm using DigitalOcean with Laravel Forge and I have some problems with view. On my local machine ev...

0 Likes
0 Replies

Convert fluent query to Eloquent

Hello I have this query: $galery = DB::table("galery") ->where("approved"...

0 Likes
0 Replies
replied 11 years ago

Protect intended url

I solved it. Instead of protecting admin routes like this: Route::when('admin/*', 'admin'); I prote...

0 Likes
Solved
replied 11 years ago

Protect intended url

This is login part: if(Auth::attempt(["username" => Input::get("username"), &...

0 Likes
replied 11 years ago

How to use layouts

JoolsMcFly said: Not sure if it's a typo in your post or in your code but main.balde.php should be...

0 Likes
replied 11 years ago

Error in artisan on new version of Linux

I solved it by creating new project and then I copied all controllers, views, routes... from old to...

0 Likes
Solved
replied 11 years ago

Error in artisan on new version of Linux

beaverusiv said: Does the site still run? Is your site still in /home/alen/Sites/questions? Maybe r...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.