https://github.com/burakboz/storm-project
This is a little tool for creating pre-configured SFTP phpStorm projects
https://github.com/burakboz/storm-project
command-line-tool helper-tool laravel-zero linux macos php phpstorm tool tools windows
Last synced: about 2 months ago
JSON representation
This is a little tool for creating pre-configured SFTP phpStorm projects
- Host: GitHub
- URL: https://github.com/burakboz/storm-project
- Owner: BurakBoz
- Created: 2021-09-26T06:46:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-26T07:18:38.000Z (over 4 years ago)
- Last Synced: 2025-06-18T21:40:31.313Z (about 1 year ago)
- Topics: command-line-tool, helper-tool, laravel-zero, linux, macos, php, phpstorm, tool, tools, windows
- Language: PHP
- Homepage: https://github.com/BurakBoz/storm-project
- Size: 5.04 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a little tool for creating pre-configured SFTP phpStorm projects
**storm-project** was created by, and is maintained by [Burak Boz](https://github.com/BurakBoz), and is a micro tool that provides pre-configured SFTP project for phpStorm.
- Built with [Laravel Zero](https://laravel-zero.com/)
------
## Terminal output
```
A phpStorm SFTP project creator tool by Burak Boz
Project Path? [/home/user/PhpstormProjects]:
>
Project Name? [Project]:
>
Domain Name? [project]:
>
Server IP? [127.0.0.1]:
>
SFTP User? [user]:
>
SFTP Port? [22]:
>
Root folder? [/home/project]:
>
Deployment path? [/public_html]:
>
Web path? [/]:
>
Project created.
```
Leave empty if you don't want to change the default values and press enter to continue.
## Documentation
Using pre-builded version MacOS - Linux:
```
wget --no-check-certificate https://raw.githubusercontent.com/BurakBoz/storm-project/master/builds/storm-project && chmod +x storm-project && sudo cp storm-project /bin/
```
**For windows and all other operating systems**
**you can download [storm-project](https://raw.githubusercontent.com/BurakBoz/storm-project/master/builds/storm-project) and run with ``php storm-project`` command.**
------
Building from source:
```
bash build.sh
```
## License
**Storm-Project** is an open-source software licensed under the MIT license.