CLI Console

Introduction

Being a Laravel based platform you have full command of Laravel's Artisan console. It provides a number of helpful commands that can assist you while you build your application.

Specifying an Application

If running multiple applications through a single installation you may want to specify the application when running artisan commands.

php artisan asset:clear --app=test_app