Support the ongoing development of Laravel.io →

342 Threads

posted 9 years ago

Cache problem with Google Chrome

Hi, I have a strange problem on a Laravel 4.2 site I'm working on, only occuring with Google Chrome:...

0 Likes
0 Replies

composer clear-cache

I'm trying to use the command composer clear-cache, but at the end I always get Cache directory does...

0 Likes
3 Replies
posted 9 years ago

Can not get certain Session and Cache syntax to work in laravel 5 project. Per the documentation

Starting to get back into the swing of laravel again but for some reason when I am trying to play wi...

0 Likes
3 Replies
Solved

Strange event handler behavior

Hello everyone! I'm not 100% sure this is related to laravel, but I faced this problem while using L...

0 Likes
1 Replies
Solved

one website login affects another website

Hi, I have two websites on the same server with same subdomains and share same database. (website1.d...

0 Likes
3 Replies

Laravel not working for Google App engine

Hi i am trying to deploy my laravel 4.0 app .. i followed this article : https://gae-php-tips.appsp...

0 Likes
7 Replies
posted 9 years ago

Cache a View with dynamic content

I am trying to work out how to cache a blade view, that has dynamic data. My concept is this: I have...

0 Likes
0 Replies
posted 10 years ago

Subdomain ErrorException [mkdir(): Permission denied]

I get message ErrorException mkdir(): Permission denied after I apply website to Production Server f...

0 Likes
2 Replies

[Laravel 5] - Clean install fatal error

Hello, I'm getting this error after clean install of Laravel 5: PHP Fatal error: Cannot redeclare c...

0 Likes
4 Replies

Laravel file upload status

Hello, I'm trying to build a file upload progress bar with laravel. I tried with php session upload...

0 Likes
1 Replies

route caching in laravel 5

Hello, I have a slight problem with route caching when using closures in the routes file. My routes....

0 Likes
1 Replies

Laravel on Google Compute Engine

Morning there, I'm working on Google Compute Engine GCE and i uploaded my laravel projects there,but...

0 Likes
1 Replies
posted 10 years ago

Cache and memory problem L4.2

Hey everyone, I have a strange problem, when i tried to use Cache "sometimes" it throws Fa...

0 Likes
2 Replies

Laravel Exception after cookie is set - OpenSSL extension is required

Hi, Setup IDE: PHPStorm Laravel latest through composer PHP UniServerZ with PHP 5.4.23 OS Windo...

0 Likes
2 Replies

How to cache paginated results ?

This will work $posts = Post::paginate(6); This will not work $posts = Post::paginate(6); Cache::ad...

0 Likes
2 Replies

Browser Back Button clicked

logged in into account , when authentication successful routes to the assigned routes , now when...

0 Likes
0 Replies

Http request cache cookie

I've been dealing with an issue recently which is. I build an API on laravel 4, and it returns json...

0 Likes
1 Replies
posted 9 years ago

Memcached errors not showing up in log

I have a Laravel instance up and running using memcached. Everything is working fine. Recently there...

0 Likes
0 Replies

Best practice for caching

Hi, I build a website with Laravel and it's up and running. I'm very happy with it and it's working...

0 Likes
1 Replies

Caching permissions for performance

I will have a permission system that will be administered via a PHP page and stored in the DB with t...

0 Likes
3 Replies
Solved

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.