Best of Laravel — September 2023
- 1
- 2
Laravel News·3y
Laravel Ecommerce with Lunar PHP
Lunar PHP is a Laravel ecommerce package, with an administrative hub, and a soon-to-be-released API. In this video, let's go through setting up a starter kit and exploring some of its features. The future promises to bring even more enhancements to the table.
- 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
Support for Bun lands in Laravel Sail
support for Bun lands in Laravel Sail. Bun is a new all-in-one toolkit for JavaScript and TypeScript apps that ships with a single executable. Thebunx runs an NPM package executable and automatically installs the package to a global shared cache if not installed in.
- 7
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.
- 8
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.
- 9
Laravel News·3y
Run GitHub Actions Locally with Act
Run GitHub Actions Locally with Act is a tool that reads your workflows and determines the actions that need to run. Act uses Docker to pull or build the necessary images that are defined in your workflow. It then uses the Docker API to run containers for each action based on the images provided.
- 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