Download the PHP package statescua/plaut without Composer
On this page you can find all versions of the php package statescua/plaut. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package plaut
Plaut
Lightweight Model-View-Controller Micro PHP Framwork built for newbies who use a LAMP stack. Replit: https://plaut.thinkphp.repl.co/
Install
- composer create-project --prefer-dist statescua/plaut php-mvc
- cd php-mvc
- php -S 0.0.0.0:8080
- Then go to browser: http://localhost:8080
Requirements
- PHP 7.0 or greater
- MySQL 4.1.2 or greater
- The mod_rewrite Apache module
MOD_REWRITE Apache2
In order for Apache to understand rewrite rules, we first need to activate mod_rewrite. It’s already installed, but it’s disabled on a default Apache installation. Use the a2enmod command to enable the module.
.htaccess
Proof:
All versions of plaut with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
The package statescua/plaut contains the following files
Loading the files please wait ....