Grow your community and let your products shine!
Register | Login

Company Overview

A PHP Framework For Web Artisans.

Tags:

Company Information

Platforms

Pricing

Categories

Features & Specs

  • Eloquent ORM

    Laravel includes Eloquent ORM, which provides a beautiful and simple ActiveRecord implementation for working with your database. It allows for easy interaction with your databases, offering an intuitive syntax.

  • Blade Templating Engine

    The Blade templating engine offers a clean and efficient syntax for writing templates. It provides features like template inheritance and sections, which makes template design more manageable and organized.

  • Artisan CLI

    Laravel’s Artisan Command Line Interface (CLI) allows developers to perform repetitive tasks and manage their Laravel project more efficiently with built-in commands for database migration, seeding, and building tasks.

  • Strong Community and Ecosystem

    Laravel has a large and active community that provides an abundance of resources, including packages, tutorials, and screencasts on Laracasts. This ecosystem allows for quick problem-solving and an extensive library of reusable components.

  • Robust Security Features

    Laravel provides built-in security features such as salted and hashed passwords, encryption, and protection against common vulnerabilities like SQL injection and cross-site request forgery (CSRF).

  • Efficient Testing

    Laravel comes with PHPUnit integrated, along with convenient helper methods, making writing test cases and performing automated testing more straightforward. This leads to better code reliability and fewer bugs.

  • Comprehensive Documentation

    Laravel has thorough and well-organized documentation that covers all its features in detail. This makes it easier for new and experienced developers to understand and use the framework effectively.

  • Videos

    External Sources including reviews & comparisons

    Social Recommendations


    • The Age of Software Artisans

      Laravel has been using it for, what, a decade now? https://laravel.com.

      – Source: Hacker News
      /
      about 23 hours ago


    • How I deploy Laravel apps in Docker with just two commands

      Hi there! It’s Jorge. It’s been a while since my last post, and this one might sound the same as one that you might have read around here. But come along and I promise you that you never again will have to build docker images from scratch to your Laravel projects!

      – Source: dev.to
      /
      15 days ago


    • Laravel has raised a $57M Series A in partnership with Accel

      Congrats to the Laravel team, and Accel too! I feel they’ve got a winner on their hands. Laravel has single handedly made PHP development cool again, and the way they did that was offering an integrated developer experience focused on ease of starting and quick productivity. They flattened the learning curve of other “full” frameworks (like Django/Rails) by offering recommended (and official) tools and services…

      – Source: Hacker News
      /
      17 days ago


    • Neon Max Starter Kit

      This starter kit is called Neon Max. I planned and develop this kit with the Laravel PHP framework in mind. I have always loved how much Laravel provides right out of the box, including database integration. It was one of my first full-stack framework I learned.

      – Source: dev.to
      /
      21 days ago


    • Neon Scaffolder

      To demonstrate the dynamic capabilities of this application, I created two scaffolding templates, one for Laravel and one for Astro.

      – Source: dev.to
      /
      about 1 month ago


    • Setting Up a Laravel for Local Development Environment

      Laravel Valet: A great option for Mac users, Valet provides a fast and minimalistic local environment. Follow the installation guide on Laravel’s official site.

      – Source: dev.to
      /
      about 1 month ago


    • Tools for Starting a Business or Testing an Idea: A Beginner’s Guide

      App Development – Laravel

      A powerful PHP framework for building robust web applications, suitable for startups aiming to develop a custom app.

      – Source: dev.to
      /
      about 1 month ago


    • How to get notifications when an Upsun infrastructure event occurs

      This upsun-status-project GitHub repository contains a basic Laravel application designed to receive infrastructure notifications, cache them (using Redis), and has an /api root to request specific environment status (format /api//).

      – Source: dev.to
      /
      about 2 months ago


    • Building PayBee, a Digital Wallet with Flutter & Laravel: The Rewarding Journey Through Hustle and Heart

      We’ll focus on two popular choices: Flutter for the mobile app and Laravel for the backend. Flutter, with its hot reload functionality and single codebase for both iOS and Android, offers rapid development. Laravel, on the other hand, provides a robust and secure framework for building APIs and managing server-side logic.

      – Source: dev.to
      /
      about 2 months ago


    • Laravel Developers in the UK: How Much Do They Earn?

      Laravel is a leading PHP framework known for its elegant design and robust features. As its popularity grows, so does the demand for Laravel developers. If you’re interested in this career path or are already a Laravel developer curious about your earning potential, here’s a snapshot of what you can expect in the UK.

      – Source: dev.to
      /
      2 months ago


    • Learning a new language/framework

      I recently took up an internship role where I had to use a programming language and framework I was unfamiliar with. The role involved using Laravel as the backend framework and I had to learn it. Laravel is a PHP framework for building web applications.

      In this post, I’d like to outline some steps I took from being clueless to contributing to the codebase within 2 months.

      Don’t be alarmed if this timeframe…

      – Source: dev.to
      /
      3 months ago


    • Laravel 11.x Sanctum SPA authentication with Postman!

      For those who are unfamiliar with Laravel, it is a very popular monolithic PHP web framework similar to others like Ruby on Rails. It is known for its ease of use, rapid development and making PHP development far more enjoyable haha!

      – Source: dev.to
      /
      3 months ago


    • Embracing the Future of Web Development with Laravel, PestPHP, Livewire and Vue.js

      From the moment I started using Laravel, I knew it was more than just a framework; it was a real game changer! Laravel‘s elegant syntax and powerful features made backend development a pleasure. It feels like Laravel understands what developers need, providing solutions before we even realize we need them. Every time I embark on a new project, Laravel proves to be the reliable backbone, offering stability and…

      – Source: dev.to
      /
      3 months ago


    • Why We Don’t have a Laravel for JavaScript… Yet

      And if you’re not familiar with tools like Laravel and Ruby-on-Rails, they are opinionated full-stack frameworks (for PHP and Ruby) with lots of built-in features that follow established conventions so that developers can write less boilerplate and more business logic, while getting the industry best practices baked into their app.

      – Source: dev.to
      /
      4 months ago


    • Generate a Laravel CRUD (Create, Read, Update, Delete) in 5 minutes.

      Laravel is excellent at building #PHP applications, and Backpack is excellent at building Laravel CRUDs & Admin Panel. Check out the wide variety of fields & columns it offers.

      – Source: dev.to
      /
      4 months ago


    • Laravel Passport: API authentication with access and refresh token

      In this tutorial, we are using the latest version of Laravel which is Laravel 11.

      – Source: dev.to
      /
      4 months ago


    • Introduction to APIATO: A Powerful Framework for API Development

      APIATO builds on the Laravel framework, utilizing its powerful features such as Eloquent ORM, routing, middleware, and more. This means that developers familiar with Laravel can easily transition to using APIATO.

      – Source: dev.to
      /
      4 months ago


    • How to Level Up Your Laravel Development

      Laravel is a popular framework for PHP, known for making web development easier and faster. To help you get even more productive with Laravel, we’ll look at three simple strategies: using Laravel Herd as your local host, upgrading to Laravel 11, and adding real-time communication with Laravel Reverb.

      – Source: dev.to
      /
      4 months ago


    • Transforming API requests and responses in Laravel 11 – The easy way

      I’ve been working on an application using Next.js on the front-end and Laravel on the back-end as a traditional REST API. As you may know, snake_case is the naming convention for variable and function names in PHP, while camelCase is the naming convention in JavaScript. My database tables and columns use snake_case as well, so I stuck to that design.

      – Source: dev.to
      /
      4 months ago


    • The PHP Orkestra Framework

      Currently Laravel is the “go to” for new PHP applications to mostly developers today, if not, plain PHP, Slim, Symfony and other frameworks does the job, but for WordPress, custom PHP boilerplates or/and outdated PHP patterns (aka, single ton) is what we have for work in mostly cases, if not, hacky ways to integrate frameworks as Laravel itself or parts of it to leverage a better code structure.

      – Source: dev.to
      /
      5 months ago


    • RESTful APIs with Laravel: Best Practices

      Laravel is a popular PHP framework known for its expressive syntax and rich ecosystem of features. Here’s why it shines for building RESTful APIs:.

      – Source: dev.to
      /
      6 months ago

    Similar Products

    AutoCAD mobile app, formerly AutoCAD 360 and AutoCAD WS, is a CAD viewer for viewing, creating, editing, and sharing AutoCAD drawings. Download a free AutoCAD mobile app trial for Windows 10, iOS, or Android.
    Web-based project collaboration tool.
    Bforartists is a fork of Blender.
    Cloud-based software application for consulting firms (and students) with all the tools required in...