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

Error using like and wildcard with sqlsvr driver

This throws a 500 server error. I don't even get a laravel error page. As soon as I pass in the % fo...

0 Likes
1 Replies

Image not uploading to form

I have a form that accepts images for profile pics. I know that the form is working, as far as the o...

0 Likes
0 Replies

Subcategory Tree System

Hi there, I want to show subcategories in the system tree. But I could not. Can you help me in direc...

0 Likes
0 Replies
posted 9 years ago

Where clause on morphTo polymorphic relation?

I have set up a Polymorphic relationship as follows: class Charge extends Model { public functi...

0 Likes
0 Replies

Laravel 5 loads wrong .env file when using multiple instances of project

I use Laravel 5 and i have the following folders on my server: /var/www/laravel_dev/ /var/www/larave...

0 Likes
1 Replies
posted 9 years ago

How can i make this query in laravel

select obl.ownedbooklistid from bookinfo, ownedbooklist owl where (bookinfo.bookid = owl.bookid) and...

0 Likes
1 Replies

Eloquent contains() method doesn't check on newly saved relations?

Suppose you have a many-to-many relation between two models, let's say Post and Tag, and you want to...

0 Likes
0 Replies
posted 9 years ago

Extends Confused About Blade

The confused happens when I try to including two extended blade in same file. ##A.blade.php @yield('...

0 Likes
3 Replies

Route model binding won't work

Hi guys, I'm relatively new to Laravel but am so far impressed. One of the features that I was reall...

0 Likes
0 Replies

Composer running out of memory

The past couple of days, I've been having issues in doing a simple composer update I've been getting...

0 Likes
5 Replies
Solved

Laravel 5 / Apache 2.4.9 Configuration problems

I am trying to install and configure Laravel 5 on a CentOS brand new server. But I am afraid I don't...

0 Likes
1 Replies

Passing an array from filter to the Controller

Hi, I am developing server APIs for Mobile application. Every APIs are authenticating using user tok...

0 Likes
0 Replies

Best way to get locale time in my language in whole admin (backend) section?

Hello, I'm new to Laravel 5 (and to OOP in general) and I'm trying to switch from my old procedural...

0 Likes
1 Replies

Creating a gallery popup depending on the image

I'm using Laravel 4 and I'm trying to create a gallery page that when you click on an image that ima...

0 Likes
1 Replies

Image not loading

I have placed the image named java01 in projectname/public/img and called it java01 in the database....

0 Likes
1 Replies
posted 9 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 9 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

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.