https://github.com/smoren/mushroom-framework
Light php microframework
https://github.com/smoren/mushroom-framework
php-framework
Last synced: about 2 months ago
JSON representation
Light php microframework
- Host: GitHub
- URL: https://github.com/smoren/mushroom-framework
- Owner: Smoren
- License: mit
- Created: 2016-03-13T17:01:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T17:53:29.000Z (about 7 years ago)
- Last Synced: 2025-08-02T17:37:43.505Z (2 months ago)
- Topics: php-framework
- Language: PHP
- Homepage:
- Size: 461 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Light microframework like Laravel.
Docs in progress...### Installation:
```bash
composer create-project --stability dev smoren/mushroom-framework
php master example install
# then edit file app/config/config.db.php
php master migrate install
php master migrate roll
```