Sign in with github does not work, it says: SQLSTATE[23000]: Integrity constraint violation: 1048 Co...
Create custom validaton rule like: <?php namespace App\Providers; use Illuminate\Support\Servic...
As fourth parameter json method accepts json_encode options. You can use JSON_FORCE_OBJECT to encode...
organizm238, semalley liked this reply
Add: use Schema; use Session; Or without "use", call them like: \Session::some_method();...
You can create custom validation rule. You can do that within service provider, e.g. in AppServicePr...
The Laravel portal for problem solving, knowledge sharing and community building.
The community