Libraries tagged by create laravel package
vmsouza/laravel-bootstrap-menu
17 Downloads
A packages for create bootstrap menu dynamically.
vizrex/laravel-db-utils
44 Downloads
This package provides command line utilities for database related operations like create, backup and restore.
tonylaurent/laravel-eloquent-sequencer
1052 Downloads
A package that allows you to create and manage sequences on Eloquent models
tbit/laravel-omnipay-gatewayfactory
91 Downloads
Small package to resolve Omnipay's breaking changes when calling GatewayFactory::create by using a Facade. For reference visit : https://github.com/thephpleague/omnipay/releases/tag/v2.0.0
svanthuijl/laravel-routable-models
4 Downloads
This packages allows you to create eloquent models which have their own routes.
skybluesofa/laravel-microblog
17 Downloads
This package creates the ability to create micro blog posts for Eloquent Users.
shishima/laravel-thumbnail
52 Downloads
This package is used to create thumbnail images for document files. It supports the following file types: doc, docx, xls, xlsx, pdf, gif, jpg, jpeg, png.
rschaaphuizen/laravel-services
106 Downloads
Package to create services with artisan
ritaorion/laravel-actions-enums
43 Downloads
This package provides Artisan CLI Support to create Scaffolding for Actions and Enum classes in Laravel
rishpandey/laravel-auto-migration
1 Downloads
The package uses Doctrine DBAL in order to diff the existing tables with given model and make the necessary changes to it. If the table does not exist, it will create it.
ralphmorris/laravel-query-filter
39 Downloads
A packages to help create filters to queries based on request parameters
oguzcandemircan/laravel-unique-sluggable
55 Downloads
This package allows you to create unique slugs. It keeps all the slugs you define in the slugs table. It also satisfies all requests and directs it to the controller you define in your model.
nodus-it/laravel-translation-manager
94 Downloads
TranslationManager is a package for easy management translation strings in laravel. It has the ability to perform the translation on the console or to create an export with all the strings that can later be imported again.
nazonhou/laravel-service-creator
66 Downloads
A package that help you to create easily business services for your application
mohaimen/laravel-make-repository
3 Downloads
A small package for create repository