Support the ongoing development of Laravel.io →

Models properties

How do i make eloquent: NOT assume that my primary key is only named 'id' set the $timestamps prope...

0 Likes
8 Replies
Solved

Confused about relationship between routing/controllers

So it seems I don't really understand how to push actions and routes around. I have a form on the si...

0 Likes
2 Replies
Solved

Anyone willing to help on this, JSON, Laravel issue

Save me posted everything again thought i'd share the stackoverflow post i made earlier today http:/...

0 Likes
1 Replies
posted 10 years ago

Getting started with unit testing

I haven't really written any unit tests as it goes in the way with deadlines . Please don't get me w...

0 Likes
2 Replies
posted 10 years ago

NGINX: L4 not working properly - regular PHP/HTML still works

I've got Fedora 20 on my dev machine and for smaller projects, tests and for learning purposes I'd l...

0 Likes
2 Replies
Solved
posted 10 years ago

How to mock App::make() on UnitTesting

Hello guys, i got a question when i was unit testing my application. I Have a method that require a...

0 Likes
1 Replies

Database whereHas with Wherein (Query Builder)

id item_id tag_id 244 25090 28 247 25091 28 249 25091 33 250 25092 28 251 25092 33 253...

0 Likes
1 Replies
posted 10 years ago

A global partial view in a Controller

Hello, I need to put in my template a set of js files. What is the best way to create a global view...

0 Likes
5 Replies

Migrating users from L3 app to new L4 app

I am looking to refactor a current application running L3 to L4. After reading all these great books...

0 Likes
1 Replies
posted 10 years ago

permission errors

Hello, some errors Error in exception handler: The stream or file "/var/www/myapp/app/storage/l...

0 Likes
7 Replies

Configuring max execution time for "artisan migrate"

I am porting an application from Kohana with loads of data from both MySQL and MongoDB. I have a bun...

0 Likes
1 Replies
Solved

Capture Model old data before committing updated data to database

Hi, We have a requirement in our application wherein we need to capture all instance of update opera...

0 Likes
1 Replies

Array on One Column (Join)

DB::table('users') ->join('contacts', 'users.id', '=', 'contacts.user_id') ->join('orders', 'u...

0 Likes
1 Replies

How would you structure this application?

Hey everyone, just getting started and feeling a bit overwhelmed. Hoping someone can set me straight...

0 Likes
3 Replies

Laravel and phpmyadmin on shared host

Hi! I have succesfully upload my app on shared host, and everything is okay except problem with data...

0 Likes
1 Replies
posted 10 years ago

Master Blade not extended for only 1 view

I have a master blade and views that work fine. But for 1 view, only the content from that view is s...

0 Likes
10 Replies
Solved
posted 10 years ago

How big of a controller is to big?

Currently building a website, it has about 20 pages which means I have roughly 25 controllers or Pub...

0 Likes
6 Replies
posted 10 years ago

Trouble Altering a columns Data Type

Hi! I'm trying to run a migration that will alter some of my tables to correct the data type of some...

0 Likes
1 Replies
Solved

different routes depending on user type

Hi there, I'm stuck with this annoying problem in my laravel 4 project wich has three types of users...

0 Likes
3 Replies

getting id from a join

i have this join statement : Item::join('buttons', 'items.cta_id','=','buttons.id')->where('build...

0 Likes
2 Replies
Solved

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.