Libraries tagged by create laravel package
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
3 Downloads
This packages allows you to create eloquent models which have their own routes.
skybluesofa/laravel-microblog
16 Downloads
This package creates the ability to create micro blog posts for Eloquent Users.
shishima/laravel-thumbnail
46 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
105 Downloads
Package to create services with artisan
ritaorion/laravel-actions-enums
42 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
54 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
65 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
mjducharme/laravel-model-json-storage
175 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.
medjadji/laravel-repository-interface
11 Downloads
This package is intended to create a Command to create a repository and an Interface at the same time
laravel-studio/laravel-google-sheet-integration
30 Downloads
You can create google sheet by this packages.