Skip to content
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

Fix user state in existing Laravel installation #1582

Closed
jasonvarga opened this issue Dec 28, 2024 · 0 comments
Closed

Fix user state in existing Laravel installation #1582

jasonvarga opened this issue Dec 28, 2024 · 0 comments

Comments

@jasonvarga
Copy link
Member

The change in this commit is incorrect:

dbb9e6d

When you install Statamic into an existing Laravel application, content and users will be stored as flat files.

As it said before this change, users are set up to be stored in the database. The statamic/statamic repo has config files changed to store as flat files. If you have an existing Laravel app, those changes wouldn't be there, so you'd still have the DB setup.

cc @duncanmcclean

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant