Skip to content

Instantly share code, notes, and snippets.

View jdckl's full-sized avatar
🇨🇿

Jan Dočekal jdckl

🇨🇿
View GitHub Profile
@jdckl
jdckl / CI4_Vagrant.md
Last active May 19, 2022 16:04
CodeIgniter 4 Vagrant Setup

Vagrant Setup for Codeigniter 4

Using Ubuntu, MySQL 8, PHP 8, Nginx /w PHP-FPM & PHPMyAdmin.
Setup the two below files in your root directory, download the box ubuntu/bionic64, run "vagrant up".
Your Codeigniter 4 project will now be available at localhost:8080, PMA at /phpmyadmin, database credentials are root:root.