Support the ongoing development of Laravel.io →
chriz74x

chriz74x

Joined 8 Apr 2015

Statistics

Threads 22
Replies 27
Solutions 0
Articles 0
posted 6 years ago

reduce database query to one and avoid load() null error

I have this function: public function show($id) { if (count($post = Post::find($id)))...

0 Likes
0 Replies

save unaltered image to server with intervention (how to?)

Hi there, I finally managed to crop resize and compress an image file the user is submitting through...

0 Likes
0 Replies

strip email addresses, domains or domain names from user input

I am looking at a way to strip those things from user input comments or posts in my project. I am us...

0 Likes
0 Replies
posted 9 years ago

how do we load user data (distant relation) in polymorphic relation and...

...how do we get all user's associated likeables? So I used the polymorphic relation method to set u...

0 Likes
0 Replies

Policy not working, God knows why...

I am trying to move the controls I make in the Controller for a User to be able to leave a Comment o...

0 Likes
0 Replies
replied 10 years ago

created_at and updated_at values not set when seeding from csv

... ok let's say this line $models = csv_to_array($csvFile); creates some arrays like this Array ( [...

0 Likes
replied 10 years ago

created_at and updated_at values not set when seeding from csv

So it's because the seeder is not "creating" the data in the DB but "inserting"...

0 Likes
replied 10 years ago

are tables updatable by modyfing schema migration file?

oh I see.. schema::table not schema::create

0 Likes
replied 10 years ago

mysqlworkbench mwb file to schema builder files

I found a way, if anyone interested: https://github.com/adamkearsley/laravel-convert-migrations

0 Likes
replied 10 years ago

create db migrations from mySQLworkbench mwb file

I will try to be a little more clear. What I'd like to get are the migrations files that create the...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.