Support the ongoing development of Laravel.io →

Drop down list formatting

Hi, I am trying to format drop down lists items while using lists, SiteSession::where('company_id','...

0 Likes
1 Replies

Integer Dates with *SQL Database in Laravel

I've been using integer MySQL columns to store unix timestamp dates and really prefer/like it. I'm j...

0 Likes
6 Replies
posted 10 years ago

refresh database without deleting data?

Is it possible to use artisan to refresh the migrations without deleting the data? I've setup my mig...

0 Likes
1 Replies
posted 10 years ago

route to controller in folder

How to route the controller which is in folder. Namespaces? Give me example. Thank you.

0 Likes
0 Replies

Foreach over Single-Dimentional Objects in Blade

Hi guys. I need help with the display of a CRUD resource in a View. I have an index view for a resou...

0 Likes
2 Replies
posted 10 years ago

Class Swift_Transport_Esmtp_Auth_NTLMAuthenticator does not exist

Hello, trying to send emails but i keep getting this error .. "Class Swift_Transport_Esmtp_Auth...

0 Likes
1 Replies

API-friendly Paginator

I'm interested in building a solid API for consuming resources from my projects. Would like to hear...

0 Likes
2 Replies

Logical question about Services and Controllers

I have implemented a simple Service that tries to authenticate user, I just doubt that there is some...

0 Likes
3 Replies
Solved

Connect Laravel with Oracle 11g xe in Linux(Ubuntu)

Hi, Help connect Laravel with Oracle 11g xe in Linux.

0 Likes
0 Replies

Laravel project not work on iPage host. but works fine on bluehost.com. same code. why?

Laravel( + Angular) project not work on iPage host. but works fine on bluehost.com. same code. why?...

0 Likes
2 Replies
posted 10 years ago

Autoload and namespace

Hello, I'm new with Laravel and I'm trying to understand the autoloader and the namespaces. Before t...

0 Likes
1 Replies
posted 10 years ago

Inverse of "in" in laravel validators rules

Good day !!! What is the Inverse of "in" in laravel validators rules? thanks artisans!!

0 Likes
2 Replies

How do I create the ER [User] hasOne [Profile]?

Total newbie here and having trouble figuring this out. I have a table called users and a table call...

0 Likes
2 Replies
posted 10 years ago

Running Laravel on Production server without installing it there..

So here is the deal, I've got MySQL, PHP, Apache and really the whole stack installed on the product...

0 Likes
1 Replies
Solved

Why can't Eloquent use join clauses for eager loading?

class Cat extends Eloquent { public function user() { return $this->belongsTo('User'...

0 Likes
0 Replies

Eloquent relationships - getting user id..

Just a quick one, i'm struggling to do relationships correctly.. I have 2 tables 'users' and 'files'...

0 Likes
5 Replies
posted 11 years ago

Failed Job with Beanstalkd

I want to track failed jobs with beanstalkd. So far I've setup the failed_jobs table and created som...

0 Likes
3 Replies

HAS_MANY relationship shows a Phantom IS NULL in query log and returns no rows

here is what I have CONTRACTOR and BID table class Contractor extends Eloquent { public function bid...

0 Likes
1 Replies
posted 10 years ago

how can i expire a session after special time?

hi I want to logout my user after one hour and I want to use session . for getting the login time i...

0 Likes
2 Replies

How to add data to many-to-many polymorphic relation?

I have an Org model and a Tag model. I want to associate tags with organizations. My database tables...

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

© 2025 Laravel.io - All rights reserved.