Support the ongoing development of Laravel.io →

Multiple Laravel Apps

Hello everyone, I have a server on GoDaddy and I use this server like a portfolio. I want to add som...

0 Likes
5 Replies
posted 11 years ago

addressing the parent table in the 2nd level nested query, SQL question

Hi, This one is completely SQL question. Assuming we have the next query: SELECT *, (SELECT COUNT(id...

0 Likes
2 Replies

Using repositories and the create() method

Hi all, I have setup a repository to create a new resident. <?php namespace Crescent\Repos;...

0 Likes
3 Replies

SelectBox - Selectize.js

$('#select-repo').selectize({ valueField: 'url', labelField: 'name', searchField: 'name', options: [...

0 Likes
1 Replies
posted 11 years ago

findorfail to get specific fields

How do I write a eloquent on getting specific fields or columns from the table? I have tried below,...

0 Likes
1 Replies
Solved
posted 11 years ago

Can the IoC container be set to create singleton instances by default?

Hi all, I come from a background of developing apps in Symfony2, where instances returned from the s...

0 Likes
2 Replies
posted 11 years ago

App::singleton with Dependency Injection

I have a class called ViewData passed through the constructor to a controller class public function...

0 Likes
2 Replies
posted 11 years ago

Queues vs cron jobs

Hello everyone Im quite new in laravel framework, but i like the way how it works. Now im building o...

0 Likes
2 Replies

Simple Eloquent calls - save error

Hi .. new to Laravel here .. and learning Eloquent ORM. I have a jobs table. I have a Job.php model,...

0 Likes
2 Replies
posted 11 years ago

View items in Queue

Hey guys, I've been using the Queue system in laravel 4 and it works great! - I was wondering if the...

0 Likes
1 Replies
posted 11 years ago

Use Eloquent relationships with another database

Hey, is it possible to use eloquent relationships with another external database connection? Example...

0 Likes
5 Replies
Solved
posted 11 years ago

How to pass view name as a variable?

Hi, Sorry for my bad english (I'm french and not very good in english) I have setup several pages in...

0 Likes
2 Replies
Solved

Named Routes and Multi-tenancy identifier

Hi all, I was wondering how I would have a named route that I can put in a view file that would auto...

0 Likes
3 Replies

show language keys instead of values

In developing a client site, they would like to be able to control the localization copy used in the...

0 Likes
0 Replies
posted 11 years ago

Problem with whereRaw

Hello, i need help me please, i can't get all rows from table productos, explain me I have two table...

0 Likes
1 Replies
Solved
posted 11 years ago

Rotate Database Records Daily

I have a database table from which I'd like to pull a single row each day. Unfortunately, I need to...

0 Likes
0 Replies

it's a bug or mistake ?

hello dear friends I have a problem in laravel 4 . when I call a method from url it executes 2 times...

0 Likes
6 Replies
Solved
posted 11 years ago

Model object doesn't retain attributes updating during Events

I have a Model object that uses Model Events to manage some data, like the custom primary key. When...

0 Likes
1 Replies

Logging with "php artisan tail" doesn't work

Hi there, I found this video http://www.youtube.com/watch?v=lP5yFWAt8Nk and tried to use the tail co...

0 Likes
0 Replies
posted 11 years ago

package development question

Hi, i'm trying to make my modules to packages so i can reuse them on other projects. i followed jaso...

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