framework
framework copied to clipboard
Litepie framework
I think this is better to check with APP_ENV instead of APP_KEY because in local as well this is going to show application is in production let me know your...
and also we can write email setup what do you say?
under Litepie\User , couldn't find Contracts\UserPolicy.php
Hi, I am getting below error after login as client Route [verification.resend] not defined. (View: public\themes\client\views\auth\verify.blade.php) Any solution? Thanks
issue for package on the end of line reset password there is no ";"
Problem: For fresh installations lavalite admin settings can't be called due to compatibility issues with compact and php7.3. https://github.com/LavaLite/cms/issues/307 Solution: Either a settings variable should be declared or the settings...
Please check Filer/views/dropzone.blade.php file at line 111 to 119. When you input to [title] or [url], the value is still caption
**When using both role permissions & user permissions the following problem occurs:** The Eloquent statement in *Litepie\Roles\Traits\HasRoleAndPermission::rolePermissions()* does not include the permission id. So when the merge of the two...
framework/src/Litepie/Repository/RepositoryServiceProvider.php /** * Publish resources. * * @return void */ private function publishResources() { // Merge configuration file $this->mergeConfigFrom(**[**__DIR__ . '/config.php', 'database'); }