Support the ongoing development of Laravel.io →

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

websterl3o liked this thread

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

Logout a user by their ID - not necessarilly the one currently logged in.

Hi everyone, I have a couple of Users defined in my app, one with id = 1 and one with id = 9. Scenar...

0 Likes
1 Replies
posted 9 years ago

Mouse Drag

Hi, all i have an issues, with mouse drag, the position of the images, i have tried to drag and drop...

0 Likes
3 Replies

Could not determine which URL to request: Laravel\Cashier\Customer instance has invalid ID:

Trying to create/swap a cashier subscription, and receiving this. Posted on GH(https://github.com/la...

0 Likes
3 Replies

TokenMismatchException in VerifyCsrfToken.php line 46

I am new in laravel 5 , when i try to register or login [ auth/login or auth/register ] i get error...

0 Likes
5 Replies

Watch our live broadcast where we create an entire app in 3 days on April 24th

We will create a web and mobile app from scratch, including planning. The entire event will be broad...

0 Likes
0 Replies
posted 9 years ago

Laravel 5 Belongs To Many Problems

So I'm building out a multi-relational database structure, and I'm attempting to retrieve nested chi...

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

© 2025 Laravel.io - All rights reserved.