https://github.com/devfaysal/laravel-vhost
https://github.com/devfaysal/laravel-vhost
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devfaysal/laravel-vhost
- Owner: devfaysal
- Created: 2019-07-04T08:09:56.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T09:41:10.000Z (over 2 years ago)
- Last Synced: 2025-05-10T13:51:58.141Z (about 1 year ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 4
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup Laravel Application easily in LAMP
``` git clone https://github.com/devfaysal/laravel-vhost.git ```
``` cd laravel-vhost ```
``` sudo mv new.sh /usr/local/bin/newlaravelapp ```
``` sudo mv createFromRepo.sh /usr/local/bin/existinglaravelapp ```
**You can change newlaravelapp and existinglaravelapp to anything you prefer.**
Now you can run ``` newlaravelapp ``` for new laravel app and ``` existinglaravelapp ``` for an existing laravel app that has a repository