Libraries tagged by laravel package update
atrian/laravelgooglemaps
14 Downloads
Laravel Google Map package for 5.x. You can use all google map features in laravel. UPDATED: Laravel 7 support, strtolower replaced with mb_strtolower in geocache, gestureHandling Gmap option
sunveloper/radic-tmp-underscore-php
16 Downloads
Temporary package until underscore-php updates its dependencies. A redacted port of Underscore.js for PHP
saidjon/inertia-crud-generator
148 Downloads
This package create ui form to create update, delete and list elements
dcoding/blogetc
4026 Downloads
Simple blog package (with admin panel) for Laravel. Includes all views, controllers, routes and can add a blog to any existing Laravel app. Fully customisable blog (view, urls, and many other options). Includes image uploads and a pretty admin interface to manage your blog. Defaults to /blog but you can change it to anything.
barefootbridal/barefootbridal-blog
2 Downloads
Simple blog package (with admin panel) for Laravel. Includes all views, controllers, routes and can add a blog to any existing Laravel app. Fully customisable blog (view, urls, and many other options). Includes image uploads and a pretty admin interface to manage your blog. Defaults to /blog but you can change it to anything.
laraish-maintain/options
19 Downloads
Package for creating options page in WordPress, updated fork.
razorisuru/shopping-cart
10 Downloads
The ShoppingCart package provides a simple and flexible solution for managing a shopping cart in Laravel applications. It uses sessions to store cart items, allowing you to easily add, update, remove, and clear items. With support for custom attributes, price calculations, and total cost computation, this package is ideal for building e-commerce and order management systems.
ramonbakker1992/validation-rules-helper
14 Downloads
This package allows validation rules to be defined globally and reused. This way you can use the same rules for your Controller, Action classes, API post/update routes, Livewire and other sections.
meditationsteps/blogetc
301 Downloads
Simple blog (with admin panel) for Laravel from https://webdevetc.com/
lucass3na/blogetc
1 Downloads
Simple blog (with admin panel) for Laravel from https://webdevetc.com/
ibrahimbougaoua/filament-trace
71 Downloads
A Filament package is a reusable software library for PHP that provides logging and tracking functionality for CRUD operations and user interactions. It includes a logging class to capture create, read, update, delete actions, as well as user interactions like login and logout.
gaiththewolf/git-manager
16 Downloads
this package can execute and parse git commands on project, it can provide a way to update laravel app with button click from client interface without knowing git commands
capmega/user-crud
26 Downloads
This is a library to create, delete and update an user
rinvex/composer
4355 Downloads
Rinvex Composer is an intuitive package that utilizes Composer Plugin API to support additional actions during installation, such as installing packages outside of the default vendor library and running custom scripts during install, update, and uninstall processes.
knetewelt/causerstamps
26 Downloads
A package to provide timestamps for eloquent models using a trait. It extends the model for created_by and updated_by column. If the model uses SoftDeletes it'll add the column deleted_by for that as well.