Libraries tagged by development package for laravel
ideacatlab/laravel-ai-translator
0 Downloads
This repository hosts a developer composer package aimed at facilitating the integration of OpenAI into Laravel applications, with a focus on simplifying the development of multilingual features. The initiative seeks to provide an accessible way for developers to enhance their Laravel apps with advanced language capabilities powered by OpenAI.
fenox/laravel-api-json
7 Downloads
A Laravel package that simplifies API development by automating CRUD operations, ensures consistent JSON error handling, and streamlines the creation of essential components for RESTful APIs.
connor-lock05/laravel-bundles
12 Downloads
Developer package to improve make commands for common 'bundles' of files
zakaria-yacine/laravel-form-builder
20 Downloads
AutoFormGenerator is a Laravel package that streamlines form creation by automatically generating forms and their corresponding input fields using Artisan commands. Simplify repetitive tasks, reduce development time, and enhance productivity by generating fully customizable forms directly from the console. Perfect for CRUD applications and rapid prototyping.
rokde/laravel-clone-database-command
3 Downloads
This package adds the ability to clone a database for development purposes locally. So you can overwrite personal data with faker values to keep the data type.
jmsr/crud-generator-laravel
27 Downloads
Laravel Crud Generator. This Laravel Generator package provides and generate Controller, Model (with eloquent relations) and Views in **Bootstrap** or **React** and by **DDD** architecture, if you want, for your development of your applications with single command.
jerrydepredator/laravel-predator-api-utils
76 Downloads
A collection of utility classes and traits to streamline common Laravel development tasks, including error handling, paginated responses, data handling, middleware creation, a base repository for advanced filtering, keyset pagination, base query filtering, and more. This package aims to reduce boilerplate code often encountered in Laravel projects.
ibis117/craft
7 Downloads
Rapid Development Package for Laravel
unicorn/lumen-testbench
79 Downloads
Lumen fork of the orchestra/testbench Laravel Testing Helper for Packages Development
artin/instagram
15 Downloads
Simple Instagram API package for Laravel 5.*. Package is in development.
snezhkoigor/map
213 Downloads
A development package for all map providers
snezhkoigor/geocoding
207 Downloads
A development package for all providers
bored-programmers/laragrid
98 Downloads
LaraGrid is a powerful and customizable grid system package for Laravel. It provides an easy way to create sortable, filterable tables with pagination. The package is designed to be highly customizable, allowing developers to define columns, apply filters, and sort data with ease.Key Features:- **Column Definition**: LaraGrid allows you to define the columns that will be displayed in the grid. You can specify the model field and the label for each column.- **Filters**: The package provides several filter classes out of the box, including text, select, date, and boolean filters. These filters can be applied to the columns to filter the grid's data based on user input.- **Sorting**: LaraGrid supports sorting of data based on any column. It also provides support for sorting data based on a related model's field using PowerJoins.- **Pagination**: The package integrates with Laravel's pagination system, allowing you to easily paginate the data in the grid.- **Customizable Appearance**: LaraGrid allows you to customize the appearance of the grid by extending the `BaseLaraGridTheme` class and setting the desired CSS classes.- **Livewire Integration**: LaraGrid is built with Livewire, a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel.The package is currently in development and is not ready for use in production. It requires PHP 8.1 or higher and Laravel 10.0 or higher.
ridrog/boilerplate
10 Downloads
Boilerplate for Laravel Packages
mehedi8gb/api-crudify
307 Downloads
Automate CRUD operations for Laravel APIs.