Libraries tagged by create laravel package
interactivesolutions/honeycomb-slugs
735 Downloads
HoneyComb CMS package checks if URLs is not repeating and if so creates a slug
josebaroni/jobmonitor
18 Downloads
JobMonitor is a Laravel package created to track Job resources usage and find stuck queue workers.
trogers1884/dbdepends
2 Downloads
A Laravel package that creates a view for PostgreSQL database dependencies
kumarrahul/rdashboardui
10 Downloads
This is a laravel package which creates a dashboard layout
kejvingl/order-tracker
14 Downloads
Laravel package that creates a blueprint for tracking, saving and displaying orders.
asif/table-to-api
8 Downloads
a laravel package that creates rest api for a certain table. It generates scaffolding for rest api
globalgarner/samplepackage
9 Downloads
This is sample project for checking how packages are created in laravel.
everth/userstamps
110 Downloads
Laravel package to automatically manage created_by and updated_by columns on Eloquent models.
zencoreitservices/zncr-transformer-generator
408 Downloads
This is extension package for spatie/laravel-fractal. Creates transformer with properties from models $fillable property.
it_corner/itcauth
2 Downloads
This is a laravel package for laravel authentication. This package develop for the IT CORNER. Its created by Shaheen Reza. The package developled using ajax and php jquery, and php version 8, laravel 8
rostami/shopping-cart
0 Downloads
this package is created for handling shopping cart of a website that has been created by laravel.
gustocoder/tyfoon-seo
16 Downloads
Laravel seo package. It will help you optimize your web pages for seo. It will walk you through the creation of all necessary seo tags, often explaining to you the purpose of each tag, its format or syntax, etc as it does so. The seo elements will then be generated for you during the rendering of every view file for which there is an seo record created. Grab and paste a snippet of code in your layout/view files amd your SEO work on that view file is done.
keithbrink/helpscout-app-spark
0 Downloads
A Helpscout integration package for Laravel Spark that allows you to add information about tickets created by customers in Helpscout.
bakgul/file-history
141 Downloads
This is a helper package, and it can't be used independently. Its purpose is to log the changes of files when they are created/deleted/updated through the commands shipped with the packages, which are part of Packagified Laravel. So this package can't track the changes made manually.
kettasoft/booter
16 Downloads
The Laravel Model Event Booter package provides a flexible way to organize and manage model event handling in Laravel applications. It allows developers to define specific actions for model events (such as created, updated, deleted, etc.) by associating them with custom classes. The package simplifies the process of executing logic for model events and makes it easy to extend and maintain event-driven behavior.