Notifications from Elixir on my system come up blank. They look like this: Ive found a few threads...
My .env file looks like this: APP_ENV=local APP_DEBUG=true APP_KEY=SomeRandomString DB_HOST=localho...
Did you define the relationship in you models? From the Laravel documentation: Many-to-many relatio...
Id learn 5. There's no point in learning 4 now as it is outdated. Laracasts is a great resource, a...
Instead of accessing the database with DB::connection, try accessing through the model. Try Nagios:...
Personally, I would just have one car table with all the car details. For each car, you could have...
It depends on what you want to do with the cars table. If each user can only have one car, then you...
The Laravel portal for problem solving, knowledge sharing and community building.
The community