manuelgil/project-skeleton

This project is a base for building new projects in PHP

v2.0.1 2021-09-13 18:04 UTC

This package is auto-updated.

Last update: 2024-04-14 00:02:12 UTC


README

GitHub Release GitHub Release Date GitHub license

This project is a base for building new projects in PHP.

Requirements

  • PHP 7.2 or later
  • MySQL or MariaDB
  • Apache Server

Installation

You can install this project via composer with the following commands:

$ composer create-project --prefer-dist manuelgil/project-skeleton {directory} "2.*"

Configure the project

$ cp .env.example .env
  • Edit the environment variables in the .env file as you need.

  • Make www-data the owner to logs folder.

$ sudo chown www-data: logs/

Access credentials

  • User: admin
  • Password: DmBv7(zvH9y?V?B~

Changelog

See CHANGELOG.md

Code of Conduct

See CODE_OF_CONDUCT.

Authors

See also the list of contributors who participated in this project.

License

Project skeleton is licensed under the MIT License - see the MIT License for details.