Support the ongoing development of Laravel.io →

Method naming convention for eloquent relationships.

I am confused with naming conventions for methods in model relationships.. If I use Camel case, the...

0 Likes
1 Replies

Laravel PostgreSQL issue

Hi all. Laravel 4.1 / PostgreSQL 9.3 / Nginx 1.2.1 / PHP 5.4.4 Recently I had strange problem with l...

0 Likes
0 Replies

Laravel Sublime Text3 intellisense

Hello guys, i use sublime text 3 with codeintel plugin enabled, i also have the _ide_helper.php file...

0 Likes
1 Replies
posted 11 years ago

[Package] An ultra-simple-to-use assets management/pipeline package

I don't compile my assets (Sass, LESS, CoffeeScript ...) and I find other available packages cumbers...

0 Likes
2 Replies

Writing settings into files

Hi, I have an application written in Laravel. I've been asked to write a simple installer for it and...

0 Likes
0 Replies
posted 10 years ago

How to inverse query many to many relationships with Eloquent ?

Hello i have a many to many relationship between Post and Category class Cat extends Eloquent {...

0 Likes
1 Replies
Solved
posted 10 years ago

Laravel 5 Eloquent leftJoin on belongsTo relation

I have two database tables: users and students. A student is a user, but has extra data (address). I...

0 Likes
1 Replies
posted 10 years ago

How to eager load constraint on data from main model in the constraint?

Is there a way to reference the base model i'm query against? $person doesn't exist yet because i'm...

0 Likes
1 Replies

Cookie session manager loses prefixed "dot"

I am trying to implement authentication accross (main domain) grace8.za and (subdomain) book.grace8....

0 Likes
0 Replies

Search in laravel 4 issues.

i am writing my app and i have this issues with the search field from the search controller. the sea...

0 Likes
1 Replies
posted 10 years ago

Controller usage

Have been trying to work out the proper structure for a new site, and am trying to ensure I'm thinki...

0 Likes
3 Replies
Solved

Problem with relations in Eloquent in Laravel 5.0

I am new to Laravel but started from Laravel 5.0. I got 2 tables: Doctors class CreateDoctor...

0 Likes
3 Replies
Solved

Redirect::to() in 'auth' filter displays plain text message "Redirecting to url"

Hey everybody, I've been searching everywhere, and the only thread I found was on the old laravel fo...

0 Likes
11 Replies
Solved

Converting a DB-object into an array (for form use)

Hi, i use this $data['cities'] = DB::select("SELECT ..."); return View::make('test',$citie...

0 Likes
4 Replies

Browser Back Button clicked

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

0 Likes
0 Replies

Register events in ServiceProvider on PSR-4

Hi! Im developing an application on Laravel 4 and I am trying to follow the PSR-4 Standard in order...

0 Likes
0 Replies

Consuming Internal API - JSON content-type and payload

Hello, I'm a relative Laravel newbie and trying to construct an API-centric web app that will consum...

0 Likes
6 Replies

How do I install phpmyadmin with Laravel?

I am currently on a macbook and been using laravel 4. I am unsure on how to install and access phpmy...

0 Likes
10 Replies
posted 10 years ago

PHP People Directory

I have created a people directory for PHP developers it's an extension of LinkedIn. Register yoursel...

0 Likes
1 Replies

Same controller class for multiple routes

Hello! I there way to use one controller class but for different routes? I mean, one controller clas...

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.