Hi, in ProductsController i have method public function getIndex() { $products = Product::orderBy(...
Hi, fnc in Eloquent Client model public function getNameAttribute() { if( $this->name) { retu...
Hi, a create a DashboardController (copy of HomeController) <?php namespace App\Http\Controllers;...
In logs model: class Log extend Eloquent { protected $connection = 'db2'; // config/database.php >...
The Laravel portal for problem solving, knowledge sharing and community building.