Best of PHP — September 2023
- 1
- 2
DZone·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
Community 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
- 5
Community 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
Laravel 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
Laravel 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
Code 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
- 10
- 11
Laravel 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
Laravel 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
- 14
Community 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
- 16
Hacker 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
Laravel 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.