Best of Laravel2021

  1. 1
    Article
    Avatar of postsrcPostSrc·4y

    5 Free Tools All Laravel Developers Must Have

  2. 2
    Article
    Avatar of phProduct Hunt·5y

    AdonisJS - A fully featured web framework for Nodejs

    AdonisJS is a backend framework that helps you create data-driven web applications. Using AdonisJS, you can handle the HTTP requests, query the database, authenticate users, upload files, and more. Embed Collect is a weekly, free e-mail newsletter from CNN.com.

  3. 3
    Article
    Avatar of hashnodeHashnode·5y

    Let me introduce you to Inertia.js, something you didn't know you were missing

    Inertia.js is a package built for Laravel allowing people to develop single-page applications without building an API. Inertia allows you to create client-side rendered apps, using React, Vue or Svelte by leveraging existing server-side frameworks.

  4. 4
    Article
    Avatar of lnLaravel News·5y

    A look at what is coming to Laravel 9

    Laravel v9 will be the next LTS version of Laravel, and it will be coming out sometime in early 2022. Laravel 9 will feature a new Query Builder Interface, and you can see this merged PR for all the details. More new features and announcements will be announced as those get out.

  5. 5
    Article
    Avatar of lnLaravel News·4y

    GetCandy E-commerce Package for Laravel

    GetCandy is a Laravel package that brings e-commerce functionality to Laravel. The core package provides models for working with e- commerce, such as Cart objects. The documentation will guide you through installation, configuration and provide a guide to learn how to work with this project.

  6. 6
    Article
    Avatar of lnLaravel News·4y

    Larastan v1.0 Released

    Larastan is a PHPStan wrapper for Laravel. It helps you find errors in your code through static analysis. You can use Larastan to analyze application code as well as use it to analyze your Laravel packages. If you find this package useful, consider sponsoring the developers.

  7. 7
    Article
    Avatar of lnLaravel News·5y

    Laravel Octane

    Laravel Octane is a unified first-party package for running highly performant Laravel utilizing environments like Swoole and RoadRunner. Octane delivered roughly 6,000+ requests per second in some "hello world" examples under a load of ~50 concurrent requests using four concurrent threads.

  8. 8
    Article
    Avatar of lnLaravel News·4y

    Getting Started With PHP in 2022

    Mohamed Said has a new video on the the Laravel YouTube channel for those getting started with PHP or wanting a refresher. With PHP 8.1 out on November 25th this month, it's never been a better time to get ready for the new language. Mohamed has been producing a ton of quality video content on the LaraVEL YouTube channel.

  9. 9
    Article
    Avatar of lnLaravel News·4y

    Our top 10 Laravel Tutorials of 2021

    Laravel is fast out-of-the-box, but you can make it faster if you optimize your configurations and application code. Find N+1 problems instantly by disabling lazy loading in development. Laravel provides many excellent helper functions that are convenient for working with arrays, file paths, strings, and routes.

  10. 10
    Article
    Avatar of lnLaravel News·4y

    Livewire Admin Panel: Lean Admin

    Lean Admin is a full-stack admin panel package for Laravel. It has completely new features, ideas, and patterns that aren't offered or used by any admin panels or CMS tools. You can join the waiting list at lean-admin.dev to get a significant discount at launch.

  11. 11
    Article
    Avatar of lnLaravel News·4y

    Learn How to Build Modern Laravel Apps Using Inertia.js

    The series is free, covering Inertia.js, the technology used in first-party Laravel packages such as Laravel Jetstream and Laravel Breeze. The series consists of 24 videos that teach you how to build single-page apps using Inerta.js.

  12. 12
    Article
    Avatar of laravelLaravel·4y

    Log4j Vulnerability Update

    Log4j is a Java library by Apache used to log debug messages within applications. The vast majority of servers provisioned by Forge will not be vulnerable. If you have manually installed applications such as ElasticSearch your server may be affected. To check if your server is affected, you can use a script such as log4j_checker_beta .

  13. 13
    Article
    Avatar of devtoDEV·4y

    Laravel React - Purity Dashboard (Free Product)

    Purity Dashboard is an open-source full-stack seed project crafted in Laravel and React on top of a pixel-perfect Chakra UI design. The product can be downloaded and used directly from Github and the permissive license permits unlimited copies and usage for commercial products. To use the product in a local environment, a few simple steps are required.

  14. 14
    Article
    Avatar of lnLaravel News·4y

    Laravel 8.73 Released

    The Laravel team released 8.73 with support for Countable objects in the string pluralizer, allowing closures for determining cache TTL, a lazyByIdDesc() query builder method, and the latest changes in the v8.x branch. You can see the complete list of new features and updates below and the diff between 8.71.0 and 8. 73.1 on GitHub.

  15. 15
    Article
    Avatar of dzDZone·5y

    Symfony vs Laravel: Why Symfony Is Better Than Laravel

    Symfony is an open-source framework and is highly modular. Sites and projects developed from Symfony include DailyMotion, Drupal, Spotify among several others. Laravel is also anOpen-source network that follows a model-view-controller design pattern. Both use PHP as their programming language. They have multi-user and multi-language content.

  16. 16
    Article
    Avatar of lnLaravel News·5y

    Laravel Examples

    Povilas Korop, the creator of Laravel Daily, started a brand new project called Laravel Examples. It is a catalog of code examples, structured by topic and by the projects. I think it could be a great way of learning about new concepts from existing code.