Support the ongoing development of Laravel.io →

4,597 Threads

posted 10 years ago

Nested count query

Hey, I'm trying to do a nested count and why it's just not going. Here are all the details: http://l...

0 Likes
0 Replies

please i have bizarre problem

when i click on < EDIT POST > i cant send Input::All() to PostController i have this link http...

0 Likes
2 Replies

perform eloquent query with a where on the 'with' table

this is my current "query" $posts = Post::with('user') ->with('user.spot')...

0 Likes
0 Replies

pgsql's text field

I have a text data type pgsql field and I am saving a blog post into it. It throws an error "...

0 Likes
1 Replies
Solved

How to do dynamic Querys

Hey artisans :) I would like to have a dynamic query-builder but don't no how to do it :/ I have a d...

0 Likes
2 Replies

$_ENV migration problems with Forge

On my Forge deployment log my migrations always respond back with: [PDOException] SQLSTATE[28000] [1...

0 Likes
2 Replies

Creating a CRM based around Gmail Interactions...

I am curious about the best plan of attack for creating a CRM that will log customer interactions (e...

0 Likes
1 Replies

Error sql query

Hello all, Error is : SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a c...

0 Likes
1 Replies
Solved

how to get data from DB and pass it to macro

hello , my question is how to get data from DB and pass it to macro ? in global.php thnx

0 Likes
0 Replies

How to change mysql settings in the config folder using html forms and laravel?

Hello. How to change mysql settings in the config folder using html forms and laravel? I want when u...

0 Likes
5 Replies

Wherehas, scope or how do i query this?

Hi, I've created 4 database tables: Tool ID | NAME | TOOLTYPE_ID Tooltype ID | NAME Toolcategory ID...

0 Likes
5 Replies
Solved

Porting vanilla PHP project to Laravel - how to structure controllers/models

Hi, I've just started porting my vanilla PHP gastropod simulation project to Laravel and had some qu...

0 Likes
5 Replies

Call to undefined method Illuminate\Support\Facades\Response::newQuery()

Hi, I kept getting this error "Call to undefined method Illuminate\Support\Facades\Response::ne...

0 Likes
3 Replies
Solved
posted 10 years ago

Got error when log out

Hi I got a problem for my developed website, each time I try to log out it always got error. it show...

0 Likes
3 Replies
Solved

SOLVED: Create DB users with Forge

Hi. When I login to Navicat and try to add a new user to access a specific database, I cant seem to...

0 Likes
0 Replies

Eger loading morphs

I have a Notification which implements public function notifiable() { return $this->m...

0 Likes
1 Replies

Slug - Generator Help

I am searching for a slug generator and found many but all have unique : true/false where what I nee...

0 Likes
6 Replies

Advice on related models

Hi All, I am trying to achieve the following structure in my Laravel application and I need some adv...

0 Likes
1 Replies

table with a timestamp field

Hi.. I'm newbie to php/laravel.. I have created this table.. CREATE TABLE confirmtokens (...

0 Likes
2 Replies

Rename Column and Change Type

Hi, Is there any way to change the column type and rename it. I know it's foolish to be changing the...

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.

© 2024 Laravel.io - All rights reserved.