Support the ongoing development of Laravel.io →

338 Threads

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 9 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 9 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

Random session refresh

Hi, I started building a site using this starter kit: https://github.com/andrewelkins/Laravel-4-Boot...

0 Likes
1 Replies

Cache redis component overrides cache.php settings with database.php

I've trying to figure out why the Cache component wouldn't read my redis settings in cache.php, but...

0 Likes
0 Replies

Using opcache as session and cache driver

Hi folks, Is there a specific driver for opcache I can use to store session and cache info for PHP5?...

0 Likes
0 Replies

Laravel 4.1.28 Performance

I tried to implement my website build from Laravel 4.1.28 Cache: File Session: File Debug: FALSE DB...

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.