Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boring-dragon/slim-installer
Command line slim installation tool to install slim php framework easily
https://github.com/boring-dragon/slim-installer
Last synced: about 1 month ago
JSON representation
Command line slim installation tool to install slim php framework easily
- Host: GitHub
- URL: https://github.com/boring-dragon/slim-installer
- Owner: boring-dragon
- Created: 2019-08-28T06:23:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-10T23:50:08.000Z (about 5 years ago)
- Last Synced: 2024-11-29T18:54:00.640Z (about 2 months ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-maldives - slim installer - Command line slim installation tool to install slim php framework easily. (Table of Contents / PHP Projects)
README
This is console app is inspired by laravel installer.
# Packages used
```
Symfony Console
Guzzle
```
# To install
```
composer global require jinas/sliminstaller
```
# Basic Usage
```
slim new app_name
```