https://github.com/morphable/skeleton-3rd-party
skeleton for my next projects
https://github.com/morphable/skeleton-3rd-party
Last synced: 2 months ago
JSON representation
skeleton for my next projects
- Host: GitHub
- URL: https://github.com/morphable/skeleton-3rd-party
- Owner: Morphable
- License: mit
- Created: 2019-11-24T18:23:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-29T11:14:30.000Z (almost 5 years ago)
- Last Synced: 2025-01-01T02:35:03.079Z (over 1 year ago)
- Language: PHP
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Skeleton with 3rd party libraries
### Structure
```
root
├── src
│ ├── Domain
│ ├── Infrastructure
│ ├──── Controllers
│ └── Shared
├── config
│ └── bootstrap.php
├── public
│ └── index.php
├── views
└── tests
```