I've already have key generated in my .env file. This exception occures when i do refresh my web pag...
I'm tying to do the following sql with eloquent model: but it does not work ;/ update account set ru...
Hello. Im trying to make a website for trades. Every user will post items that he have for items tha...
Hello guys i have a question about the Laravel Authentication. I Use Api like Github one with oauth2...
I have tables: Users, Pages, Posts [ One user may have many pages and posts ] User table structure '...
$account = \MyProject\Models\Account::with(['user' => function($query){ $query->where('id...
Ok... with many re-searching and reading finally i've got that i need. The returned information is w...
Here are my tables CREATE TABLE `items_have` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` i...
The Laravel portal for problem solving, knowledge sharing and community building.
The community