Love Fuel?
Donate
About
Forums
Discussions
Login
FuelPHP Forums
Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
General
To create database at the beginning of development
soseki
January 2018
Hello there,
If I want to make database at the beginning of development, do we make shell script to create database?
This is because there are no database created yet, so, do we take this way?
Sorry for very beginners question.
regards,
Harro
January 2018
Accepted Answer
php oil console
\DBUtil::create_database();
for example?
I don't see how that can be done automatically, given the wide variety of scenario's.
soseki
January 2018
hello there,
Thanks for reply.
Yes, this is what I thought.
What I did i just made bash script to make database if it dose not exist.
thanks
Add a Comment
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
5,088
General
↳ General
3,364
↳ Job Board
13
↳ Installation & Setup
214
Packages
↳ Oil
213
↳ Orm
700
↳ Auth
260
Development
↳ Tips and Tutorials
126
↳ Code share
145
↳ Applications
52
In this Discussion
Harro
January 2018
soseki
January 2018