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 PHP framework built on reusable components
CodeIgniterPowerful framework with a very small footprint
YiiHigh-performance component-based framework
TempestModern PHP framework for building full-stack web applications
Fat-FreePowerful micro-framework to build dynamic and robust Web applications
MakoLightweight and easy to use PHP framework
Pop PHPToolkit for rapid application development
Spiral FrameworkHigh-performance, full-stack PHP framework
SilverStripeCMS and PHP web application framework
Smart FrameworkPHP and JavaScript web framework
Nette FrameworkFamily of mature and stand-alone PHP components
LaminasEnterprise-ready PHP components and middleware tools
PHPixieModern component based PHP framework
KosevenObject-oriented HMVC framework for PHP

Read our verdict in the software roundup.


Best Free and Open Source Software 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.
Subscribe

Please read our Comment Policy before commenting.

Notify of
guest
0 Comments
Oldest
Newest Most Voted