https://github.com/melbahja/global-laravel-artisan
make laravel artisan command global
https://github.com/melbahja/global-laravel-artisan
Last synced: 2 months ago
JSON representation
make laravel artisan command global
- Host: GitHub
- URL: https://github.com/melbahja/global-laravel-artisan
- Owner: melbahja
- License: mit
- Created: 2017-10-28T22:29:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-29T19:09:21.000Z (almost 8 years ago)
- Last Synced: 2025-01-19T19:48:38.157Z (9 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# global-laravel-artisan
make laravel artisan command global## How to install
```
git clone https://github.com/melbahja/global-laravel-artisan.git
sudo mv ./global-laravel-artisan/artisan /usr/local/bin/artisan
sudo rm -fr ./global-laravel-artisan
sudo chmod +x /usr/local/bin/artisan
```
now you can use the global command ```artisan``` :)Note: if you using LAMPP server replace ```#!/usr/bin/env php``` with ```#!/opt/lampp/bin/php``` in artisan file