Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvnc0/gimli-skeleton
Gimli Skeleton App
https://github.com/dvnc0/gimli-skeleton
Last synced: 15 days ago
JSON representation
Gimli Skeleton App
- Host: GitHub
- URL: https://github.com/dvnc0/gimli-skeleton
- Owner: dvnc0
- Created: 2024-07-31T05:27:00.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-15T06:22:14.000Z (4 months ago)
- Last Synced: 2024-11-21T11:39:47.899Z (about 2 months ago)
- Language: PHP
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Gimli Skeleton Application
`composer create-project danc0/gimli-skeleton my-app`
This skeleton application sets up the directory structure and a few basic Hello World routes to get started. You will need to add your `tmp` directory for Latte and in dev give it `chmod 777` permissions.
You will also need to create your `/App/Core/config.ini` file if you decide to use that, if not remove the line from `index.php` that loads it.
Make sure to run `composer install` to install the dependencies inside the `src` directory and `npm install` to install the dependencies inside the `vue` directory.
There is a basic docker-compose.yml file included to get you started with a development environment. You can run `docker compose up -d` to start the containers and `docker compose stop` to stop them. The included Dockerfile includes PHP 8.3 with some commonly installed extensions and Redis.
Vue comes with [WaveUI](https://antoniandre.github.io/wave-ui/) ready to use for UI components.