Support the ongoing development of Laravel.io →

zachleigh

Joined 9 Nov 2014

Statistics

Threads 2
Replies 6
Solutions 1
Articles 0

Elixir notifications empty

Notifications from Elixir on my system come up blank. They look like this: Ive found a few threads...

0 Likes
0 Replies

.env file being ignored

My .env file looks like this: APP_ENV=local APP_DEBUG=true APP_KEY=SomeRandomString DB_HOST=localho...

0 Likes
3 Replies
Solved
replied 9 years ago

Extracting fields from a pivot

Did you define the relationship in you models? From the Laravel documentation: Many-to-many relatio...

0 Likes
replied 9 years ago

Confused about Laravel versions and which tutorials/books go with which

Id learn 5. There's no point in learning 4 now as it is outdated. Laracasts is a great resource, a...

0 Likes
replied 9 years ago

Why do I have to loop through the results of this query?

Instead of accessing the database with DB::connection, try accessing through the model. Try Nagios:...

0 Likes
replied 9 years ago

What is better for a database? 1 table or more?

Personally, I would just have one car table with all the car details. For each car, you could have...

0 Likes
replied 9 years ago

What is better for a database? 1 table or more?

It depends on what you want to do with the cars table. If each user can only have one car, then you...

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.