Libraries tagged by laravel created_by
iampapaisarkar/laravel-custom-class
7 Downloads
Easily can create custom classes by artisan command
rl-group/laravel-share-session
8 Downloads
A package that creates SESSION is shared by all apps connected to it
pinfort/laravel-lang-selector
30 Downloads
Create smart multi-language website by laravel
djordjevicmladen/laravel-filters
2 Downloads
Create filters which transform input values, by removing or changing characters within the value.
yeganehha/laravel-dynamic-forms
2 Downloads
Create different forms for each part of the site, such as registration, which can be edited by the admin.
pin-cnx/laravel-aws-deploy
279 Downloads
Deploy to auto scale without down time. By backup an master instance to AMI, create Launch configuration with those AMI, update it to auto scale, generate new instance, terminate the old instances.
iqmal/laravel-faker-generator
8 Downloads
Laravel Faker Generator for Dummies. This package intend to speed up development process by reducing time for new developer to learn faker package and help create a huge number of dummy data for testing purpose
foxlaby/laravel-options
79 Downloads
You can create options, reuse them and rely on them at a later time. Inspired by the WordPress system and built on the Laravel framework
hoangphi/hwa-helpers
4 Downloads
A package about custom helpers. Create by Phi Hoang.
ajthinking/anything
7 Downloads
Create code by imagining public apis
imokhles/generate-crud-command
4 Downloads
create crud system for guards generated by iMokhles's MultiAuth package
bored-programmers/laragrid
96 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.
laraveleg/options
56 Downloads
You can create options, reuse them and rely on them at a later time. Inspired by the WordPress system and built on the Laravel framework
byteit/openapi-spec-generator
1103 Downloads
Creates Open API spec for a Laravel JSON:API
bpartner/api-response
17 Downloads
Create response by simple way for Laravel