Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

laravel tricks and tips

Route::get('orders', function()
{
    return View::make('orders.index')
        ->with('orders', Order::all());
});
//@sujay
Source by code.tutsplus.com #
 
PREVIOUS NEXT
Tagged: #laravel #tricks #tips
ADD COMMENT
Topic
Name
8+5 =