jinas / laravel-deploy
Laravel deploy thingy
v1.0
2020-12-09 18:53 UTC
Requires
- guzzlehttp/guzzle: ^7.2
- symfony/console: ^5.2
- symfony/process: ^5.2
This package is auto-updated.
Last update: 2024-11-11 07:51:32 UTC
README
Laravel deploy thingy
Steps
- User runs
laravel-deploy new {application name} {apachedir}
Downloads a fresh laravel latest project and extract the zip file and name the file with the application name
- Runs the composer install && npm install && npm run dev
- Update the .env with the database credentials
- Creates apache2 config named with the application name and point the directory to the application directory and domain as {application}.test
- 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
composer global require jinas/laravel-deploy