I have tried in tinker cli: Schema::drop('pages') but it just drops the table 'pages', how can i dr...
I have created and included repositories using this tutorial: http://culttt.com/2013/07/08/creating-...
When i am using: Route::get('page/{id}-{slug}', 'PageController@show'); My url should look like &qu...
Hello! It is ok to store saving logic in a controller like this (PostController.php): public fun...
I have followed the installation guide from here: https://github.com/cviebrock/eloquent-sluggable#el...
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.