Development Tools

Laravel – web application framework with expressive, elegant syntax

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
LaravelWeb application framework with expressive, elegant syntax
PhalconHigh performance, full-stack PHP framework delivered as a C extension
CakePHPMVC rapid application development framework
SymfonyFull-stack framework, a library of cohesive classes
CodeIgniterPowerful framework with a very small footprint
YiiHigh-performance component-based framework
Fat-FreePowerful micro-framework to build dynamic and robust Web applications
MakoLightweight and easy to use PHP framework
Pop PHPToolkit for rapid application development
SilverStripeProgramming framework and content management system
Smart FrameworkPHP and JavaScript web framework
Nette FrameworkFamily of mature and stand-alone components for PHP 8
LaminasEnterprise-ready PHP Framework and components
PHPixieModern component based PHP framework
KosevenObject oriented HMVC framework built using PHP 7

Read our verdict in the software roundup.


Best Free and Open Source Software 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.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments