Support the ongoing development of Laravel.io →

Bolandish

Joined 2 Jun 2014

Statistics

Threads 6
Replies 9
Solutions 1
Articles 0
posted 7 years ago

[ErrorException] Undefined index: URL - When running command and using Localization

Hi! When i use trans() or Lang::get() in a Laravel 5.0 Queue command, its says [ErrorException]...

0 Likes
0 Replies

Upgrading from 4.2 to 5.3

Hi! I'm working with a project developed in Laravel 4.2. Now we want to update Laravel to 5.3. How w...

0 Likes
1 Replies
posted 8 years ago

When using "find" on relation it gives me the pivot id

Hi! I have a Organization model class Organization extends Eloquent { public function users()...

0 Likes
0 Replies
posted 8 years ago

Revisionable doesnt work with specific model?

Hi! I have a system and i want to keep track on revisions. I found the extension Revisonable and its...

0 Likes
1 Replies

How to get inserted id of pivot when attach()

Hey. I need to get the ID of pivot when inserting related items in Many to Many. Ex. $pivot_id = $pe...

0 Likes
2 Replies
Solved
replied 8 years ago

Revisionable doesnt work with specific model?

.. Or maybe someone has a better method for creating a revision table :)

0 Likes
replied 8 years ago

Lang::choice is wrong

Same here. Did you guys found a solution in addition to the work around nic provide ? :)

0 Likes
replied 9 years ago

How to get inserted id of pivot when attach()

I modified the code from the post a little : $pivot_id = $form->persons()->where("persons...

0 Likes
Solved
replied 9 years ago

Problem with Authentication / Login

Try Auth::attempt(array("email" => "johndoe", "password" => &qu...

0 Likes
replied 9 years ago

Problem with Authentication / Login

How do you create your user ? Remember to hash your password when inserting your new user :)

0 Likes

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.