Support the ongoing development of Laravel.io →

4,599 Threads

posted 10 years ago

AND operator query

I am trying to fetch 3 values from 2 select forms and 1 date form and compare it to the one's on my...

0 Likes
0 Replies

Search Engine: No results Laravel 4

I am making a simple search engine in which, If the selected list from the dropdown would match with...

0 Likes
1 Replies

Calling a view depending on the layout

I'm busy creating a cms and in the backend I have a section where you can choose the layout of a pag...

0 Likes
0 Replies
posted 10 years ago

Problem cycle

Hi. everyone. I have a problem cycle. I do as a video https://www.youtube.com/watch?v=gxtuy9ZhDJw wo...

0 Likes
6 Replies

Override pageName in pagination

Hi, I would like to rename the query string param 'page' in pagination engine. I have seen that the...

0 Likes
2 Replies
posted 10 years ago

getPdo()->quote add slash to quote instead of another quote

Hi, Here's what i got when i try to quote a string $string = "Because I'm happy"; $quoted...

0 Likes
1 Replies

How to pass Sorting parameter to Repository

I have function all($columns = array(*)); public function all($columns = array(*)){ return $this...

0 Likes
0 Replies

Doctrine for Laravel

Hi guys, any recommended doctrine plugins to laravel 4?

0 Likes
0 Replies

How to Create Records on Pivot Table

Hey guys. I want to create a simple CMS with posts, categories and tags. Those models all have belon...

0 Likes
2 Replies
posted 10 years ago

migration failing -- table doesn't exist

Howdy folks. WARNING: Deeply new to Laravel So, I created a bunch of migrations and it only fails on...

0 Likes
0 Replies

Add new object to array

When a user registers in my application they also create a linked Institution. In the institution ta...

0 Likes
3 Replies
Solved

Single model used various times in a relation

Hi, so I have a question regarding relationships. I have a user model, and an event model. The event...

0 Likes
2 Replies
posted 10 years ago

Querying database for stats table

I am working on creating a page with stats from data in a MySQL database, and trying to figure out t...

0 Likes
0 Replies

Wrong decimal places for float and decimal

I have a great problem with Laravel at the moment. I've tried float and decimal datatypes without an...

0 Likes
3 Replies
Solved

Please help with syntax problem in migration/Schema code

I have the following code that produces the following error: "Undefined variable: tbl" The...

0 Likes
2 Replies
Solved

OneToMany relation -> How to save when i have the id?

I have model called Reference which can have many child References but only one parent Reference. So...

0 Likes
3 Replies
posted 10 years ago

Database access in Laravel 5

On using the DB inside the controller I am getting an FatalErrorException stating class 'App/Http/Co...

0 Likes
4 Replies

Insert data from a relation using Eloquent

Hello All, Im new here and just would like to know if the below way is PROPER OR NOT(it works for me...

0 Likes
2 Replies
posted 10 years ago

SQL Statements to Eloquent

hi i want convert this sql to eloquent but i don't now SELECT companies.LVal18AFC, basket.qty, b...

0 Likes
2 Replies

Search and filtering with whereHas

I have 3 tables. Photo id area_id user_id description User id name Area id name I want to make a...

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