Support the ongoing development of Laravel.io →
posted 9 years ago

Need help using Mockery's "with" statement in a loop :(

Hey guys, so I'm trying to something like below: //MyTest $this->productMock ->shouldRe...

0 Likes
1 Replies
Solved

'Require / Include' Structure Within Laravel

Hey all. I am migrating a custom coded application over to Laravel and I want to make sure that the...

0 Likes
2 Replies

seeding from a different database?

just need an example on how to seed records from a different database. do i need to add the connecti...

0 Likes
1 Replies
Solved
posted 9 years ago

please help me

i have used eloquent in this photo, and i want to remove red underline text

0 Likes
2 Replies
posted 10 years ago

schema builder: deferred constraint checking

i need to insert bulk data into tables and defer foreign key constraint checking until transaction c...

0 Likes
4 Replies

Searching database via URL params

I have a need to search the database of my site based on a URL. Since i am not near my local server...

0 Likes
3 Replies
posted 9 years ago

Basic one to one relationship

Hi I am trying to use ORM to build a simple query like this Deals::find($id)->city; But I can't!...

0 Likes
1 Replies

Best way to work with mass update, insert and delete

I have form with hours (for every weekdays) and want: insert, update or delete row. Is there a bette...

0 Likes
1 Replies
posted 9 years ago

Domain routing

I can't seem to get domain routing to work on my local machine. I created a sub-domain in my hosts f...

0 Likes
2 Replies
Solved
posted 9 years ago

Sending email

Hello everyone, So here, I have not managed to solve a small problem regarding sending email. Let me...

0 Likes
2 Replies
posted 9 years ago

How optimise Model Qeury with large "where in (?, ?, ? .....)" statement

I have projects that each belongs to a user When using Project::with('user') to get all my projects...

0 Likes
2 Replies

Unable to call MySQL user defined function for laravel package bllim datatables

I have created a Mysql user defined function "calcVAT" to calculate some complex calculati...

0 Likes
0 Replies
posted 9 years ago

Laravel 4 Routing Issue

I just setup a new instance of Laravel 4 on my local machine, I've been able to use URL routes succe...

0 Likes
5 Replies

Missing Class

I'm following the posts on the following thread: http://forumsarchive.laravel.io/viewtopic.php?id=15...

0 Likes
1 Replies

Can't login by Auth::attempt method

I have this code public function login(){ $user = User::find(1); if ($user){ echo "I c...

0 Likes
2 Replies
Solved
posted 9 years ago

Collections: When / Why do you use them ?

Hi - I'm an 'old school' developer having spent al my coding life writing raw sql db queries. I'm n...

0 Likes
3 Replies

Eloquent - Advanced Wheres on Relations

Hey Guys, I'm trying to do grouped wheres ( like on SQL with the paranthesis) on Eloquent eager load...

0 Likes
1 Replies
Solved
posted 9 years ago

How do you: Access Session data from command line php?

If I have the laravel session/cookie, how can I use that to retrieve the appropriate information usi...

0 Likes
0 Replies

I have a problem with Eloquent select join table

I have a problem I want to use Eloquent and paginate, i want SELECT join from 2 table user and role...

0 Likes
1 Replies

laravel4 ucenter

how to use the laravel4 ucenter? I can't connect to ucenter!

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