Download the PHP package jinas/laravel-deploy without Composer
On this page you can find all versions of the php package jinas/laravel-deploy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-deploy
Laravel Deploy (Experimental)
Laravel deploy thingy
Steps
- [x] User runs
Downloads a fresh laravel latest project and extract the zip file and name the file with the application name
- [x] Runs the composer install && npm install && npm run dev
- [x] Update the .env with the database credentials
- [x] Creates apache2 config named with the application name and point the directory to the application directory and domain as {application}.test
- [x] Update windows hosts file with the application.test
And now you should be able to access the application by visiting {application}.test and should see the newly created laravel app
All versions of laravel-deploy with dependencies
PHP Build Version
Package Version
The package jinas/laravel-deploy contains the following files
Loading the files please wait ....