Download the PHP package aubreypwd/php-s-wp without Composer
On this page you can find all versions of the php package aubreypwd/php-s-wp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aubreypwd/php-s-wp
More information about aubreypwd/php-s-wp
Files in aubreypwd/php-s-wp
Download aubreypwd/php-s-wp
More information about aubreypwd/php-s-wp
Files in aubreypwd/php-s-wp
Vendor aubreypwd
Package php-s-wp
Short Description A few fixes to make WordPress and php -S work well together.
License MIT
Package php-s-wp
Short Description A few fixes to make WordPress and php -S work well together.
License MIT
Please rate this library. Is it a good library?
Informations about the package php-s-wp
This package is intened to be installed in the WordPress root and loaded via autoload.php
so WordPress plays nicely with php -S
.
Installation & Use
Then in your wp-config.php
make sure and require autoload.php
e.g.:
Fixes accessing e.g. /wp-admin
w/out trailing slash
Now you can start up php -S
in your WordPress root and places like http://localhost:8000/wp-admin
will be automatically re-directed to http://localhost:8000/wp-admin/
so things don't break.
All versions of php-s-wp with dependencies
PHP Build Version
Package Version
No informations.
The package aubreypwd/php-s-wp contains the following files
Loading the files please wait ....