Libraries tagged by laravel created_by
ajthinking/anything
9 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
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.
rishadblack/wire-reports
27 Downloads
Create responsive, real-time report views in Laravel using WireReports. Powered by Livewire, this package allows effortless exporting to PDF, Excel, or print, streamlining your reporting process.
laraveleg/options
58 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
dd4you/dpanel-plus
48 Downloads
This is Admin Panel By DD4You.in with tailwind css. It's help to create admin panel with prebuild login system
bpartner/api-response
20 Downloads
Create response by simple way for Laravel
ibnudirsan/lara-assets
20 Downloads
Commands Artisan create a folder in laravel by ibnudirsan.
difel/custom-log-files
15 Downloads
This Laravel Package will help you to create custom log files by configuration
srk-grid/gridview
232 Downloads
simple create table compatible by eloquent and query builder of laravel
reneknox/reneknox-press
34 Downloads
building core designed to help developers familiar with Laravel and the MVC pattern create high-quality plugins for WordPress. By providing a solid foundation of tools and best practices, ReneknoxPress can help developers save time and effort during the development process and create plugins that are easy to maintain and extend over time.
eltiarsalem/gridview
0 Downloads
simple create table compatible by eloquent and query builder of laravel
princebamm/flba
11 Downloads
FLBA (Flutter Laravel by Anonymous) is a package that provides a simple way to integrate Flutter with Laravel. It allows you to create a Flutter app that communicates with your Laravel backend using RESTful APIs.
protechstudio/oplogger
290 Downloads
It offers a convenient way to create a user operation log for any Laravel 5 application. Supports parameters and writes log to database by default but can also be linked to different repositories.
bethojunior/makeview
228 Downloads
Add command artisan for create complet view(css, js (modules, controllers) and view(blade) ) by Laravel