Support the ongoing development of Laravel.io →

338 Threads

Memcached Session not saving

Hi guys, I have the problem that when I change my Session config to "memcached" it does't...

0 Likes
0 Replies

Minify views using a whitelist

I tried using all the Laravel related minify packages and they all suffer from the same problems, es...

0 Likes
2 Replies
Solved

high traffic performance

i am creating high traffic news web site. daily visitors 200.000 visit. i did full cache. see below...

0 Likes
2 Replies

Homestead, Nginx pagespeed module?

Wouldn't it be nice if homestead would provide nginx with the page speed (https://developers.google....

0 Likes
0 Replies

Changing the url to show the title instead of an id

Hi, In the url you get something like /view/1 but I would like to to show /view/test instead, but I...

0 Likes
3 Replies

How to get page number before pagination query?

Hi all, I get posts with the query below in pagination: $posts = Post::all->paginate(30); I want...

0 Likes
1 Replies

Raw JSON being displayed when returning to page

I have a view that is populated in part by rendering a view and passing it back as html in a JSON ar...

0 Likes
3 Replies
Solved

Where does Laravel store configuration for memcached session driver?

Reposting from http://stackoverflow.com/q/25771362/1583214 because I have no patience. :-) -- The La...

0 Likes
1 Replies
posted 9 years ago

Pagination & Cache bug problem

hi guys There are bug on this code. http://laravel.io/bin/aaqk8 Why there is bug this code? Thanks i...

0 Likes
0 Replies

Cache::tags(...)->flush() issue: different context in Eloquent observer/event?

Hi, I'm experiencing a strange behavior in the model observer/event callbacks. I'm trying to clear t...

0 Likes
0 Replies
posted 9 years ago

Error "Call to undefined method Cache::driver()" is driving me crazy

I'm getting a "Call to undefined method Illuminate\Support\Facades\Cache::driver()" whenev...

0 Likes
0 Replies
posted 9 years ago

Cache::has() and other undefined methods

Hi, I'm trying to get Cache working, but whenever I call to any of its methods as described in docs...

0 Likes
4 Replies

Cache Eager Loading

Hi there How I can cache Eager loading in laravel? suppose that we have this query : $today_posts =...

0 Likes
0 Replies

Cache::get() with image data using Memcached

I'm creating dynamic PNG images from database data using Intervention/image. To decrease the process...

0 Likes
0 Replies
posted 9 years ago

Issues with Laravel Cache

I have one strange issue while using Memcached with Laravel. On my local environment I'm using Windo...

0 Likes
0 Replies

routes.php changes not reflecting

Im new to laravel. I changed something in the routes.php, e.g. handling a new different URI, changin...

0 Likes
1 Replies

Call/run a route from another route

I'm using a full-page cache system and I want to refresh cover and target posts proactively so the b...

0 Likes
0 Replies
posted 9 years ago

CPU spikes due to many cache files?

We recently moved our application to Laravel. This has all been going great, but we ran into one pro...

0 Likes
0 Replies

Cache Tags on differing environments; Looking for an elegant solution

I understand why Cache Tags aren't allowed on the File Storage/Database cache drivers. However we d...

0 Likes
0 Replies
posted 9 years ago

Nothing happens when i change something in app

So i have deployed app with dploy.io, and everything works fine. Then i changed routes to test if it...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

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.