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

Two Auth filters

beaverusiv said: You would do this within a single auth filter, by checking what URL they are tryin...

0 Likes
replied 11 years ago

Edit form with image upload

eriktisme said: You can do $rules = array(); if ( Input::has('image') ) { $rules['image'] = 'requir...

0 Likes
replied 11 years ago

laravel user messaging system

You can check out my messaging system, it is similar to what you're doing, but it's built with core...

0 Likes
replied 11 years ago

Multilangual website

http://laravel.com/docs/localization Check the docs

0 Likes
Solved
replied 11 years ago

GET multiple variables from URL and pass them to controller

xroot said: Use : Input::get('name'); and : Input::get('lastname'); Example : Route::get('/', fun...

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.