Libraries tagged by laravel usps
mifesta/mobiledetect-laravel
97 Downloads
Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
kiritokatklian/laravel-color-palette
2404 Downloads
Laravel Wrapper for `ksubileau/color-thief-php`. Grabs the dominant color or a representative color palette from an image. Uses PHP and GD or Imagick.
internetguru/laravel-smart-redirect
349 Downloads
A configurable Laravel 11 middleware package that handles URL redirection based on defined routes and uses Levenshtein distance to find the closest matching route for 404 errors.
halestar/laravel-drop-in-cms
40 Downloads
An extremely simple content management system meant to be dropped into existing laravel projects. It makes no assumptions about users and permissions and uses as much as possible from the host's project. It has plugins to add functionality, but at it's hears it is simply meant to build pages. Initial release will also come with a Blogging plugin.
gustocoder/laravel-datatable
6 Downloads
Laravel datatable package that provides sorting, allows you to optionally add an extra column, under which you can add buttons for CRUD operations. The button creation method will automatically generate links and send the individual record id to the route name you pass to it. You can configure whether you want the records to be clickable, sortable or not. There is also pagination. Built using Laravel 11.0 but will work on most recent versions. It uses Bootstrap 5 to wrap your responsive table in a nice customizable panel
five-say/laravel-route-group
435 Downloads
Object-oriented route group.use like this: $route->get(...)->as(...)->uses(...)->before(...);
dcodegroup/laravel-myob-oauth
2739 Downloads
Simple package which dcode uses to handle the connection to MYOB for all projects. Provides endpoints for UI and callbacks for MYOB
danrovito/laravel-gravatar
133 Downloads
Uses the authorized users email to display their Gravatar as an image
darovi/laravel-gravatar
198 Downloads
Uses the authorized users email to display their Gravatar as an image
apilaravue/apilaravue
36 Downloads
This is a framwork for large web projects. ApiLaravue uses Laravel 5.4 as backend integrated with laravel passport and laravel cors, Vuejs as frontend and the two communicate via API calls. It also include redis already installed and configured in the backend and frontend, a node server already created and configure for realtime communication and some vue packages are also install in the frontend such as vue-router, vue-resource, vue-socket.io, and sweetalert.
jangaraev/eloquent-model-advisory-lock
104 Downloads
Handy approach to avoid race conditions when doing upserts in Laravel Eloquent models
sudippalash/role-creator
261 Downloads
Laravel Package for Role Management. This package uses the Spatie Laravel Permission package and includes role CRUD functionality & Seeder for permission.
variablesign/sms
58 Downloads
A Laravel SMS Gateway Integration package for bulk SMS providers in Ghana
trm42/cache-decorator
239 Downloads
Magical (as in saves manual work quite a lot) Cache Decorator for Laravel 5. Designed for usage with repositories but easily usable for other uses. If there's enough interest, can be made framework agnostic.
swalbrun/filament-regex-import
96 Downloads
This Filament Plugin will enable you to import files to upsert models by matching columns via regex.