So I have my Model setup like this: [code]protected $fillable = array('dragon_id', 'name', 'gender')...
So I have done multiple Eloquent model relationship queries and they work wonders, but for some odd...
Ok so in my workbench, I have a package (Intellectproductions/Verify).. in the src directory, I have...
Ok so I have this in my Controller: [code]/** * Execute creating of topic * @param id Category...
Anyone know how to do something like this?
Yes... that's why I'm not understand why it's still using the view from the package, and not my cust...
The Laravel portal for problem solving, knowledge sharing and community building.
The community