Libraries tagged by create laravel package
bakgul/laravel-file-creator
122 Downloads
This package aims to create the app, database, and test files. It can be a replacement for Laravel's file generator because this package offers some quite nice features. It offers extra file types like interface, trait, service, etc. Depending on the settings, it can create dozens of files with a single command and connect them to each other properly.
hnhdigital-os/laravel-ics
480 Downloads
A Laravel warraper for the eluceo/iCal package that offers a abstraction layer for creating iCalendars. You can easily create iCal files by using PHP object instead of typing your *.ics file by hand. The output will follow RFC 5545 as best as possible.
devzkhalil/laravel-trovit-xml-feed
2 Downloads
Laravel Trovit XML Feed Generator is a package designed to help you easily create XML feeds for Trovit from your Laravel application's data.
bluora/laravel-ics
116 Downloads
A Laravel warraper for the eluceo/iCal package that offers a abstraction layer for creating iCalendars. You can easily create iCal files by using PHP object instead of typing your *.ics file by hand. The output will follow RFC 5545 as best as possible.
tmsllc/laravel-model-test
1418 Downloads
A package to create CRUD feature tests to eloquent models
the42coders/the-laravel-admin-panel
41 Downloads
A package to create an Admin panel with basic crud.
jobmetric/laravel-form
1 Downloads
A package for creating generic forms that allows you to create all kinds of forms in your application in code.
hyperlink/laravel-json-structure
9 Downloads
A helper package for the assert json structure test method. It will create a json structure as needed from an api endpoint of your application
hoaaah/laravel-bootstrap-breadcrumb
1301 Downloads
A packages for create bootstrap breadcrumb dynamically.
helori/laravel-admin
1130 Downloads
This package allows you to create admin users (different than your application's users)
developernaren/laravel-crud
28 Downloads
Package to create controller, models, migrations, requests and views
brenelz/laravel-childthemes
9 Downloads
This package allows you to create multiple themes and only overwrite the default when you need to instead of copying entire theme.
beedelivery/laravel-sicredi
168 Downloads
A package to create charges from SICREDI API
bakgul/laravel-resource-creator
100 Downloads
This package aims to create the view, style, and javascript files. It can create all boilerplates and connect files to each other to reduce repetitive tasks. Blade, Vuejs (view, vue-router, vuex, pinia), and Sass are covered in this first release.
arielmejiadev/laravel-vue-commands
18 Downloads
This package adds artisan commands to create VueJS components and InertiaJS components.