Support the ongoing development of Laravel.io →

Ognjen

Joined 17 Apr 2016

Statistics

Threads 0
Replies 9
Solutions 2
Articles 0

ognjen has not posted any threads yet

replied 7 years ago

PHPMap - Find developers around you!

Sign in with github does not work, it says: SQLSTATE[23000]: Integrity constraint violation: 1048 Co...

0 Likes
replied 7 years ago

Register only certain email domain (Auth)

Create custom validaton rule like: <?php namespace App\Providers; use Illuminate\Support\Servic...

0 Likes
replied 7 years ago

Json response removes key in array :(

As fourth parameter json method accepts json_encode options. You can use JSON_FORCE_OBJECT to encode...

organizm238, semalley liked this reply

2 Likes
replied 7 years ago

Can't use Schema and Session class in a Middleware in Laravel 5.2?

Add: use Schema; use Session; Or without "use", call them like: \Session::some_method();...

0 Likes
Solved
replied 7 years ago

Model validation using related models

You can create custom validation rule. You can do that within service provider, e.g. in AppServicePr...

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.