Hello, do i need repository pattern design at all? I am not planning to use any database except mysq...
Hello, i want to print 12 articles with pagers using bootstrap 3 theming: @foreach($category->...
I have changed format date that way: BaseModel.php: use Carbon\Carbon; class BaseModel extends \Elo...
Hello, i am using: <p> {{ str_limit($page->body, $limit = 280, $end = '...' }} </p>...
Do you need it at all? I think it's making laravel even harder.
Thanks, it's indeed for raw assets. Public folder is for css/js/images.
eriktisme said: If you want to use a repository pattern, then it's bad practice. But on topic, if y...
I know that i can save images that way, but the question was about integrating image upload from sum...
Thanks, so in my Category model i should write something like this: public function subcats()...
Thanks, but this additional layer of abstraction consumes additional time when u're doing simple pro...
The Laravel portal for problem solving, knowledge sharing and community building.