Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Sanctum Laravel Package

laravel/sanctum

Laravel Sanctum is a lightweight authentication package for Laravel, ideal for SPAs and simple APIs. It supports cookie-based session auth for first-party SPAs and API tokens for personal access tokens, with minimal configuration and Laravel-first integration.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
a2insights/filament-saas 17 17 5 269 0 29.0 19.5 MIT 2 weeks ago
View on GitHub
Context7
andrewdwallo/filament-companies 351 351 72 2K 1 28.4 13.5 MIT 3 months ago
View on GitHub
Context7
api-platform/laravel 0 59 14K 0.4 32.6
View on GitHub
Context7
artisanpack-ui/accessibility Laravel package adding accessibility-focused UI helpers for ArtisanPack apps—components, utilities, and sensible defaults to improve keyboard navigation, ARIA labels, focus states, and screen reader support with minimal setup. 0 0 0 181 0 16.5 35.5 MIT 4 months ago
View on GitHub
Context7
artisanpack-ui/security artisanpack-ui/security adds security-focused UI components and helpers for Laravel ArtisanPack dashboards. Quickly integrate common protections and secure admin interfaces with minimal setup, offering sensible defaults and easy customization. 0 0 1 186 6 23.1 38.4 MIT 2 weeks ago
View on GitHub
Context7
bagisto/bagisto Bagisto is an open-source Laravel eCommerce platform for building online stores and marketplaces. Includes product catalog, checkout, multi-channel and multi-store, admin panel, APIs, themes, and extensibility for custom modules and integrations. 26,911 26,917 3,135 4K 27 80.4 13.4 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
cetria/laravel-auth 0 0 10 0.0 14.4
View on GitHub
Context7
devtical/filament-sanctum Filament Sanctum adds a Filament panel for managing Laravel Sanctum API tokens. Create and view personal access tokens from the admin UI, with publishable config and translations for easy customization. 53 53 18 33 1 8.9 3.0 MIT 8 months ago
View on GitHub
Context7
directorytree/ldaprecord-laravel Laravel integration for LdapRecord: authenticate and sync users against Active Directory/LDAP, manage directory connections, and map LDAP attributes to Eloquent models. Includes config, migrations, middleware, and easy-to-use auth/user providers. 574 575 60 108K 4 35.4 37.5 MIT 2 weeks ago
View on GitHub
Context7
eminiarts/aura-cms 0 0 0 14 1 21.2 21.3 MIT 2 days ago
View on GitHub
Context7
inisiatif/user inisiatif/user adalah paket autentikasi untuk aplikasi Inisiatif Zakat Indonesia. Mendukung Laravel 9–11 dan PHP 8.1–8.3, menyediakan migrasi, konfigurasi nama tabel, serta opsi mengganti model (User, Branch, Employee, dll). 0 0 3 181 1 8.1 34.6 1 year ago
View on GitHub
Context7
jmrashed/ecommerce 8 8 1 4 0 0.1 2.2 MIT
View on GitHub
Context7
joe-404/laravel-auth 2 2 0 38 0 25.5 15.5 MIT 1 week ago
View on GitHub
Context7
laracord/framework Laracord Framework is the core of Laracord, a Laravel-powered micro-framework for building Discord bots with DiscordPHP. Includes generators for commands/events, slash command sync, interaction routing, async services/tasks, optional HTTP server, and great logging. 48 48 18 158 18 15.6 16.7 MIT 1 year ago
View on GitHub
Context7
laravel/jetstream Laravel Jetstream is a starter kit for Laravel 11.x and earlier, providing a ready-made application foundation with common auth and account features. For newer starter kits, see https://laravel.com/starter-kits. 4,058 4,075 833 634K 1 65.5 36.4 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
mediadotonedev/userauthcenter 0 0 0 0.0
View on GitHub
Context7
rayzenai/url-manager Laravel package to manage URLs, redirects, SEO metadata, visit tracking, and XML sitemaps, with redirect-loop protection and automatic old→new slug redirects. Includes Filament 4 admin panel integration (UrlInput) and optional media SEO via file-manager. 0 0 0 773 0 27.6 46.5 MIT 1 month ago
View on GitHub
Context7
rupadana/filament-api-service 208 207 50 5K 15 34.0 30.9 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
sajadsdi/marketplace 0 0 0 0 0 0.3 MIT 2 years ago
View on GitHub
Context7
salehye/laravel-security 0 0 0 2 0 0.0 6.6 MIT
View on GitHub
Context7
sooand/turbojetstream 0 0 1 0 0 0.0 MIT
View on GitHub
Context7
spatie/mailcoach Self-hosted email marketing for Laravel: manage audiences, send campaigns with segmentation and A/B testing, track analytics, build automation workflows, and handle transactional emails—all in one Mailcoach app integrated with your project. 402 402 95 53 0 29.1 0.8 2 months ago
View on GitHub
Context7
spatie/mailcoach-ui UI add-on for spatie/laravel-mailcoach. Provides the frontend assets and interface for the Mailcoach app, with maintained tests and static analysis. Documentation available on the Mailcoach site. 14 14 11 0 0 9.4 3 years ago
View on GitHub
Context7
superauth/superauth 0 0 0 0 0 0.0 NOASSERTION
View on GitHub
Context7
tallcms/cms TallCMS adds a modern CMS to Laravel Filament: pages, posts, block-based editor, media library, menus, comments, and forms. Install via Composer and register the TallCmsPlugin to turn an existing Filament app into a full CMS. 5 4 2 452 0 29.1 31.4 MIT 2 weeks ago
View on GitHub
Context7
tastyigniter/core TastyIgniter Core powers the TastyIgniter restaurant platform, providing the backend foundation for online food ordering and table reservations. Use it as the core package behind the TastyIgniter application and extensions. 8 8 11 2K 0 26.9 36.5 MIT 3 weeks ago
View on GitHub
Context7
tastyigniter/ti-ext-api Laravel Sanctum-powered API extension for TastyIgniter. Provides ready-to-use endpoints for core resources, token authentication, and extensible architecture to add custom API resources or override default action/verb behavior. 21 21 26 878 0 29.2 26.3 MIT 3 weeks ago
View on GitHub
Context7
urfysoft/transactional-outbox Laravel package implementing the Transactional Outbox pattern for microservices: store outbound events in a DB outbox, process and dispatch reliably (HTTP driver; Kafka/RabbitMQ planned), handle inbound inbox events with idempotent handlers, and secure calls via Sanctum abilities. 0 1 0 0 0 9.6 MIT 6 months ago
View on GitHub
Context7
vormiaphp/vormia Vormia is a lightweight PHP/Laravel package offering a simple foundation for building apps with clean structure and reusable components. It focuses on straightforward setup and developer-friendly conventions for organizing code and speeding up common tasks. 1 2 2 72 0 28.0 25.3 3 weeks ago
View on GitHub
Context7
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope
anil/file-picker
broqit/fields-ai