Libraries tagged by laravel package development
vilbur/admin-setup
19 Downloads
AdminSetup for development of packages for Laravel
alexxosipov/telegram-bot
34 Downloads
Laravel package for easy telegram bot development
sokeio/seo
320 Downloads
a Laravel-based web application development package that provides support for seo.
mrclutch/servio
30 Downloads
Servio is a Laravel package designed to streamline and simplify the development of APIs within your Laravel application using a Service-Oriented Architecture (SOA) approach. It provides a standardized way to manage API responses, ensuring consistency and maintainability across services.
abdallah-tah/abdalkit
9 Downloads
Abdalkit is a sophisticated Laravel package designed specifically for KAVX, streamlining the development process by providing a unified and easily implementable theme for the company's web applications.
lhaamed/blade-bundler
13 Downloads
A super-efficient package to bundle all similar structures for your Laravel blades. Using this package will give you incredible development speed, which is necessary at critical points. You will be able to customize it to any level you want.
ldrcore/modelling
31 Downloads
A Laravel package to include helpful addons for large scale system developments.
engrshishir/larainitializer
17 Downloads
Larainitializer is a Laravel package designed to streamline the basic setup process for new projects. It provides essential configurations and tools to kickstart Laravel development quickly and efficiently.
dagar/warehouse
2 Downloads
A set of commands & packages for laravel use to help in development.
zakaria-elkashef/repository-pattern
26 Downloads
The Laravel Repository Pattern Package implements the repository design pattern within the Laravel framework, offering developers an efficient and organized approach to managing data. With this package, you can effortlessly create interfaces and repository classes that implement those interfaces. These classes are then bound in the RepositoryServiceProvider and registered in the config/app.php file's providers array. Experience streamlined data management and elevate your Laravel application development with ease.
yasha/yasha-base-backend
154 Downloads
A backend package stack to speedup development based on yasha base. Stack includes Laravel Backpack and other convenient libraries
ngodasamuel/mpesa
8 Downloads
Package to integrate MPesa Services i.e. C2B, B2C, B2B and Online Checkout in your Laravel app. It allows you to receive and process soap sent by Safaricom. The package is still under heavy development and thus subject to bugs and changes.
lawrence615/mpesa
127 Downloads
Package to integrate MPesa Services i.e. C2B, B2C, B2B and Online Checkout in your Laravel app. It allows you to receive and process soap sent by Safaricom. The package is still under heavy development and thus subject to bugs and changes.
motomedialab/stub
26 Downloads
Helper package to stub out a Laravel project for local development
rubrasum/velocity-forms
10 Downloads
Basic form management package for front-facing forms on the Inertia/Vue stack for Laravel. Install to add the vue components for admin and the forms themselves, migrations models controllers factories seeders unittests and dusk tests for the forms and all subtables, and routes for user submission and admin pages. The goal for development is to be able to seemlessly add form management to your Laravel site's admin quickly while remaining an open-ended solution with predictable early stage design choices (i.e. hold on tight). Development is here -> "Can install on any project" ->- "Can seed and display an example on any project" -- "Can integrate Unit and Dusk tests on any project" --