Pavel Buchnev
Pavel Buchnev
Sorry, I don't get your idea! (((( Could you explain in more details?
As I understand, you want to get public key from DSN and use it for project creation in "Project" section ?
Try to add nullable to comments relation ``` #[Cycle\Relation\HasMany(target: Comment::class, nullable: true)] private Collection $comments; ```
Here is a benchamark code ```php
Could you please get links to API where I can read about this case. And also it will be awesome to cover changes with unit tests.
Thanks, despite the long delay)
> Great work. I am working on a laravel console command, that creates a migration for a dbml file. This depends completely on your parser! We will probably publish that...
Namespace can be configured via `app/config/scaffolder.php` config file. Read more [here](https://spiral.dev/docs/basics-scaffolding/current/en#configuration)
Hi @iGrog, We have a similar request regarding Projects, as discussed here: https://github.com/orgs/buggregator/discussions/148. I'm currently working on it. The backend implementation is complete and has been released with a `dev`...
And I like the idea with columns separation!