Laravel Glossary

Browse 3 laravel terms defined in plain English, from the cultural dictionary of computing.

3 Laravel Terms

Artisan
The command-line interface bundled with the Laravel PHP framework, providing dozens of built-in commands for code generation, database migrations, queue...
Blade
The templating engine built into Laravel that provides a clean syntax for writing PHP views, supporting template inheritance, components, slots, and directives...
Eloquent
Laravel's ActiveRecord-style ORM that maps database tables to PHP model classes, providing an expressive syntax for queries, relationships, and mutations.

Related Topics