This is a minimal PHP project with user registration and login to showcase the custom framework abilities. No need for frameworks, Docker or package managers.
-
Create a MySQL database locally
Make sure you have MySQL running and create a new database for this project. -
Configure database credentials
Createconfig/params.phpand add your database credentials and other secrets. -
Run the SQL migration
Execute the SQL scripts from the/sqlfolder to create the necessary tables. -
Start the PHP server
For simplicity, this project uses the built-in PHP server. Run this in the project root:php -S localhost:8000
-
Open the project in your browser
/ — Registration form
/login — Login form