Example legacy app (joind.in) for workshops
mysql -u root
> create database joindin
mysql -u root joindin < joindin_example.sql
composer install
sudo php -S 127.0.0.1:80
/etc/hosts
127.0.0.1 dev.joind.in
Browse to:
system/logs/
Example legacy app (joind.in) for workshops
mysql -u root
> create database joindin
mysql -u root joindin < joindin_example.sql
composer install
sudo php -S 127.0.0.1:80
/etc/hosts
127.0.0.1 dev.joind.in
Browse to:
system/logs/