Libraries tagged by laravel curl
okaufmann/laravel-git-version
1202 Downloads
A helper to get the current git version of the application
niush/laravel-nano-to
3 Downloads
Nano.to Payment Gateway in Laravel
mscharl/laravel-page-mix
1147 Downloads
Parses mix-manifest.json to automatically implement the Javascript named after the current route.
joy/voyager-bread-currency
812 Downloads
This Laravel/Voyager module adds VoyagerBreadCurrency support to Voyager.
dariusiii/laravel-countries
145 Downloads
Laravel Countries is a bundle for Laravel, providing Almost ISO 3166_2, 3166_3, currency, Capital and more for all countries. Bug kudos to Christoph Kempen, on whose work this package is heavily based (webpatser/laravel-countries).
bagisto-eu/currencies
10 Downloads
This package contains the most common used currencies
norbybaru/exchange-rate
2 Downloads
Laravel Currency Exchange rate
technoyer/larageo
5 Downloads
Giving developers a hand to fetch the visitors geo information, user agent information, and the device information, easy to use and accepts contributor
quicktech-as/exchange-rate
35 Downloads
Package Laravel to currency conversion using ExchangeRate API.
larawatch/larawatch
30 Downloads
A tool for monitoring Laravel instances - currently in pre-alpha
felipetrebino/gerenciadordeserieslaravel
3 Downloads
Projeto do curso laravel na plataforma da Alura
smarch/omac
51 Downloads
A simple ACL trait to allow authorization checks using whatever authorization package is desired. Currently supports Laravel Default, Shinobi, Sentinel and Entrust.
ridwaanzan/worldcurrency
20 Downloads
World Currency for Laravel
karyasystem/rupiah-helper
5 Downloads
An advanced and flexible Rupiah Currency Helper for Laravel. Provides functions for formatting numbers into Rupiah format (IntToRupiah), converting Rupiah format back to integers (RupiahToInt), and converting numbers to Indonesian text (Terbilang). Includes extensive options to customize the currency format to fit your requirements.
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.