Support the ongoing development of Laravel.io →
posted 10 years ago

Sessions randomly expire LA 5

I have build an application where i use the default Laravel Auth:: class to login users. However, cl...

0 Likes
1 Replies

Best way to get logged users info for eloquent.

I've been using this: $query = $this->job->where('user_id', \Auth::user()->id)->get();...

0 Likes
0 Replies
posted 10 years ago

HTTP JSON API Client for Laravel & Lumen

I've just created this, hope it can be useful for somebody, sorry if not! https://github.com/rap2hpo...

0 Likes
0 Replies

Eloquent Drop Down does not show correct value from db

Hi I have a discount table that starts from 0-100. The second entry is 0.5. This is how is seed the...

0 Likes
2 Replies

Can't Create Foreign key using below tables

singers table <?php use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrati...

0 Likes
1 Replies

DB::getQueryLog() only getting select queries

Hello, I'm using the DB::getQueryLog() to create a logging page in my application but for some reaso...

0 Likes
0 Replies

Log complete Whoops page when error occurs

Hi, I've searched and tested logs plugins for Laravel and I could'nt find exactly what i'm looking f...

0 Likes
1 Replies

many users in one application

Hello everyone! In first place, sorry my bad english! :D Now, I'm developing an application that wil...

0 Likes
0 Replies

mail with mandrill doesn't work

Hi, I've followed the doc install "guzzlehttp/guzzle": "~4.0" set up in app/c...

0 Likes
9 Replies

Fatal error: Class 'PDO' not found in /home/../../../config/database.php on line 16 (My first project on laravel)

Hello, This is my first project on laravel and I am trying to up load it to laravel. I am trying to...

0 Likes
8 Replies

Help with model building

Hi there, I get stuck at building the models and relationships for my app. I need: bond model user...

0 Likes
3 Replies
Solved

Checkboxes : 3rd argument (checked) strange behaviour

Hello, I noticed something strange with formBuilder. I’m having a simple form with checkboxes. I loo...

0 Likes
3 Replies
posted 10 years ago

Cache permissions on application load.

Hi, I have a separate db for my permissions, so want to only hit it once, when the user logs in. Whe...

0 Likes
1 Replies
posted 10 years ago

Server error 500

getting error "server error 500" after clone project using: laravel 5.1 added: "Rewr...

0 Likes
1 Replies

id as string?

ok so i have a country table with id, country e.g. UK => United Kingdom.. so id is a string...

0 Likes
3 Replies

Homestead simply won't start

Hi all, so I'm quite new to the Laravel, VirtualBox and Vagrant. I have followed the guide. It used...

0 Likes
4 Replies

Symfony 2 or Laravel?

I would like to learn new php framework. but i have doubt which should i learn? Symfony 2 or Laravel...

0 Likes
8 Replies
Solved

Model->fill() should not typehint array, opinions?

Before I submit a PR for this, I am seeking opinions. I feel that the Model class (Illuminate\Databa...

0 Likes
0 Replies

Custom Validation Rule, get rid of non numeric characters

Hi All, I want to create a custom validation rule, that intent to replace all non numeric character...

0 Likes
2 Replies

optipng, pngquant and jpegoptim in Laravel Forge

Hello, I have a clue of what could be the response to this answer, but I want to be sure, so I will...

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.

© 2025 Laravel.io - All rights reserved.