PHP toolbox ready to start programming
Clone the project or use Composer to create a project. So:
composer create-project parzibyte/framework-php nombre_de_tu_proyecto
In my case I did the following:
composer create-project parzibyte/framework-php acortadores-paste-php
Now open the folder and then the /app folder, there create a file called env.php , copy and paste what is in env.example.php , change the credentials and above all the BASE_URL (which in my case with the project that I just created it is http://localhost/acortadores-paste-php/) and that's it, now visit the website and it should be working without further complications
In the app folder you will find a file called schema.sql, import it or paste its contents into your database that you previously configured
More information: https://parzibyte.me/blog/2019/07/29/mi-caja-herramientas-php/
Package in packagist: https://packagist.org/packages/parzibyte/framework-php