Best of LaravelJune 2024

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    JavaScript Frameworks vs Laravel – Which Should You Choose for Web Development?

    Comparing JavaScript frameworks to Laravel for web development. Discusses the lack of a Laravel-like framework in the JavaScript ecosystem. Highlights the benefits of JavaScript frameworks and libraries, as well as the advantages of using Laravel. Provides a comparison between JavaScript frameworks and Laravel in terms of features, flexibility, salary, availability of tools, security, documentation, testing & debugging, learning curve, scalability, deployment & hosting, customization, performance, and future prospects.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    Livewire VS Inertia

    Choosing between Livewire and Inertia depends on project needs and team expertise. Both offer unique benefits, such as seamless integration with front-end frameworks and server-side rendering.

  3. 3
    Article
    Avatar of communityCommunity Picks·2y

    Laravel Code Tips

    Learn how to view outdated dependencies of your Laravel app using the `composer outdated --direct` command.

  4. 4
    Article
    Avatar of communityCommunity Picks·2y

    Tenancy for Laravel

    The stancl/tenancy package is a flexible multi-tenancy package for Laravel that automatically bootstraps tenancy, separates data, integrates with other packages, and is fully testable. It is packed with features such as shared users between tenants, user impersonation, and compatibility with various databases. It has gained trust among developers and is frequently used in production applications.

  5. 5
    Article
    Avatar of freekFREEK.DEV·2y

    WeakMaps, a hidden gem in PHP

    Oh Dear offers an all-in-one monitoring tool for websites, including uptime, SSL certificates, broken links, scheduled tasks, and more. It features a developer-friendly API and excellent documentation. Users can also create a public status page quickly and start monitoring with a free trial. Monthly newsletters are available with programming tips, tutorials, opinions, and packages, particularly focusing on the Laravel framework.

  6. 6
    Article
    Avatar of communityCommunity Picks·2y

    Laravel Reverb

    Reverb is a first-party WebSocket server for Laravel applications, providing real-time communication between client and server. It offers speed, scalability with Redis, and compatibility with Laravel broadcasting and Laravel Echo.

  7. 7
    Article
    Avatar of lnLaravel News·2y

    A Lightweight Cart Package for Laravel

    The binafy/laravel-cart package integrates shopping cart functionality into Laravel applications, simplifying tasks like storing and managing cart items, supporting multiple payment gateways, and handling recurring payments. It offers robust validation, error handling, and a highly customizable architecture, making it a versatile tool for ecommerce development.

  8. 8
    Article
    Avatar of communityCommunity Picks·2y

    How to Contribute to Laravel: A Step-by-Step Guide

    To contribute to Laravel, begin by familiarizing yourself with the framework through its documentation, building projects, and engaging with the community. Fork the Laravel framework repository on GitHub and set up a new Laravel project on your local machine. Make sure to update your `composer.json` file with the necessary changes and create a feature or bug branch to work on. Submit a detailed issue in the main repository and push your changes for review.

  9. 9
    Article
    Avatar of communityCommunity Picks·2y

    Accelerated Laravel development framework: admin panel, form builder, table builder and more

    Filament is an open-source Laravel development framework that offers features such as an admin panel, form builder, and table builder. It has received praise for its design, performance, and ease of use. Users have found it to be a time-saving tool for building admin panels.

  10. 10
    Article
    Avatar of communityCommunity Picks·2y

    HOW TO DEAL WITH EXCEPTIONS IN LARAVEL

    Learn how to better deal with exceptions in Laravel and improve error handling in your application.

  11. 11
    Article
    Avatar of communityCommunity Picks·2y

    Obscure Livewire Tips

    Learn how readonly properties in Livewire components can make them safer and faster. Find out how to enforce ACL in mount() and understand the need to enforce ACL on all requests when the currently edited resource can be changed.

  12. 12
    Article
    Avatar of communityCommunity Picks·2y

    Orion for Laravel

    Orion for Laravel is a fully-featured REST API framework that simplifies the creation of REST APIs with Laravel. It provides easy-to-use controllers, utilizes standard Laravel features, and includes an SDK and OpenAPI specs.

  13. 13
    Article
    Avatar of hnHacker News·2y

    corcel/corcel: Use WordPress backend with Laravel or any PHP application

    Corcel is a set of PHP classes built on top of Laravel's Eloquent ORM, enabling the extraction of data directly from a WordPress database. It allows the use of WordPress as a backend, facilitating integration with any PHP application that uses Composer. Corcel is compatible with multiple Laravel versions and offers robust functionalities for post and meta data management, custom post types, taxonomies, and shortcodes. Installation is straightforward via Composer, followed by database configuration. It supports various scopes to filter and retrieve data flexibly, as well as extensions for handling custom fields and taxonomies.