Support the ongoing development of Laravel.io →

Two-Sided Eloquent Relation?

Hello, in my application users can add other users (to establish a "friendship"). Therefor...

0 Likes
0 Replies

Laravel 5 SSH and an editor for news/blog entries with images

Hey folks, I have two questions. First, I saw that Laravel 4 apparently had some built in deployment...

0 Likes
0 Replies

Eloquent Relationships related question

Hi laravel community, I am a new laravel user and currently working on a simple project management t...

0 Likes
3 Replies

Email activation with Laravel 5

Hy i need Email activation with Laravel 5 and he dont active cant login thx for help

0 Likes
3 Replies

Ultimate Laravel Dropet for DigitalOcean?

Hi Guys. Great new today, you can now share droplets with external people on DigitalOcean!! So... wh...

0 Likes
8 Replies

L [5] : Use Eloquent model Globally without using namespace

I want the Eloquent model in app ->Models ->users.php and in every file i h...

0 Likes
4 Replies

Foreign key insertion problem in qualification table using laravel 4.2

// qualification.php model <?php class Qualification extends \Eloquent { protected $fillable...

0 Likes
1 Replies

Problems with 'php artisan app:name xxx'

the first thing I feel NOT so sure about L5 is the ' php artisan app:name xxx 'command, it always ca...

0 Likes
1 Replies
posted 11 years ago

Home state not getting set in Laravel 5 - Angularjs 1.3 app

I have a project with laravel 5 as backend and angularjs 1.3 as front-end. ####Laravel5 setup:...

0 Likes
0 Replies

Route::post does not execute method call anymore

I'm wondering what is the difference between: Route::post('insert/{slug}/{page_number}/{person_type_...

0 Likes
0 Replies

A couple queuing/session/logging related questions

Right now I have a command dispatch inside my controller which triggers my command, executes the han...

0 Likes
0 Replies

Looping through collection

I am filtering a collection by date of orders with the following in each: {"id":57,"...

0 Likes
4 Replies
Solved

How to use migrations and configuration of a dependency used in a custom package?

Hi, I want to create a custom User Manager package based on "Confide" and "Entrust&qu...

0 Likes
2 Replies

Laravel 5 + modify paths

I've noticed that Laravel 5 no longer has a paths.php configuration file, but instead configures pat...

0 Likes
4 Replies

How to Set Cookies During Unit Test?

In a unit test, I'm trying to set cookies when calling a route. Test code is: $response = $this->...

1 Likes
1 Replies
Solved

About beforeFilter('csrf')

Hi folks! I always use beforeFilter('csrf') in my laravel files, with Laravel 5, where csrf are adde...

0 Likes
0 Replies
posted 11 years ago

mod_rewrite.c(1788): [client x.x.x.x] mod_rewrite's internal redirect status: 0/10

Hi, in ProductsController i have method public function getIndex() { $products = Product::orderBy(...

0 Likes
1 Replies

Resource Generator Package

Hey everyone! I'd like to share my Resource Generator (based on @JeffreyWay 's Generator) which let'...

0 Likes
0 Replies
posted 11 years ago

Lang::choice is wrong

lang/en/messages.php 'apples' => 'There is one apple|There are many apples', So.. i do {{ Lang::...

0 Likes
4 Replies
posted 12 years ago

Eloquent Single Table Inheritance

What is Single Table Inheritance? I saw a post by Kapil Verma where he shared his STI base class. I...

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

© 2026 Laravel.io - All rights reserved.