-
Hi! I was looking alternatives for API development and came across this gem.
Unfortunately, one feature I am trying to find is loading relationships for models via query string. I have accomplished…
-
How to move `count` variables from `relationships.*.meta.count` to `data.*.attributes`?
-
For BelongsTo relationships it would be great to be able to make the relationship where the name matches an existing related resource, even to have the option to create records that don't exist.
At…
-
### Laravel Mastery Roadmap
### [Roadmap Link](https://roadmap.sh/r/laravel-roadmap-vf965)
# Laravel Mastery Roadmap
## Introduction to Laravel
- What is Laravel?
- History of Laravel
…
-
I really enjoyed this lesson and I've been doing something similar, however I've spotted a potential issue when working with model factories: some of them might create new registers in the database, i…
-
Nice speak and thanks for sharing!
I got the idea about contracts between modules. But consider this scenario:
The Order module has a OrderLine product_id FK for Inventory and it is great interf…
-
This would be a nice inclusion if the query builder inferred the joining columns when doing joins, to increase the brevity. This would also mirror Eloquent behaviour.
For example, using the example…
-
Although we should implement refactoring as a constant part of our dev process, we started off with a rather rapid prototyping and left things a bit unmanaged due to the fast paced development cycle…
-
Techniques that will actually be used in associating them to beamlines and publications can be distinguished from concepts helping us to create the PaNET taxonomy. This does not mean that the more gen…
gkoum updated
3 months ago
-
Hi all,
Due to how Eloquent models forward calls to the builder, the current way to macro a relationship is to macro the builder. I've detailed below a proposal for the changes to the `Illuminate\D…