Support the ongoing development of Laravel.io →
posted 9 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 9 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

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

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 9 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 10 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
posted 9 years ago

Laravel Ninja Needed

I have a web application that is developed and in beta. Looking for another Laravel developer to hel...

0 Likes
1 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 9 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

where clause with substruction?

i use to build a query like this: $query->where (col1 - col2) > 2 how can this be done with th...

0 Likes
2 Replies
posted 9 years ago

simple application tutorial using laravel ?

Hello thanks for the great work I am new to any php framework can someone tell me how i can setup it...

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