anthonymacs/laravel-components

A collection of reusable Laravel Blade components

Maintainers

Package info

github.com/anthonymacs/components

Language:Blade

pkg:composer/anthonymacs/laravel-components

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-main 2026-04-08 08:07 UTC

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: