Libraries tagged by laravel package updater
hasnainali9/laravel-blog
8 Downloads
Simple blog package (with admin panel) for Laravel (6.x and 7.x). 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.
keypoint-solutions/laravel-localization-helpers
91 Downloads
An artisan command package and methods for easy translation management. Derived from potsky's repo, adding modern PHP &Laravel support, updated MS translator support and other features
abdursoft/laravel-bkash
20 Downloads
This package or Library for Bkash, developed by abdursoft. This library come with MIT license, so you can easily change anything what ever your needs.This package will work for bkash tokenized payment system. If they are updated their version and the library couldn't work properly, please contact with [email protected]
helloarman/dumptable
78 Downloads
This Laravel package updates migration files during development without data loss, allowing seamless modification of table columns while preserving existing records. Ideal for maintaining data integrity during iterative development.
waseet/filament-activity-log
347 Downloads
A Laravel package that simplifies activity logging in the Filament admin panel, with support for logging create, update, delete, and restore actions. It integrates with the 'spatie/laravel-activitylog' package and includes a modernized activity log viewing page.
coreproc/nova-auditing-user-fields
111535 Downloads
A Laravel Nova field that works with the Laravel Auditing package to see who created or last updated a resource.
bakkahit/sql-migration
33 Downloads
SqlMigration is a Laravel package that allows you to execute custom SQL migrations directly within your Laravel application. Instead of writing SQL queries manually or relying only on Laravel's built-in migrations, this package enables you to create and run .php migration files containing custom SQL commands like INSERT, DELETE, UPDATE, CREATE TABLE, and more.
va/cutlet-migrate
5 Downloads
A package to use migrate:update command with options for migrations in custom directories in laravel apps.
radic/tmp-underscore-php
17338 Downloads
Temporary package until underscore-php updates its dependencies. A redacted port of Underscore.js for PHP
duro85/roles
547 Downloads
Powerful package for handling roles and permissions in Laravel 5 forked from romanbican/roles ad update to work with Laravel >= 5.3.
codiliateur/eloquent-model-userstamps
61 Downloads
This package provides an Eloquent model trait to automatically maintain user stamps in columns (created_by, updated_by, deleted_by) of your model.
hannanyusop/toyyibpay
3182 Downloads
Laravel 9 Package for ToyyibPay API (UPDATED)
everth/userstamps
92 Downloads
Laravel package to automatically manage created_by and updated_by columns on Eloquent models.
almoayad/laratrans
46 Downloads
LaraTrans is a Laravel package that simplifies the process of handling translations for your models. It allows you to easily create, update, and delete translations for specific model properties, making your application ready for multilingual support with minimal effort.
coding-partners/auto-controller
43 Downloads
The "Auto Controller" package for Laravel allows you to quickly generate fully functional controllers for any model in your application. With a single command, the package will create a controller with all the standard CRUD (Create, Read, Update, Delete) methods, saving you significant time and effort. This enables you to focus on building the core features of your project.