Libraries tagged by create laravel package
tiknil/wire-table
171 Downloads
Laravel package extending Livewire to easily create useful tables
almoayad/laratrans
16 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.
ambersive/pdfprinter
2629 Downloads
This package for laravel provides a simple way to create pdf documents. This packages requires a running instance of the PRINT-API (also open sourced).
coding-partners/auto-controller
32 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.
abhitheawesomecoder/jobboardpro
59 Downloads
Package to create job board quickly using laravel 5.3 with admin panel
ssmalik99/repostarry
17 Downloads
This is a helper package to create Repository system usage easy for laravel users
abdomassoun/algeria-wilayas
11 Downloads
This package is designed to help Laravel developers integrate wilayas data into their projects in the easiest way possible. It includes an enum of wilayas and provides the ability to create a table that includes all the data of wilayas with their information (optional to create a table of wilayas). It also includes a Wilaya model (class).
developerawam/generate-migration
17 Downloads
This package automatically generates migration files for your Laravel application. With this feature, you can quickly create database structures without writing SQL code manually. Simply specify the model you want to create, and this package will handle the rest, streamlining development and minimizing human errors.
vinsonhu/create-laravel-package-test
15 Downloads
create laravel package test
paulhenri-l/laravel-lambda-engine
2048 Downloads
A Laravel package to help you create Laravel packages
hi2binay/laravel-package-generator
38 Downloads
This is package is use to create laravel package skeleton
pragnesh/laravel-package-helper
13 Downloads
Provide a list of commands to create the laravel package, similar to artisan commands.
luna/laravel-packager
15 Downloads
Create a Laravel package template with ease
abbas-roholamin/laravel-installer
0 Downloads
re-create laravel installer package
afrazahmad/create-mvc
90 Downloads
Create Model, Controller, Request and Migration.