This project is a base for building new projects in PHP.
- PHP 7.2 or later
- MySQL or MariaDB
- Apache Server
You can install this project via composer with the following commands:
$ composer create-project --prefer-dist manuelgil/project-skeleton {directory} "2.*"-
Create a new database.
-
Import the database.sql file.
-
Copy the
.env.examplefile and call it.env.
$ cp .env.example .env-
Edit the environment variables in the .env file as you need.
-
Make www-data the owner to
logsfolder.
$ sudo chown www-data: logs/- User: admin
- Password: DmBv7(zvH9y?V?B~
See CHANGELOG.md
See CODE_OF_CONDUCT.
- Manuel Gil - Owner - ManuelGil
See also the list of contributors who participated in this project.
Project skeleton is licensed under the MIT License - see the MIT License for details.