Libraries tagged by view count
coopers98/genericcrud
512 Downloads
A GenericCRUD controller trait and corresponding views
sethorax/typo3-directcontent
13 Downloads
Adds special doktype to TYPO3 CMS to edit a single content element directly in page view.
os2web/os2web_hearings
1682 Downloads
Adds Hearing related content types and Hearings search view
msouza/msmvc-console
10 Downloads
Create Controllers, Models, Helpers, Routes and Views from your console.
martenkoetsier/laravel-routelist
20 Downloads
Alternative to route:list console command with more emphasis on route names, shortened controller names, more compact middleware view and other small tweaks.
schubu/laravel-widgets
18 Downloads
Feature your blade view files with widgets to keep your controller classes clean
jmsr/crud-generator-laravel
27 Downloads
Laravel Crud Generator. This Laravel Generator package provides and generate Controller, Model (with eloquent relations) and Views in **Bootstrap** or **React** and by **DDD** architecture, if you want, for your development of your applications with single command.
dataweb1/global_search
74 Downloads
Global Search view (Search API index on BO elements + content types).
wkse/pathauto
1 Downloads
Provides a generic set of views plugins a mechanism for modules to automatically generate aliases for the content they manage.
vardot/varbase_vmi_demo
3715 Downloads
Have a VMI demo content types work for how to use View Modes Inventory (VMI) module in Varbase. you will need to enable any of the VMI Standard, Traditional, Square, or Auto demo modules.
unsized/grapefruit
10 Downloads
Controller class to map user inputs to a full web page view template.
szmnmichalowski/szm-notification
40 Downloads
Controller plugin to store notifications in session. Used for notification view helper
stalkdeveloper/laravel-crud-generator
3 Downloads
Laravel CRUD generator package for API and Web with customizable Artisan command and built-in support for models, controllers, validation, API resources, Yajra datatables, and Blade views.
royvoetman/laravel-prefixer
17 Downloads
Define a prefix in your controller which is automatically appended to your view- or route-names.
rapidwebltd/no-post-data-laravel-middleware
78 Downloads
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.