Skip to content

Instantly share code, notes, and snippets.

View joeleen-kado's full-sized avatar
🎯
living

Joeleen Kado joeleen-kado

🎯
living
  • Mpls, MN
  • 00:27 (UTC -05:00)
View GitHub Profile
@joeleen-kado
joeleen-kado / check.php
Created October 20, 2025 06:29 — forked from piotr-jura-udemy/check.php
Laravel 11 Requirements
<?php
$required_php_version = '8.2.0';
$required_extensions = [
'bcmath',
'ctype',
'curl',
'dom',
'fileinfo',
'filter',
@joeleen-kado
joeleen-kado / phpMyAdmin in Homestead
Created August 25, 2024 04:22 — forked from CarlasHub/phpMyAdmin in Homestead
How to setup phpMyAdmin in Homestead
How to setup phpMyAdmin in Homestead
By Andrews Ang / Sep 06, 2016 / IT admin, Laravel, Programming, Tutorial, Web
Writing this for my own reference. Hope it helps someone too.
Install using Ubuntu repository:
This will install phpMyAdmin from Ubuntu’s repositories. Assuming that your projects live in /home/vagrant/Code:
On your hosting machine, open a terminal, go to your homestead folder, after “vagrant up”, enter “vagrant ssh” to ssh to your virtual machine.
Then enter “sudo apt-get install phpmyadmin” (Do not select apache2 nor lighttpd when prompted. Just hit tab and enter.)