-
I have a multi-database multi-tenancy app where the auth User model uses the system database while the Bouncer models use the tenant databases.
Tenant DB's have a TenantUser model which belongsTo U…
-
Hi,
I've installed Laravel 5.3 with Dingo & JWT Auth modules. I've configured both the modules according to their wiki documentation, but I'm still getting the error "**Auth guard driver [api] is not …
-
1. PHP version :
```
PHP 8.1.23 (cli) (built: Sep 15 2023 21:56:29) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.23, Copyright (c) Zend Technologies
with Zend OPcache v8.1.23, Copyright…
-
**I am using Laravel 8 with Vue2
My Vue Js Code structure is as below**
import Vue from 'vue';
import VueRouter from "vue-router";
// Vue.component('loader', require('@imageloader/Loader.vu…
-
## Detailed description
Hi I have a problem with test with artisam tinker
## Context
Im testing my LDAP connection with this result :
Psy Shell v0.10.6 (PHP 7.4.15 — cli) by Justin Hileman…
-
- Laravel Version: 5.6
- Adldap2-Laravel Version: 3.0
- PHP Version: 7.2
- LDAP Type: ActiveDirectory
### Description:
Hello, Guys
First of all, I want you to congrats for this exceptional c…
-
@anandsiddharth thanks for the effort but I am trying to get this working as an end-to-end example so I can both move on to other parts of my app, and that this helps more people that are stuck. I'm j…
-
Hi @kodeine ,
I am getting " Call to undefined method Illuminate\Database\Query\Builder::assignPermission() "; while trying to assign permission to admin role.
I am using laravel 5.2
the permiss…
-
Hello,
I working on web application with **Laravel on back-end** and **AngularJS for the front-end**.
Now to implement my Laravel REST api for login in the front-end i am using **Satellizer 0.15.5**…
-
In general Laravel provides elegant Auth services in just a line of code to develop login registration and password reset options, how ever when i used to give password reset option to my client i usu…