Laravel is a web application framework with expressive, elegant syntax.
Laravel takes the pain out of development by easing common tasks used in many web projects
This is free and open source software.
Key Features
- Simple, fast routing engine.
- Powerful dependency injection container – powerful tool for managing class dependencies and performing dependency injection.
- Multiple back-ends for session and cache storage.
- Eloquent, an expressive, intuitive database ORM. When using Eloquent, each database table has a corresponding “Model” that is used to interact with that table. In addition to retrieving records from the database table, Eloquent models allow you to insert, update, and delete records from the table as well.
- Database agnostic schema migrations – the Laravel Schema facade provides database agnostic support for creating and manipulating tables across all of Laravel’s supported database systems.
- Robust background job processing – Laravel queues provide a unified queueing API across a variety of different queue backends, such as Amazon SQS, Redis, or even a relational database.
- Real-time event broadcasting – makes it easy to “broadcast” your server-side Laravel events over a WebSocket connection. Broadcasting your Laravel events allows you to share the same event names and data between your server-side Laravel application and your client-side JavaScript application.
Website: laravel.com
Support: GitHub Code Repository
Developer: Taylor Otwell
License: MIT license
Laravel is written in PHP. Learn PHP with our recommended free books and free tutorials.
Related Software
| PHP Web Frameworks | |
|---|---|
| Laravel | Web application framework with expressive, elegant syntax |
| Phalcon | High performance, full-stack PHP framework delivered as a C extension |
| CakePHP | MVC rapid application development framework |
| Symfony | Full-stack framework, a library of cohesive classes |
| CodeIgniter | Powerful framework with a very small footprint |
| Yii | High-performance component-based framework |
| Fat-Free | Powerful micro-framework to build dynamic and robust Web applications |
| Mako | Lightweight and easy to use PHP framework |
| Pop PHP | Toolkit for rapid application development |
| SilverStripe | Programming framework and content management system |
| Smart Framework | PHP and JavaScript web framework |
| Nette Framework | Family of mature and stand-alone components for PHP 8 |
| Laminas | Enterprise-ready PHP Framework and components |
| PHPixie | Modern component based PHP framework |
| Koseven | Object oriented HMVC framework built using PHP 7 |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

