Best of PHPSeptember 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Native PHP: How to Start?

    More than 70–80 percent of the current website you can see is PHP. Before NativePHP, there was a lot of technical help needed to build PHP into an application. It looks like a package for Laravel, so don’t worry if you are a PHP player.

  2. 2
    Article
    Avatar of dzDZone·3y

    Why Web Developers Still Reign Supreme

    Why Web Developers Still Reign Supreme - DZone The Power of AI is a buzzword nowadays. We will explore the benefits of incorporating AI in web development, the popular AI technologies used by web developers, and how AI enhances the user experience on websites. Join the DZone community and get the full member experience.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    How to handle Large data in Laravel?

    This tip mainly focuses on improving the memory usage of your application when dealing with large datasets. If your application needs to process a large set of records, instead of retrieving them all at once, you can retrieve a subset of results and process them in groups. This approach will make more database queries but highly memory efficient.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    How to Create CI/CD with Github Action and Laravel

    How to Create CI/CD with Github Action and Laravel. How to create zero-downtime deployment with Laravel and GitHub actions. Use GitHub Actions and a deployment tool called Deployer.

  5. 5
    Article
    Avatar of communityCommunity Picks·3y

    Laravel Dashboard

    The template boasts a responsive design, ensuring an optimal viewing experience across a wide range of devices. The dashboard is equipped with easily customizable components, allowing developers to tailor the interface to their specific needs. The template features dynamic menu generation, enabling automatic updates and adjustments based on user roles and preferences.

  6. 6
    Article
    Avatar of lnLaravel News·3y

    Generate Apis with ease with Laravel Rest Api

    Generate Apis with ease with Laravel Rest Api. Installing the package using composer: To start using the package, you have a quick start command setting you up a full support API around the User model. This command will generate the and classes and register them in your route file.

  7. 7
    Article
    Avatar of lnLaravel News·3y

    Laravel API Toolkit

    Laravel API Toolkit supercharges your API development with standardized responses, dynamic pagination, and more. Using the provided Artisan command, you can easily generate all the key files needed. Filtering is another useful feature in this package, giving you the ability to define which fields you can filter on.

  8. 8
    Article
    Avatar of colkgirlCode Like A Girl·3y

    Top 5 PHP Best Practices

    The world craves PHP-based websites and applications, and why not since it has covered 80% of the web? Getting familiar with the PHP best practices below is the only way to succeed in the long haul. Maintaining proper documentation of your code documentation is the first and foremost practice to follow.

  9. 9
    Article
    Avatar of jetbrainsJetBrains·3y

    PHP Annotated – September 2023

    The article discusses a PHP RFC voting project, a new JIT implementation proposal, and a PHP generative AI framework called LLPhant.

  10. 10
    Article
    Avatar of lnLaravel News·3y

    Laravel 10.25 Released

    The Laravel team released v10.25 with new features including exception throttling, a `Str::take()` method, and an increase in bcrypt rounds from 10 to 12.

  11. 11
    Article
    Avatar of lnLaravel News·3y

    Tablar: A Laravel Dashboard Preset

    Using Tabler, you can access a free and open-source web application UI kit based on Bootstrap 5. This package has a demo you can experiment with at tablar.ebuz.xyz, which demonstrates a dashboard table, an alerts UI, a light/dark theme toggle, and more.

  12. 12
    Article
    Avatar of lnLaravel News·3y

    Wirebox: Your Livewire Playground Awaits

    Wirebox gives you a sandbox environment to quickly work on your Livewire component ideas and share them with others. The editor makes it easy to find component files with accompanying views, models, and routes. If you'd like to sign up for the beta, visit wirebox.app to get started.

  13. 13
    Article
    Avatar of freekFREEK.DEV·3y

    Solving PHP Scaling Issues

    Freek Van der Herten's blog on PHP, Laravel and JavaScript Solving PHP Scaling Issues Link. He's currently organising the third edition Full Stack Europe. It's a conference in Antwerp, Belgium in October for developers who want to learn across the stack.

  14. 14
    Article
    Avatar of communityCommunity Picks·3y

    Behind the scenes of designing a design system component

    Rama Krushna Behera shares his insights and experiences behind the scenes of designing a design system component. The process starts with auditing existing components in different products across all business units of Razorpay. This article will briefly answer both of these questions and I hope to give you some clarity by the end.

  15. 15
    Article
    Avatar of lnLaravel News·3y

    Form Request Tester Package for Laravel

    The Laravel Form Request Tester package is a collection of helpers that aid in testing form requests. It provides methods for setting up form requests and performing assertions on the form. More information can be found on GitHub.

  16. 16
    Article
    Avatar of hnHacker News·3y

    nginx/unit: NGINX Unit – universal web app server – a lightweight and versatile open source server project that works as a reverse proxy, serves static assets, and runs applications in multiple langua

    NGINX Unit is a lightweight and versatile open source server that works as a reverse proxy, serves static assets, and runs applications in multiple languages. Unit compresses several layers of the modern application stack into a potent, coherent solution. It is intended as a universal building block for any web architecture regardless of its complexity.

  17. 17
    Article
    Avatar of lnLaravel News·3y

    Create Tables for Your Models with Livewire Tables

    The Livewire Tables package brings dynamic tables for models to Laravel Livewire. There are various types of columns that you can reference in the Columns documentation. To render a table component like we have in our example, you can start with this package by checking out the Documentation.