Laravel this is not only a practical framework, it is also a programming style
Customer::on($this->connection)->where('customer_id', $customer_id)->first()->name;
In this eloquent writting style is this mean to only return name on Customer table? Sorry new to laravel and asking these newbie question.
Aucun commentaire:
Enregistrer un commentaire