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 PHP framework built on reusable components |
| CodeIgniter | Powerful framework with a very small footprint |
| Yii | High-performance component-based framework |
| Tempest | Modern PHP framework for building full-stack web applications |
| 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 |
| Spiral Framework | High-performance, full-stack PHP framework |
| SilverStripe | CMS and PHP web application framework |
| Smart Framework | PHP and JavaScript web framework |
| Nette Framework | Family of mature and stand-alone PHP components |
| Laminas | Enterprise-ready PHP components and middleware tools |
| PHPixie | Modern component based PHP framework |
| Koseven | Object-oriented HMVC framework for PHP |
Read our verdict in the software roundup.
Explore our carefully curated directory of recommended free and open source software, covering every major software category.The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more. Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form. |


Please read our Comment Policy before commenting.