Vladimir Ković

Results 6 comments of Vladimir Ković

Interesting question here ... So, basically those 2 has the same purpose, and very similar flow. Code in Laravel 7 is _not taken / merged from this repo, or vice...

Hey there! Thanks, wasn't aware of that. I'll try to setup Github actions in few days, when time allows. If you have time meanwhile, you could also give it a...

@undjike Hey there - yep you're right, only MySql for the time being. On the other hand, everything is ready for other handlers to be implemented, there where just not...

Ok, as a jump start, you need to create `SqlServerHandler` class which will extend `AbstractDbHandler` class. You're new class needs to implement following methods: ```php abstract public function databaseExists($database); abstract...

@Legion112 Interesting point. I'll look into this in next couple of days. If you have some idea on concrete implementation, you can share it meanwhile.

@ingro You have "Error 2" it's not related to access rights at all. What you need to do is to open Sublime Text 2, go to Preferences -> Browse Packages,...