Support the ongoing development of Laravel.io →

338 Threads

I have a blade that I'd like to cache so it loads faster. How can I do this?

So basically I have something like this in my routes.php: Route::get('/book/{page?}', array( 'as...

0 Likes
1 Replies
posted 8 years ago

cache system for a search action

hello, I have implemented an ajax search mechanism and for Performance purposes I want to cache the...

0 Likes
1 Replies

High Request Duration

I have a page showing 245 countries meaning 245 rows from mysql. Even if the results are cached, req...

0 Likes
2 Replies
Solved
posted 8 years ago

cache 500 error

The use of cache (file based) on my webserver causes a 500 error. Even if i so much use a simple Cac...

0 Likes
1 Replies

lumen - Fatal error: Class 'Memcached'

In a Lumen application, I need to work with more databases. So, according to documentation, I have c...

saif liked this thread

1 Likes
0 Replies

How to change User Table in Laravel?

I use Laravel 5.0. I have user table in my DB. I changed table variables in User and Config/Auth to...

0 Likes
2 Replies
posted 10 years ago

DecryptException

Illuminate \ Encryption \ DecryptException Invalid data. // to decrypt the given value. We'll also c...

0 Likes
7 Replies

possibly out of free disk space

Hello everyone! Im running a VPS on linode... I have full access to my server I restarted the server...

0 Likes
1 Replies
posted 8 years ago

dogpile effect

Hi guys does Laravel have built-in solution for preventing dogpile effect with memcached? Thank you...

0 Likes
0 Replies
posted 9 years ago

Cache query with key and Paginate

I'm trying to cache pagination query with key. If I run this code every this is correct $products=Pr...

0 Likes
1 Replies

Query builder with remember/rememberForever and paginate

I am using paginater with cache when building the query like this: $comments = Comment::where('cours...

0 Likes
2 Replies

Compile Blade templates into cache (redis/memcache/etc when not using file system)

Hi, I've been trying to find a solution as to my title. Does anyone have an example or guide on how...

0 Likes
0 Replies

include view as single line.

Hi all, I'm trying to include a blade template but as a single line. (http://stackoverflow.com/quest...

0 Likes
1 Replies

to get the path of database.php

i am using laravel 5 framework, need to get the path of database.php which is in config folder.. i t...

0 Likes
1 Replies

Changed Encrypter but now Cookies / Sessions not Persisting

I needed to change the Encryptor (because of a large legacy database and we cannot switch the users...

0 Likes
1 Replies
Solved

Passing session date to a jQuery clone

Hi I need some help here for a hotel site. If you look at expedia where they ask for children ages (...

0 Likes
3 Replies

Problem with Laravel 5 and Memcached session driver

I'm hosting a laravel application in amazon aws free tier. I'm using memcached instance on amazon fo...

0 Likes
0 Replies

Clearing the View Cache when extending Blade

When extending Blade, using Blade::extend(), it is necessary to clear the cached View. This functio...

0 Likes
1 Replies

Reduce db-queries while needing to continuously update data

Hi there! I build a script that can run through a user's requested daily meals, and automatically as...

0 Likes
0 Replies

Where conditions on eloquent relationship

I have two tables auctions and bids and models for them are as follows public function bid() { retu...

0 Likes
2 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.