I have a table auctions with a column start_amount with a one-to-many relationship to another table...
I have a set of routes where they only contain model-binded parameters and no intermediary text, exc...
I have my application routes more or less split between "backend" and "frontend"...
I have a controller where I am taking an uploaded CSV (which can go up to 5-6MB in size), and I have...
I have two models: Order and Item. There is a many-to-many relationship with a pivot table linking a...
Or is the method that I outlined pretty much what should be used?
thomastkim said: Hmm...that's a good question. First, are you using Laravel 4? I don't think link_t...
thomastkim said: Going off what moinescumihai said, in your form, you can just include partials: .....
I suppose that could work. I have about 22 models that only shares one field in common ("name&q...
I decided instead to remove the is_main_link flag and instead opt to have a single link for registra...
The Laravel portal for problem solving, knowledge sharing and community building.
The community