Support the ongoing development of Laravel.io →

Problem with hasmany relathionship

Hi, I am working on my first application. I created two database tables: "leads" and "...

0 Likes
4 Replies
posted 11 years ago

whereNotExists in database already querying

I'm trying to return results from a database that limits the results to ones that aren't already in...

0 Likes
0 Replies
posted 11 years ago

complex model. How can I implement this the best

Hello, For a toy library I try to make a financial app. We have volunteers which can log in and cust...

0 Likes
4 Replies
posted 11 years ago

Blade - escaping @ symbol?

Is there a way of escaping or preventing the default behaviour of the '@' symbol in a blade template...

0 Likes
4 Replies
Solved

wordpress + laravel

Hello, folks! So I have created all the functionality I need in a laravel framework, how do I implem...

0 Likes
3 Replies

Laravel and Doctrine 2

Someone use laravel with doctrine 2? I tried with this package: https://github.com/mitchellvanw/lara...

0 Likes
1 Replies

Should test repositories or models

Hi guys, I'm working on my first app in laravel and has started to work with repositories and unit t...

0 Likes
0 Replies
posted 11 years ago

automatic resolution using App::bind()

I'm trying to do automatic resolution of dependencies. I've got this code in my routes.php file: App...

0 Likes
0 Replies
posted 11 years ago

resource controllers defined inside Rout::group( [ 'prefix' => 'pre' ] )

Hi this topic is about prefixing on resource routs so, i wonder if there are built in way to remove...

0 Likes
0 Replies
posted 11 years ago

Url rewriting appends domain name and fails

I'm having problems with Laravel 4.2, it is set up to work on a subfolder like this www.domain.com/l...

0 Likes
1 Replies
Solved

Advanced Data Base queries and Eloquent

Hi All, I've been developing a laravel application the last couple months and it's my first ride wit...

0 Likes
6 Replies
posted 11 years ago

The problem of hardcoded URLs in client side templates

I want to use my client side template engine placeholders in route() helper to avoid hardcoding of u...

0 Likes
0 Replies

Create Input::get reusable array

Hi All, I have a controller that receives input from a from. My controller handles both the create a...

0 Likes
1 Replies
posted 11 years ago

error send mail swiftmailer and hosting 1and1

Hi guys, I have a problem cant send mail, use swiftmailer hosting 1and1 help me please.

0 Likes
0 Replies
posted 11 years ago

How can I set content-type header in unit test request?

Hi! I've been trying to pass a JSON payload in a request during unit testing. The controller sees i...

0 Likes
2 Replies
posted 11 years ago

Query for three columns in row

Hello, Can anyone please tell me how I can query my table for an email, username and another column...

0 Likes
1 Replies
Solved
posted 11 years ago

Cannot display Redirect::with('message') in view

Hello, I'm trying to display an error message when login fails, I currently use this redirect when l...

0 Likes
0 Replies

How to paginate Raw query?

$rawq= 'SELECT COUNT(*) from `'.DB::getTablePrefix().'table`... blah-blah'; $result = DB::select(DB:...

0 Likes
0 Replies

Postgres Database Error: Eloquent/Fluent Query where boolean value is true/false

I am getting the following error when I run an eloquent query: ERROR: operator does not exist: bool...

0 Likes
1 Replies
Solved
posted 11 years ago

Laravel 5 Package Development Class could not found

I'm re-creating a package that I've created using Laravel 4.* but after I created my controllers and...

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