anthonymacs / laravel-components
A collection of reusable Laravel Blade components
Package info
github.com/anthonymacs/components
Language:Blade
pkg:composer/anthonymacs/laravel-components
dev-main
2026-04-08 08:07 UTC
Requires
- php: ^8.1
- illuminate/support: ^10.0|^11.0|^13.0
Requires (Dev)
- orchestra/testbench: ^8.0|^9.0
This package is auto-updated.
Last update: 2026-04-08 08:07:24 UTC
README
A ready-to-use collection of clean, organized Blade components for Laravel applications. Stop building from scratch — drop in production-ready views instantly.
Features
- Auth — Login, register, password reset views
- Form — Input, select, textarea, checkbox components
- Guest — Guest layout and access components
- Layouts — App shell, sidebar, and page layout templates
- Partials — Reusable snippets like navbars, footers, alerts
- Styles — Prebuilt style utilities and wrappers
- Table — Clean, sortable-ready table components
- UI — Buttons, badges, cards, modals and more
Installation
composer require anthonymacs/laravel-components
Publish Views
php artisan vendor:publish --tag=components-views
This will copy all components into your project at: