Support the ongoing development of Laravel.io →

Comparing two solutions for making controllers thinner!

I just watched Jeffery way's Laracon pre-recorded presentation on Laracasts. There is a section on h...

0 Likes
5 Replies

408 Request Time-out

I think this is Chrome 35-related, as it has been giving me issues all day (have also had to repair...

0 Likes
1 Replies

How to set and get session by ajax request

Hi, I want to set a session value using session_put in a ajax request and then after that I want to...

0 Likes
1 Replies

Subfolder and namespaces

I've tried to create a nesting controller but I am not able to create a route for it. The documentat...

0 Likes
4 Replies

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

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 9 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 10 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 9 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 10 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 9 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 9 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 9 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

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 9 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

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.

© 2024 Laravel.io - All rights reserved.