Support the ongoing development of Laravel.io →

arcollector

Joined 2 Mar 2014

Statistics

Threads 0
Replies 80
Solutions 11
Articles 0

arcollector has not posted any threads yet

replied 10 years ago

Is updating via the Model less effecient than updating via DB::table?

code abstraction != performance gain if you want speed, write your web application in C

0 Likes
replied 10 years ago

Eloquent select from related table where...

you use first because the query will return an array Manufacturer::where( 'name', 'Ford' )->first...

0 Likes
Solved
replied 10 years ago

Route::resource how to use?

Route::resource('admin/language', 'LanguageController');

0 Likes
replied 10 years ago

Printing array of data in view

also know that you can chainable it return View::make( 'viewfile', $data ) ->with( 'data', $d...

0 Likes
replied 10 years ago

Printing array of data in view

with this approach View::make('hello', $data); every index in ```$data```` array will be become a v...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.