-
@tnylea
What do you think about how to auth users within `/analytics`?
Options I see:
- authenticated users in main app are whitelisted in service provider.
- roll our own auth in the separate …
-
- Laravel Version: ^7.0
- Adldap2-Laravel Version: ^6.1
- PHP Version: ^7.2.5
- LDAP Type: OpenLDAP
### Description:
Morning,
I keep getting the message "A username must be specified." when …
-
Have you considered the idea of adding support for [Dolt](https://docs.dolthub.com/) as a database service? The ability to commit and roll back database state is potentially very useful in a developme…
-
### Task
Create templates for submitting new issues, pull requests and bug reports.
Ideas of the templates to be used and how issues are to be handled can be shared here.
Thanks!
-
## Setup
- Version: 5.8.53
- Environment: Docker
## Interface
- Flutter: []
- React: []
- Both: [YES]
## Checklist
- Can you replicate the issue on our v5 demo site https://demo.invoicenin…
-
- Laravel Version: 5.5.42
- Adldap2-Laravel Version: 4.0.7
- PHP Version: 7.1.16
- LDAP Type: ActiveDirectory
### Description
Hey guys,
first of all - great work with the Adldap framework. T…
-
### Subject of the issue
Want to use: https://laravel.com/docs/8.x/validation#validating-passwords.
### Your environment
* version of this package: 4.4.4
* version of Laravel: 8.42.1
### Step…
-
# Cara 1
### **.env**
```
DB_CONNECTION=pgsql
DB_HOST=[db-host]
DB_PORT=5432
DB_DATABASE=laravel_api
DB_USERNAME=[db-username]
DB_PASSWORD=[db-password]
````
### **config/database.php**
…
-
Greetings!
Thank you for the project and the work done. Unfortunately, the password reset functionality does not work.
An error is shown:
ErrorException
Undefined variable: token (View: D:\Do…
-
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…