Žyma: Codeigniter4
-
Started using Packagist.org
Last week I finally braced for a reform – imported two of my PHP packages into Packagist.org – a public repository for PHP packages. And I was surprised at how easy it was. All I had to do was to register at the packagist.org, paste the github.com link to the package, and press a few…
-
Running migrations for Codeigniter 4 via HTTP
I did not have command line access on a few of the servers that hosted the projects I was working on. And currently Codeigniter 4 only has documentation on running database migrations / rollbacks / seeds in the command line. Therefore I asked around and made a special controller for the migrations / rollbacks /…