Libraries tagged by laravel controller
duoneos/larablend
143 Downloads
Larablend tries to blend the messy controllers and routes of conventional Laravel App into one single CustomRouter and LaraBlend Class
deepaktiwari/php-cmds
6 Downloads
Simple PHP command for generating files following the MVC architecture, similar to Laravel's Artisan command. Easily create models, controllers, and views as per your needs
bethojunior/makeview
228 Downloads
Add command artisan for create complet view(css, js (modules, controllers) and view(blade) ) by Laravel
mohammad_sulaiman/dashboard_setup
3 Downloads
A library for setting up a Laravel dashboard, creating language switch middleware, routes, controllers, and language files.
larakidu/kidu-package
5 Downloads
A Laravel package to streamline the creation of controllers, models, and repositories.
artisan-build/till
0 Downloads
A companion to Laravel Cashier that provides Verbs-enabled webhook controllers and some utilities for setting up products and plans
vahramaghabalyan/laravelblogsingle
34 Downloads
Simple blog package (with admin panel) for Laravel (8.x) based on Binshops. Includes all views, controllers, routes and can add a blog to any existing Laravel app. Fully customisable blog (view, urls, and many other options). Includes image uploads and a pretty admin interface to manage your blog. Defaults to /blog but you can change it to anything.
sufiyan/crud-generator
11 Downloads
A laravel package to create a CRUD functionality for any module. This will create a Route, Controller, Model, Migration, and Blade files.
snype/api-response
2 Downloads
A lightweight Laravel package for consistent and elegant JSON API responses. Simplify your controllers with ApiResponse::success() and ApiResponse::error() methods for structured and reusable response formats.
sfneal/google-places
3816 Downloads
Actions & Controllers for interacting with the Google Places API through Laravel applications
seblhaire/uploader
58 Downloads
A Laravel library to provide file upload utilities. A Javascript library builds a complete file upload widget with upload button, drag-and-drop zone, progress bar and result builder. A controller is available to manage uploaded files.
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" --
rawveg/model-validation
48 Downloads
Laravel Model Validation - Uses validation rules at the model level to ensure that all data being saved in a model is valid. Just as you would use Request Validation in your Controllers, Model-Level validation allows you to be ensure that even code within your application that manually creates a model, cannot do so using invalid data.
paulohsilvestre/generatorforlaravel
8 Downloads
Module response for converting an exported MySql Workbench diagram into routes, classes, Controllers, Services, Validators, migrations to be used within a Laravel project
ordent/ramenrest
619 Downloads
RamenRest is another Rest Library for Laravel, it focused on exposing of each component separately and use it on controller. Rather than just having AIO process.