I've succeeded in including and using the Database class use Illuminate\Database\Capsule\Manager as...
OK, so I'm using Eloquent as a standalone package in my app. Is there any way I could do pagination...
Hello! I have a "Profile" model related to a "User" model. Currently I'm able to...
How to do this query in the Laravel way: SELECT this AS thispart FROM x WHERE foo = bar Then I'm ref...
I'm trying to implement post formats on a project, much like WP does it. Post formats are used to gi...
Hi all, I have a small issue I can't figure out. I want to be able to get all categories that will d...
I'm really excited about using Laravel, but there's one small problem - I can't connect to my databa...
When using the Artisan plugin in Sublime Text, I get this error when running the commands create_use...
Hey, I'm trying to do a nested count and why it's just not going. Here are all the details: http://l...
when i click on < EDIT POST > i cant send Input::All() to PostController i have this link http...
this is my current "query" $posts = Post::with('user') ->with('user.spot')...
I have a text data type pgsql field and I am saving a blog post into it. It throws an error "...
Hey artisans :) I would like to have a dynamic query-builder but don't no how to do it :/ I have a d...
On my Forge deployment log my migrations always respond back with: [PDOException] SQLSTATE[28000] [1...
I am curious about the best plan of attack for creating a CRM that will log customer interactions (e...
Hello all, Error is : SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a c...
hello , my question is how to get data from DB and pass it to macro ? in global.php thnx
Hello. How to change mysql settings in the config folder using html forms and laravel? I want when u...
Hi, I've created 4 database tables: Tool ID | NAME | TOOLTYPE_ID Tooltype ID | NAME Toolcategory ID...
Hi, I've just started porting my vanilla PHP gastropod simulation project to Laravel and had some qu...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community