Terminal CLI

How to use Termianl CLI?

Click on Terminal CLI and then a Command Line Interface window will open.

This is a developer tool. You must know the Laravel artisan command for this tool. For learning, artisan commands visit laravel.com

2. Why Terminal CLI?

As a developer sometimes you need to modify something from the server. But the development cycle is complex on a live server. You may use the git version control or your own repository system. We tried to make it easier so that developer can execute artisan command without any version control tool on the live server.

This is a developer tool. You must know the Laravel artisan command for this tool. For learning, artisan commands visit laravel.com

Last updated