I have this function: public function show($id) { if (count($post = Post::find($id)))...
Hi there, I finally managed to crop resize and compress an image file the user is submitting through...
I am looking at a way to strip those things from user input comments or posts in my project. I am us...
...how do we get all user's associated likeables? So I used the polymorphic relation method to set u...
I am trying to move the controls I make in the Controller for a User to be able to leave a Comment o...
... ok let's say this line $models = csv_to_array($csvFile); creates some arrays like this Array ( [...
So it's because the seeder is not "creating" the data in the DB but "inserting"...
oh I see.. schema::table not schema::create
I found a way, if anyone interested: https://github.com/adamkearsley/laravel-convert-migrations
I will try to be a little more clear. What I'd like to get are the migrations files that create the...
The Laravel portal for problem solving, knowledge sharing and community building.