Support the ongoing development of Laravel.io →

jonathanscholbach

Joined 12 Mar 2016

Statistics

Threads 3
Replies 3
Solutions 1
Articles 0

re-model inheritance

I would like to have something that - in an object-oriented language - would be called inheritance....

0 Likes
1 Replies

seeding / accessing one-to-many-relationship

I have a problem with seeding a belongsTo-relationship. My code is the following: // the Model Compo...

0 Likes
1 Replies
Solved

Database connection fails

I installed Laravel on Ubuntu 16.04 with an Apache and a MySQL. When I run php artisan migrate:statu...

0 Likes
2 Replies
Solved
replied 7 years ago

How to: Iterate through record from DB

foreach ($actors as $actor) { // do stuff with the current $actor } Have a look at the document...

0 Likes
replied 7 years ago

seeding / accessing one-to-many-relationship

I found the error on my own. The Class Birthdate was not implemented (use) in the model of Composer....

0 Likes
Solved
replied 7 years ago

Database connection fails

That's the solution. Thank you very much, astroanu! Looks like while trying different things I actua...

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.

© 2024 Laravel.io - All rights reserved.