@@ -23,10 +23,6 @@ For a deeper introduction into MINI have a look into this blog post:
2323- commented code
2424- uses only native PHP code, so people don't have to learn a framework
2525
26- ## Support the project
27-
28- [ ![ Support] ( https://supporterhq.com/api/b/9guz00i6rep05k1mwxyquz30k )] ( https://supporterhq.com/give/9guz00i6rep05k1mwxyquz30k )
29-
3026## Forks of MINI
3127
3228### TINY
@@ -48,7 +44,8 @@ classes and real namespaces.
4844
4945## Requirements
5046
51- - PHP 5.3.0+ (when first released), now it works fine with current stable versions PHP 5.6 and 7.0
47+ - PHP 5.3.0+ (when first released), now it works fine with current stable versions PHP 5.6 and 7.1, 7.2., 7.3 and 7.4.
48+ The latest PHP 8.0 is not tested yet but should also work fine.
5249- MySQL
5350- mod_rewrite activated (tutorials below, but there's also [ TINY] ( https://github.com/panique/tiny ) , a mod_rewrite-less
5451version of MINI)
@@ -64,11 +61,11 @@ and runs the demo SQL statements (for demo data). This is 100% automatic, you'll
6461running installation of MINI2 inside an Ubuntu 14.04 LTS Vagrant box.
6562
6663To do so, put ` Vagrantfile ` and ` bootstrap.sh ` from ` _vagrant ` inside a folder (and nothing else).
67- Do ` vagrant box add ubuntu/trusty64 ` to add Ubuntu 14 .04 LTS ("Trusty Thar") 64bit to Vagrant (unless you already have
64+ Do ` vagrant box add ubuntu/focal64 ` to add Ubuntu 20 .04 LTS 64bit to Vagrant (unless you already have
6865it), then do ` vagrant up ` to run the box. When installation is finished you can directly use the fully installed demo
69- app on ` 192.168.33.44 ` . As this just a quick demo environment the MySQL root password and the PHPMyAdmin root password
70- are set to ` 12345678 ` , the project is installed in ` /var/www/html/myproject ` . You can change this for sure inside
71- ` bootstrap.sh ` .
66+ app on ` 192.168.33.44 ` (you can change this in the Vagrantfile) . As this just a quick demo environment the MySQL
67+ root password and the PHPMyAdmin root password are set to ` 12345678 ` , the project is installed in ` /var/www/html/myproject ` .
68+ You can change this for sure inside ` bootstrap.sh ` . Shut down the box with ` vagrant halt `
7269
7370## Auto-Installation on Ubuntu 14.04 LTS (in 30 seconds)
7471
@@ -269,6 +266,9 @@ Please commit into the develop branch (which holds the in-development version),
269266
270267## Changelog
271268
269+ ** December 2002**
270+ - [ panique] updated Vagrant installer to run with PHP 7.4 and Ubuntu 20.04
271+
272272** August 2016**
273273- [ codebicycle/panique] renamed Error class to Problem to make it PHP7 compatible #209
274274- [ ynohtna92/panique] URL protocol is now protocol-independent #208
0 commit comments