It is an example of a lean project created for you to start developing projects with Mind framework immediately.
- PHP 5.6.0 or High (Including 8.2.0 and above.)
- Database (PDO mysql, sqlite, sqlserver) Or without a database.
- Web Server (Apache, Microsoft IIS, LiteSpeed, Nginx)
Click here you can download the project.
- Extract files to your server, either in a folder or as is.
- Update your database information in the index.php file.
- You can now access the project from the address line of your internet browser.
or composer
composer create-project mind/project
Mind is used in the development of layers defined by the route address. With the help of the $this
prefix, you can use Mind's methods in all layers.
For more, Mind's document you can review.