mattrick
mattrick

Reputation: 3890

Laravel - Interactive User Setup

Essentially what I am trying to do is to create an interactive user set up wizard (often seen in CMSes like Wordpress or xenforo) when they first run the project. This would consist of basic configuration such as setting the parameters to the MySQL database, setting up and admin account, etc. The issue is, I'm not too sure how to go about going this in the first place. How would I go about overwriting values in the configuration file properly? What would be the best implementation for this?

Upvotes: 0

Views: 72

Answers (1)

aethergy
aethergy

Reputation: 733

Maybe this is what you're looking for? Laravel Setup Wizard

Upvotes: 1

Related Questions