https://github.com/devuri/python-laravel-new
Use Python to Create a fresh Laravel installation
https://github.com/devuri/python-laravel-new
Last synced: 7 months ago
JSON representation
Use Python to Create a fresh Laravel installation
- Host: GitHub
- URL: https://github.com/devuri/python-laravel-new
- Owner: devuri
- License: mit
- Created: 2020-06-20T06:23:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T13:23:56.000Z (over 5 years ago)
- Last Synced: 2024-10-19T14:26:15.263Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Use Python to Create a fresh Laravel installation
Uses Composer create-project
* upload the laravel-new file to the directory where you want to install Laravel
* run the "python laravel-new" command within the directory where you have the laravel-new file.
```shell
python laravel-new
```