An open API service indexing awesome lists of open source software.

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

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

```