https://github.com/manuelgil/project-skeleton
🐘 This project is a base for building new projects in PHP.
https://github.com/manuelgil/project-skeleton
php skeleton
Last synced: 8 months ago
JSON representation
🐘 This project is a base for building new projects in PHP.
- Host: GitHub
- URL: https://github.com/manuelgil/project-skeleton
- Owner: ManuelGil
- License: mit
- Created: 2021-08-02T02:13:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T15:58:22.000Z (over 2 years ago)
- Last Synced: 2024-10-26T13:44:23.845Z (about 1 year ago)
- Topics: php, skeleton
- Language: PHP
- Homepage: https://packagist.org/packages/manuelgil/project-skeleton
- Size: 26.4 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Project skeleton in PHP
[]()
[]()
[]()
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:
```bash
$ composer create-project --prefer-dist manuelgil/project-skeleton {directory} "2.*"
```
## Configure the project
- Create a new database.
- Import the [database.sql](./docs/database.sql) file.
- Copy the [`.env.example`](./.env.example)
file and call it `.env`.
```bash
$ cp .env.example .env
```
- Edit the environment variables in the .env file as you need.
- Make www-data the owner to `logs` folder.
```bash
$ sudo chown www-data: logs/
```
## Access credentials
- User: admin
- Password: DmBv7(zvH9y?V?B~
## Changelog
See [CHANGELOG.md](./CHANGELOG.md)
## Code of Conduct
See [CODE_OF_CONDUCT](./CODE_OF_CONDUCT.md).
## Authors
- **Manuel Gil** - _Owner_ - [ManuelGil](https://github.com/ManuelGil)
See also the list of [contributors](https://github.com/ManuelGil/project-skeleton/contributors) who participated in this project.
## License
Project skeleton is licensed under the MIT License - see the [MIT License](https://opensource.org/licenses/MIT) for details.