Md. Jahidul Islam
Md. Jahidul Islam
I am new in laravel.i have already used my own authentication system to authenticate.now i want to use it in my project but i cant find anything.where i add my...
When i get one exception such like: A user with this username already exists. or anything then again when i create a user with valid information it shows again exception...
I've tested it from the below distribution. Distributor ID: Ubuntu Description: Ubuntu 22.04.3 LTS Server version: Apache/2.4.52 (Ubuntu) 
Exactly it's not a problem but a feature to give support to the rest of the PHP version from 8.0 to 8.2.
Hi @Shipu Good Day!!! I've updated installation guideline in readme, I would appreciate it if you could review my pull request and provide feedback. Let me know if any crucial...
### Description Fix lazy loading (n+1) issue in terms of enabling `Model::shouldBeStrict` Fixes #72 --- ### Changes - [x] Eager loaded role model while generating the Approval Flow Steps ---...
### Description When enabling strict model behavior in Laravel using: ``` Model::preventLazyLoading(! $this->app->isProduction()); ``` or ``` Model::shouldBeStrict(! $this->app->isProduction()); ``` An error is thrown ``` Attempted to lazy load [role] on...