Skip to content

ManuelGil/project-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Project skeleton in PHP

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.

About

๐Ÿ˜ This project is a base for building new projects in PHP.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks