Support the ongoing development of Laravel.io →

SzkolaWEB

Joined 26 Mar 2014

Statistics

Threads 10
Replies 25
Solutions 3
Articles 0

Have a problem with foreign key, while adding a record into database

Hello, I'm learning Laravel and I'm having a problem with foreign key when I want to add a new recor...

0 Likes
2 Replies
Solved
posted 9 years ago

Class not found. Strange error.

Hi, I'm actually creating an online shop, but I've got a strange error. So that's how the error page...

0 Likes
2 Replies
Solved
posted 9 years ago

Can't get all products from a category

Hi, I'm creating an online shop and I had obviously to use many to many relationships. I've a proble...

0 Likes
3 Replies
posted 9 years ago

Can not display information about account

Hi, I have a problem with displaying information about account. The method: public function getProfi...

0 Likes
2 Replies
Solved
posted 9 years ago

Strange registration error

Hi, I wanna make simple registration on my site, but I have an strange error. That's my form http://...

0 Likes
2 Replies
Solved
replied 7 years ago

Routing stopped working after upgrade from 5.1 to 5.2

Maybe try to remove that web middleware group in the admin routes section

0 Likes
replied 7 years ago

middleware WEB

As of laravel 5.2.27 a web middleware is being applied to any route, so you shouldn't specify this m...

0 Likes
replied 7 years ago

How to see user properties?

Just get rid of those brackets. id or location are properties that you can return, not some methods....

0 Likes
replied 7 years ago

hasMany relation with ::where() ???

I believe you have to append () to it like this: $supplierVouchers = Supplier::where('suppliercode',...

0 Likes
replied 7 years ago

How do I search for a database row? very simple

My fault this time. You would use get if you want retreive an whole collection of things. For exampl...

0 Likes
Solved

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.