cednore-yokimi
cednore-yokimi
## TLDR: https://github.com/cednore/trilium I have created a simple terraform boilerplate to self-host `trilium` by fully automated deployment on AWS. Everybody is welcome to check out the repo and file an...
Fixes #2274 ## Proposed Changes This PR implements [**Option 3**](https://github.com/orchidsoftware/platform/issues/2274#:~:text=%233%3A-,Add%20a%20new%20config,-entry%20to%20point) from suggested changes in the linked issue. 1. Adds a new config entry `user_presenter_class` (defaults to `App\Orchid\Presenters\UserPresenter`) 2. Inside `Orchid\Platform\Models\User::presenter()`,...
**Describe the bug** `Class "App\Orchid\Presenters\UserPresenter" not found` **To Reproduce** Steps to reproduce the behavior: 1. Bootstrap a new laravel project `laravel new reproducing` 2. Change app root namespace `php artisan...