demo-vue-form-builder icon indicating copy to clipboard operation
demo-vue-form-builder copied to clipboard

Small Readme update

Open hallindavid opened this issue 5 years ago • 3 comments

Hi there - just a super small note - love the package, but in the readme, it says

Note: to turn on insert & update form config, you need to:

Open file: config/sandaru.php Set disable_populate to true (Sorry for this inconvenience, I add this constraint to make sure that my Live Demo doesn't have any trash data in there)

This should actually be

Set disable_populate to false (Sorry for this inconvenience, I add this constraint to make sure that my Live Demo doesn't have any trash data in there)

hallindavid avatar Feb 20 '20 13:02 hallindavid

It would be nice to have some simple setup instructions... for example, it turns out you can simply run php artisan serve to launch a development server and test the site on localhost.

RobertoMaurizzi avatar Dec 14 '20 06:12 RobertoMaurizzi

Ah yes, sorry for my bad. I'll update it.

@RobertoMaurizzi , You're right. But php artisan serve might not enough (I think, or SQLite could work well).

But I think for the better, I should prepare the README with the database's tables and suggest some best practices instead of using Laravel project. What do you think?

sethsandaru avatar Dec 16 '20 14:12 sethsandaru

True, but following your current steps then launching php artisan serve works and it's much simpler than trying to setup a proper web server+php application server :-) Sorry for the very late reply!

RobertoMaurizzi avatar Jan 08 '21 06:01 RobertoMaurizzi