Hung_Nguyen Hi everyone, I want to insert records in table. ex: Group::insert([ ['name_singular' => 'abc', 'color' => 'abc', 'icon' => 'abc'] ]); Other table have no class in core. How to insert this table (discussions_tags, users_groups, ...)
luceos You can work with these using the Eloquent relations: http://laravel.com/docs/5.1/eloquent-relationships#inserting-related-models