Support the ongoing development of Laravel.io →

Long running Iron.io queue jobs run multiple times

Hello, I'm currently testing Iron.io push queues for some long running (2-3 minutes) jobs. I've not...

0 Likes
2 Replies
Solved

Filters for Auth?

Hi, I'm trying to find out the best way of doing this and I have no idea. I have a users table which...

0 Likes
2 Replies
Solved
posted 10 years ago

nginx + .env.php files undefined

Hi all, I have recently been working with Laravel 4.1 and started using .env.local.php and .env.prod...

0 Likes
2 Replies
Solved
posted 10 years ago

Accessing data from table using relationship

I've users,posts,comments table. Here are my models user model public function posts() { return $...

0 Likes
6 Replies
Solved

Can I set database credentials based on environment

I'm deploying an app with fortrabbit, as you may know, fortrabbit does not uses localhost and have o...

0 Likes
2 Replies
Solved
posted 10 years ago

Best way to handle user input filters for a list of records?

Ok, maybe I'm tired today but I cant figure out the best way to handle this: I have a paginated view...

0 Likes
2 Replies
Solved

Foundation CSS framework dropdown menu is not working correctly

Hi, I am trying to use foundation CSS framework with laravel. Most of the things work fine. The firs...

0 Likes
3 Replies
Solved

Eloquent model default scope.

Hi all, I am looking to create two models, both on top of the same table. I know that I could do wit...

0 Likes
2 Replies
Solved

Add two months to the current date

Hi, I am trying to add two months to the current date : $sale->sale_date = date('Y-m-d 00:00:0...

0 Likes
8 Replies
Solved
posted 10 years ago

ServiceProvider in a folder

Hey, I want to extend Sentry 2 with a new class. I did everything right but i have a problem. If i a...

0 Likes
4 Replies
Solved

Eloquent Relationships Bad Practices?

If I have two models: Institution and InstitutionStatus Is it considered bad practice to have Instit...

0 Likes
1 Replies
Solved
posted 10 years ago

Eloquent and database functions

Hi there. I'm new to Laravel so please be gentle with me! I'm a little stumped as to how I would go...

0 Likes
3 Replies
Solved

Asset-Pipeline SCSS Compass

I'm setting up Asset-Pipeline as part of our project. Previously we used Codekit to compile these SC...

0 Likes
1 Replies
Solved

Tag request: Architecture Tag

Any chance of adding an "Architecture" tag as an option? This tag would represent threads...

0 Likes
2 Replies
Solved

[SOLVED] Artisan doesn't work after upgrading to 4.1

Hi, Yes - i know there's threads about this but I've tried just about everything. After upgrading to...

0 Likes
1 Replies
Solved

Copied application is not working

Hello Community! I developed an Application with Laravel 4.1 on my Windows machine (and it's working...

0 Likes
1 Replies
Solved
posted 10 years ago

filemanager thread

Every company in my app has a folder that has the same name as the company name: Inside that folder...

0 Likes
4 Replies
Solved

Storing multile selections into database

Hello, I have a form with select name "interests" and i present multiple options so i am u...

0 Likes
4 Replies
Solved

Issue loading psr-4 ServiceProvider

Hello, I'm getting a class not found exception after creating a service provider for my repositories...

0 Likes
4 Replies
Solved

Adding Select statement to ORM

Retrieving A Record By Primary Key $user = User::find(1); var_dump($user->name); Is there anyway...

0 Likes
4 Replies
Solved

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.