jinas/laravel-deploy

Laravel deploy thingy

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 2

Open Issues: 0

pkg:composer/jinas/laravel-deploy

v1.0 2020-12-09 18:53 UTC

This package is auto-updated.

Last update: 2025-10-11 09:56:07 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