https://github.com/abbasudo/artisan-route
add route to access artisan
https://github.com/abbasudo/artisan-route
artisan artisan-command cpanel laravel laravel-artisan laravel-package laravel-route shared-host
Last synced: 6 months ago
JSON representation
add route to access artisan
- Host: GitHub
- URL: https://github.com/abbasudo/artisan-route
- Owner: abbasudo
- License: mit
- Created: 2021-12-31T11:41:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-10-08T10:04:38.000Z (9 months ago)
- Last Synced: 2025-10-08T11:43:13.486Z (9 months ago)
- Topics: artisan, artisan-command, cpanel, laravel, laravel-artisan, laravel-package, laravel-route, shared-host
- Language: PHP
- Homepage: https://abbasudo.github.io/artisan-route/
- Size: 50.8 KB
- Stars: 22
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
artisan route
add a route to run artisan commands
## About
This package helps you run laravel artisan commands by calling the api. this will be usefull in shared hosts that give you **cPanel** or FTP and dosent give you access to command line or **SSH**.
## Usage
### Installation
You can install the package via composer by this command:
```sh
composer require abbasudo/artisan-route
```
Once you added the package to your project the api will be added. you can verify that by runngin this command:
```sh
php artisan route:list
```
this route should be added to your route list:

### Usage Example
you can call the api with the artisan command as a payload like bellow.

if you want to run a specific flag add the flag keyword as a key like below.

## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Abbas mkhzomi - [Telegram@abbasudo](https://t.me/abbasudox) - amkhzomi@gmail.com
Project Link: [https://github.com/abbasudo/artisan-route](https://github.com/abbasudo/artisan-route)