documentation : https://antoine-bergerault.github.io/pickle-doc/index.html
Pickle is a php framework that can easily be used in user-based applications and projects. An MVC system that integrates route and database management, but also authentification system.
- PHP 7
- MySQL
git clone https://github.com/Antoine-Bergerault/Pickle-framework.git
Run composer install
and composer update
while pointing the framework folder
Install all the files and lauch your local server. With your browser, open the public directory.
The file config.php located in the Tools directory is the configuration for the database (MySQL). You need to run the file(s) located in the sql folder in order to make the system work.
For more information, see the documentation