Support the ongoing development of Laravel.io →

okursan

Joined 3 Sep 2014

Statistics

Threads 1
Replies 9
Solutions 1
Articles 0

artdarek/oauth-4-laravel problem with creating new blogger post

Hi folks, I couldn't manage to handle how to open a new blog post with artdarek/oauth. I can login a...

0 Likes
1 Replies
replied 9 years ago
0 Likes
replied 9 years ago

How to display logged in user name or email if name is not provided?

try this: {{{ isset(Auth::user()->name) ? Auth::user()->name : Auth::user()->email }}}

0 Likes
replied 9 years ago

Laravel session poblem

If you use pull to get session it deletes the record after reading $value = Session::pull('key'); I...

0 Likes
replied 9 years ago

inserting multiple record

User::insert(array( array( 'name' => 'a', 'age' => 1 ), array(...

0 Likes
replied 9 years ago

Laravel on Large Scale

Laravel has a good community and renews itself all the time. I believe Laravel is one of the best ch...

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.