i want a helper function to get an element out of my database. can anybody help me?
i dont know why......... thats my route.php <?php /* |------------------------------------------...
public function getavatar() { if ($this->avatar) { return "{$this->avatar}"; } r...
<?php namespace app\Http\Controllers; use Auth; use app\Models\Status; class HomeCo...
The namespace ist correct, because that is exactly the Path namespace "app\Http\Controllers&quo...
The Laravel portal for problem solving, knowledge sharing and community building.
The community