Run a local apache server
Ensure you have php 7.3 or later locally installed
php -v
If you do not have php yet...
On macOS, you can use brew:
brew install php@7.3
On linux, you can use apt-get:
sudo apt-get install php7.3
We'll provide a docker-compose to setup mysql5.7.
But you can also install it yourself.
On macOS, you can use brew:
brew install mysql@5.7
Set-Location -Path .....
git clone https://github.com/Bodarev/CodeigniterStart.git
cd CodeigniterStart
composer install
yarn install
gulp default