federeggiani

Results 35 comments of federeggiani

> What you are talking or trying to push is a paid product, but still missing the point that this is open source, nobody is getting paid for the work...

@divine In my opinion embedded relations are not really an advantage, MongoDB has a lot more to offer for Laravel, I use normal relations all the time and I don’t...

The problem with embedded relations is that you have to rewrite the Laravel code to make them work. I don’t see the point because it’s really fast to load relations,...

I have sent an email to MongoDB using their contact page. They work to have a PHP driver, they should know how important is for us to have a proper...

Great @divine ! Thank you!

> > Embedded relations has it's own use case but it doesn't mean that it can be used always and for everything. The problem happens when eloquent magic doesn't work...

@danielisdigital I would recommend you to use belongsTo relationship, check it. Check the relationships that this package offers, One of them will fit better than embeds. At the end, you...

> @elfeffe I've been using the relationships that this package offers for years but only for separate collection document relationships, I actually didn't think you could use the same method...

> > I use it for parent items inside the same collection, yes > > My use will be for children items inside a document Yes, this is the same,...

Sorry: My URL is: http://www.commerce.local/admin/blocks/1/edit This is the screenshot: https://gyazo.com/594868e29bae80a474b79986728a5f4b My code: ``` TinyEditor::make('contents') ->showMenuBar() ->columnSpan(4) ```