-
Example: https://consultjeremy.com/login
Repo: https://github.com/jeremykenedy/laravel-auth
![изображение](https://user-images.githubusercontent.com/26052038/111466263-a3805a80-8755-11eb-8ffd-c6ec…
-
Hi,
functions that act as factories for objects, does not resolve to the objects; e.g. in Laravel
```php
$user = auth()->user();
```
the intelephense does not recognize the function `user` whic…
khooz updated
3 years ago
-
- Laravel Version: 6.6.2
- Adldap2-Laravel Version: 6.0.8
- PHP Version: 7.3.12
- LDAP Type: ActiveDirectory
### Description:
Our intranet system works with SSO middleware and everyone connec…
-
I'm experiencing this using Laravel 5.2.
I have in my AuthController:
use Mail;
use App\User;
use Validator;
use App\Http\Controllers\Controller;
use Illuminate\Foundation\Auth\ThrottlesLogins;
use …
-
### Feature Description
Dear developer.
Thank you for this function
![image](https://github.com/user-attachments/assets/f7c2bee0-f295-4c74-8912-44838b50ff9d)
The problem is adding the trans…
-
- Laravel Version: 6.5.2
- PHP Version: 7.3.11
- Database Driver & Version: N/A
### Description:
According to the docs on https://laravel.com/docs/6.x/authorization#supplying-additional-contex…
Sheco updated
3 years ago
-
### Subject of the issue
When using the JWTAuth guard `auth()->id()` (which is used by various packages, such as wildside\userstamps when setting the created_by field in https://github.com/WildSideUK…
-
Ok, your file manager is great and is working fine on localhost , but on server I don't know what is the problem :(
My shared tree from the server in the image below
http://cleverideas.ro/serverar…
-
Okay, I've got a bit of time, and need to set up a new project with Laravel 5.3 and JWTGuard. @tymondesigns I hope you don't mind this being in your issues similar to my other "guide" (#513), and if …
-
Hi,
I am trying to use Hesto/multi-auth package on fresh laravel 6 installation but when I run command
**php artisan multi-auth:install admin -f** I get following error: **Call to undefined functio…