Laravel Artisan
A command line interface
Starting with v1.5.8, Zen Cart leverages several aspects of the features that the Laravel Framework offers.
Initially this includes the Eloquent
database ORM which provides a fluent interface for building SQL queries
based on models of Zen Cart’s database tables.
We also take advantage of the bootstrapping code Laravel contains.
A command line interface
How we bootstrap Laravel and its effect on Zen Cart
The Eloquent Object Relation Mapper
What the app directory contains, and what it is used for