Update README

This commit is contained in:
2025-03-04 12:05:52 +01:00
parent d411421e0f
commit 0b71d5b0e4

View File

@ -1,3 +1,13 @@
# PHP Monitor website
This is a simplified Laravel project, with some providers and Laravel functionality disabled because said functionality is not needed for the simple site that is required.
This is a simplified Laravel project, with some providers and Laravel functionality disabled because said functionality is not needed for the simple marketing site that is required.
## Requirements
See `composer.json`.
## Tests
composer verify
This will run Rector, Pint and check if all tests pass.