dns2316 / php-laravel-experience

GNU General Public License v3.0
0 stars 0 forks source link

add Laravel Movie Seeds #1

Closed kefzce closed 7 years ago

kefzce commented 7 years ago

Database: Seeding

dns2316 commented 7 years ago

Нужно DB::table('movie')->insert([ ]) или можно App/Movie->insert([ ])?

kefzce commented 7 years ago

Давай Query Builder

kefzce commented 7 years ago

4