Skip to content

Instantly share code, notes, and snippets.

View jPablo23's full-sized avatar
🏠
Working from home

Juan Pablo Rodriguez Mendoza jPablo23

🏠
Working from home
  • Paradigma
  • San Felipe Guanajuato Mexico
  • X @JP_Kane23
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.