Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimsav/illuminate-config-5
A demo project using illuminate/config v5
https://github.com/dimsav/illuminate-config-5
Last synced: 29 days ago
JSON representation
A demo project using illuminate/config v5
- Host: GitHub
- URL: https://github.com/dimsav/illuminate-config-5
- Owner: dimsav
- Created: 2015-02-20T18:38:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-20T18:44:19.000Z (over 9 years ago)
- Last Synced: 2023-04-05T13:09:28.833Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 133 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# illuminate-config-5
A demo project using illuminate/config v5## 1. Installation
Install composer dependencies
```bash
$ composer install
```## 2. Define the environment
Copy the file `.env_ini` as `.env` and fill in the environment.
## 3. Run
Execute the file `public/index.php`.