Support the ongoing development of Laravel.io →

alenn-m

Joined 5 Mar 2014

Statistics

Threads 19
Replies 17
Solutions 4
Articles 0
posted 9 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 9 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 9 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 9 years ago

how to return value from controller to view?

If you need only one value, then instead ->get() put ->first()

0 Likes
replied 9 years ago

Cache only view data and drop session data

willrowe said: You should not be caching restricted pages on the server side, it is very insecure a...

0 Likes
replied 9 years ago

Issues with Laravel Forge and Git

Eventually I removed all local changes and uploaded again, now it's fine.

0 Likes
replied 9 years ago

Check if conversation exists

I believe I came up with similar solution like yours: $exists = false; foreach (Auth::user()->...

0 Likes
Solved
replied 9 years ago

Show number of occurrences for one Model

codeATbusiness said: Hi, You could use the following custom method: public function scopetagOf($que...

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.

© 2024 Laravel.io - All rights reserved.