-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use webed in existing app? #48
Comments
Dear,
Then open the file |
Thanks! |
Sorry for my enthousiasm, but php artisan core:vendor:publish webed-users doesn't publish any webed-auth.php file in the config dir. |
You may need to use |
Looks like a great CMS and exactly what i'm looking for!
However when trying to integrate this cms in my existing (fairly large) app, i'm running into a few problems.
When publishing (resource) assets, following errors occur:
Can't locate path: </Users/barry/Sites/webedtestproject/vendor/sgsoft-studio/shortcode/src/Providers/../../resources/root>
(many times)
I'm also encountering the problem that i already have a users-table.
Is it possible to have 2 user-tables (users for my 'main' app and we_users for the webed-cms) and how to implement this in Auth.php?
(when i change the web login model in config/auth.php to WebEd\Base\Users\Models\User::class, the webed cms-part is working, except for the missing texts/labels, but my main app isn't working anymore because it's searching users in the wrong table)
I also tried to derive my 'normal' User model from WebEd\Base\Users\Models\User, but that's giving the same problems.
Any help is appreciated!
The text was updated successfully, but these errors were encountered: