Hi! When i use trans() or Lang::get() in a Laravel 5.0 Queue command, its says [ErrorException]...
Hi! I'm working with a project developed in Laravel 4.2. Now we want to update Laravel to 5.3. How w...
Hi! I have a Organization model class Organization extends Eloquent { public function users()...
Hi! I have a system and i want to keep track on revisions. I found the extension Revisonable and its...
Hey. I need to get the ID of pivot when inserting related items in Many to Many. Ex. $pivot_id = $pe...
.. Or maybe someone has a better method for creating a revision table :)
Same here. Did you guys found a solution in addition to the work around nic provide ? :)
I modified the code from the post a little : $pivot_id = $form->persons()->where("persons...
Try Auth::attempt(array("email" => "johndoe", "password" => &qu...
How do you create your user ? Remember to hash your password when inserting your new user :)
The Laravel portal for problem solving, knowledge sharing and community building.
The community