manageruz
manageruz
Is this still actual?
> Hi, > > **Situation** I needed to load a helper inside the controller, this did nothing an didn't even respond clearing the entire file in the App folder. Changing...
In your case i guess you forgot to change default routes after publishing your controller to App folder. Check it please and let me know about result. I already checked...
Maybe keep them both and use an interface to specify the contract and an abstract class as just one implementation thereof?
So we should modify ValidatorInterface.php : 1. Replace use CodeIgniter\Entity with Myth\Auth\Entities\User 2. Replace public function check(string $password, ?Entity $user = null): bool method with public function check(string $password, ?User...
Hi **kabeza**. What is your database engine? And show the result of php spark migrate:status command.
Try to do this: 1. php spark migrate:rollback 2. php spark migrate -n 'App' Is the error still present?
Hi Kabeza. Try to find respective dll for the Microsoft Driver for PHP for SQL for your installed php version, copy it to your php ext folder, add to extensions....
And it would be concise if we move GroupModel and PermissionModel inside Authorization folder to the respective Models folder. What do you think about it ?
I'm in.