Support the ongoing development of Laravel.io →

How to display the users thumbnail picture in my dashboard route

I have two tables users and user_details and i have created a relationship between the two of them...

0 Likes
5 Replies
posted 8 years ago

Laravel Login error at upload to server

Hi, in my local server, login function works perfectly. When I upload the project in a VPS with Vest...

0 Likes
1 Replies
posted 10 years ago

DB:select toArray()

Hi there, I have a large SQL statement that I am executing like so... $result = DB::select($sql); I...

0 Likes
7 Replies

Eloquent Reverse Engineering

Is there anyway to convert an existent Mysql DB to the Eloquent ORM automatically? I'm creating a La...

0 Likes
3 Replies

laravel cookie run across subdomain

I Have a project where subdomain are created for users like a there are john.example.com and jenny.e...

0 Likes
0 Replies
posted 10 years ago

Laravel 5 can't post

Top of my controller I have: <?php namespace App\Http\Controllers; use Illuminate\Http\Request;...

0 Likes
17 Replies
Solved

Get last N posts per category

I know this has been asked before by others but no answer is good or explicit. Many give great worki...

0 Likes
0 Replies

Session laravel 5.3 not working over LAN

currently using : laravel 5.3 session driver already tried memcached,redis my session data each ref...

0 Likes
0 Replies

Laravel Homestead - pThread

Hi guys! Does anyone have any idea on how I can install php pthreads on Laravel Homestead? Is it pos...

0 Likes
0 Replies

Issues with Eloquent using with(), groupBy() and sum()

I have got my relationships correctly set in the models. I like that I do not have to join any table...

0 Likes
0 Replies

Blade: Form::select forcing escape?

I've had this code running since L4.3. With the latest update to L5.3.30 + the dependencies, it ap...

0 Likes
0 Replies

Comments and reviews package

Hey guys, I made package to make it simpler to implement reviews and comments functionality to Larav...

0 Likes
0 Replies
posted 8 years ago

Queued event callback when done?

I'm using the following code to have an event run in the background (sending emails) class SendEmail...

0 Likes
0 Replies
posted 8 years ago

How to use Informix database

How can I use a Informix database with laravel? Seems like it doesn't support it by default. I am us...

0 Likes
0 Replies

Call to undefined method Illuminate\Foundation\Application::getCachedCompilePath()

PHP Fatal error: Call to undefined method Illuminate\Foundation\Application::getCachedCompilePath()...

0 Likes
15 Replies
Solved
posted 8 years ago

Error in Laravel 5 Project, while click on edit & show buttons

NotFoundHttpException in Router.php line 960: in Router.php line 960 at Router->Illuminate\Routin...

0 Likes
0 Replies
posted 8 years ago

Laravel adminLte

Good evening, I installed adminlte on a project I already had. My route file stopped working and eve...

0 Likes
0 Replies
posted 8 years ago

Return json object instead of array

When i return json, it returns a array instead of an object. $order = Order::where('user_id', $custo...

0 Likes
0 Replies

Add New Element to Item in the Collection

So I am trying to add new item to a collection. So how i do I add it? My Code $users = User::where...

0 Likes
2 Replies

Parse Error in .../Illuminate/Foundation/helpers.php on Installation

I am working off of a C9 Ubuntu server with php 5.6.4. I've installed Composer, made a new Laravel p...

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