Support the ongoing development of Laravel.io →

xscence

Joined 22 Aug 2014

Statistics

Threads 6
Replies 18
Solutions 2
Articles 0

RuntimeException - The only supported ciphers are AES-128-CBC

I've already have key generated in my .env file. This exception occures when i do refresh my web pag...

0 Likes
0 Replies
posted 8 years ago

Eloquent Updating Database Row

I'm tying to do the following sql with eloquent model: but it does not work ;/ update account set ru...

0 Likes
1 Replies
Solved

[Help] I need help about a relation [Many To Many]

Hello. Im trying to make a website for trades. Every user will post items that he have for items tha...

0 Likes
10 Replies
Solved

Laravel 5 Custom Oauth Authentication Login

Hello guys i have a question about the Laravel Authentication. I Use Api like Github one with oauth2...

0 Likes
4 Replies
Solved

Eloquent relations

I have tables: Users, Pages, Posts [ One user may have many pages and posts ] User table structure '...

0 Likes
3 Replies
replied 8 years ago

Eloquent Updating Database Row

$account = \MyProject\Models\Account::with(['user' => function($query){ $query->where('id...

0 Likes
Solved
replied 8 years ago

[Help] I need help about a relation [Many To Many]

Ok... with many re-searching and reading finally i've got that i need. The returned information is w...

0 Likes
Solved
replied 8 years ago

[Help] I need help about a relation [Many To Many]

Here are my tables CREATE TABLE `items_have` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` i...

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.