All Questions
Tagged with laravel programming-practices
3 questions
3
votes
1
answer
901
views
Should I put add() method in Laravel model
It's my first post here as I understand that SO is a platform to find fixes and this is where to ask questions about more general questions. Correct me if I'm wrong
I'm working on project in Laravel ...
1
vote
1
answer
68
views
Should I give users the ability to 'unreport' on a forum
(I really hope this is the appropriate place for a question like this. Nevertheless, I hope some of you can give me your opinions, regardless).
I am building a forum with Laravel. Progress has been ...
5
votes
3
answers
6k
views
Should I use foreign keys in my database if I use laravel?
I'm creating a website with Laravel for the first time. I checked relationships documentation today and it seems that Laravel just uses simple SQL queries.
class User extends Eloquent {
public ...