Alban Jubert

Results 31 comments of Alban Jubert

Hi @rfay @JPBarringer I will gladly help here, if i can. In my experience however, there is not much to do (nothing in fact) to support Craft CMS in ddev...

Hi @rfay - `craft` command is present now in the latest ddev version thanks to Ben Crocker. Agreed on that one, it was not mandatory, but nice to have. -...

OK, makes sense. I guess we could come up with a specific Craft CMS support which could add the craft command and add a default .env file with a db...

> Ah yes, upload_dir. Added that to the list above. DDEV has no idea where upload_dir is by default in a craft project that's set to project type php. Added...

In Craft, you define Volumes and Assets elements using the project configuration. Using a fresh Craft projet, there are none defined, it's a blank page where developer have to define...

Regarding database configuration, as said before, the best place would be the .env file to define `CRAFT_DB_DRIVER`, `CRAFT_DB_SERVER`, `CRAFT_DB_USER` and so on. The `config/db.php` file is where database connection is...

> So a Craft project type could create a .env file like is done for Laravel... Exactly 👍 > Could you please provide links to the docs about upload_dir and...

@artemryzhov Yes, that's a good one. However, it will lead to a major breaking change and I'm planning to publish a new major version (v2) for that. Thank you for...

Hi @sokollondon Thank you for your Pull Request. I'm wondering why you could not configure relations like this: ```php public function behaviors() { $relations = [ 'company', 'users', 'contacts', 'images',...

@sokollondon OK, I misunderstood what you where trying to do, sorry. I will probably publish a new major version which will honor the `safe` validation rule as it is a...