Skip to content

Commit 74d555a

Browse files
authored
Merge pull request #25 from YuriiDorosh/features/redis
Features/redis
2 parents dccf4e4 + 93fd79c commit 74d555a

2 files changed

Lines changed: 27 additions & 16 deletions

File tree

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ The MIT License (MIT)
22

33
Copyright (c) 2014-2019 British Columbia Institute of Technology
44
Copyright (c) 2019-2023 CodeIgniter Foundation
5+
Copyright (c) 2004 Yurii Dorosh
56

67
Permission is hereby granted, free of charge, to any person obtaining a copy
78
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,36 @@
1+
<div align="center">
2+
13
# CodeIgniter 4 Template Project
24

5+
This is a template project for CodeIgniter 4, a powerful PHP framework for building web applications. It comes pre-configured with Docker, Nginx, MySQL, Adminer, phplint, Psalm, and PHP_CodeSniffer to streamline your development process.
6+
7+
<img src="https://socialify.git.ci/YuriiDorosh/CodeIgniter4-template/image?font=Source%20Code%20Pro&forks=1&issues=1&language=1&name=1&owner=1&pattern=Plus&pulls=1&stargazers=1&theme=Dark" alt="guilyx" width="700" height="300" />
8+
39
[![View Counter](https://views.whatilearened.today/views/github/YuriiDorosh/CodeIgniter4-template.svg)](https://views.whatilearened.today/views/github/YuriiDorosh/Information-Theory-and-Coding)
410
![GitHub repo size](https://img.shields.io/github/repo-size/YuriiDorosh/CodeIgniter4-template)
511
![GitHub License](https://img.shields.io/github/license/YuriiDorosh/CodeIgniter4-template)
612
![GitHub issues](https://img.shields.io/github/issues/YuriiDorosh/CodeIgniter4-template)
713
![GitHub last commit](https://img.shields.io/github/last-commit/YuriiDorosh/CodeIgniter4-template)
814
![GitHub contributors](https://img.shields.io/github/contributors/YuriiDorosh/CodeIgniter4-template)
915

10-
<img src="https://socialify.git.ci/YuriiDorosh/CodeIgniter4-template/image?font=Source%20Code%20Pro&forks=1&issues=1&language=1&name=1&owner=1&pattern=Plus&pulls=1&stargazers=1&theme=Dark" alt="guilyx" width="700" height="300" />
11-
12-
<br>
16+
</div>
1317

18+
## 🚀 Features
1419

15-
This is a template project for CodeIgniter 4, a powerful PHP framework for building web applications. It comes pre-configured with Docker, Nginx, MySQL, Adminer, phplint, Psalm, and PHP_CodeSniffer to streamline your development process.
20+
- **Dockerized Environment:** Jumpstart development with containers for PHP, Nginx, MySQL, and Redis.
21+
- **Web Server:** Pre-configured Nginx for robust performance.
22+
- **Database Ready:** MySQL setup for data storage and Redis for fast data caching.
23+
- **Development Tools:** Integrated Adminer, phplint, Psalm, and PHP_CodeSniffer to ensure code quality.
24+
- **Custom PHP Configuration:** Tailored php.ini for optimal development and production environments.
1625

17-
## Features
18-
19-
- Dockerized development environment
20-
- Nginx web server configuration
21-
- Custom PHP configuration (php.ini)
22-
- MySQL database server
23-
- Redis for data caching
24-
- Adminer database management tool
25-
- Automated code linting and analysis with phplint, Psalm, and PHP_CodeSniffer
26-
27-
## Requirements
26+
## 🔧 Requirements
2827

2928
Before getting started, ensure that you have the following software installed on your system:
3029

3130
- Docker
3231
- Docker Compose
3332

34-
## Getting Started
33+
## 🛠 Getting Started
3534

3635
To set up and run the project on your local machine, follow these steps:
3736

@@ -100,3 +99,14 @@ When you're done working on the project, you can stop the Docker containers:
10099
```
101100
docker-compose down
102101
```
102+
## 📚 Documentation
103+
104+
For detailed documentation about CodeIgniter 4, visit the [official documentation](https://www.codeigniter.com/user_guide/intro/index.html).
105+
106+
## 📄 License
107+
108+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
109+
110+
## 🤝 Contributing
111+
112+
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

0 commit comments

Comments
 (0)