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

Laravel Starter Laravel Package

nasirkhan/laravel-starter

Laravel 13.x modular starter with separate frontend/backend. Includes authentication, authorization, users/roles, admin backend, backups and log viewer. Build reusable modules on top and bootstrap apps fast with custom install/update commands.

View on GitHub
Deep Wiki
Context7
v13.8.0

What's Changed

Full Changelog: https://github.com/nasirkhan/laravel-starter/compare/v13.7.0...v13.8.0

v13.7.0

What's Changed

Full Changelog: https://github.com/nasirkhan/laravel-starter/compare/v13.6.0...v13.7.0

v13.6.0

What's Changed

This release delivers a broader maintenance and ecosystem update across the starter application and its companion packages. It includes improvements to the installation workflow, refreshed documentation, frontend package updates, and major version bumps to several nasirkhan/* packages.

Core Improvements

  • Improved starter:install command error handling
  • Added exception reporting and clearer failure messages during installation
  • Improved migration and fresh migration task handling by checking Artisan exit codes
  • Added local package development workflow documentation
  • Refreshed README with improved badges, formatting, and companion package documentation
  • Added frontend menu component override for active-state styling and accessibility improvements
  • Disabled Vite in tests for smoother test execution

nasirkhan Package Updates

  • Updated nasirkhan/laravel-cube from v2.1.0 to v2.6.0
  • Updated nasirkhan/laravel-jodit from v1.3.0 to v1.7.0
  • Updated nasirkhan/module-manager from v6.3.0 to v6.9.0
  • Added nasirkhan/laravel-sharekit v1.3.0 as a new dependency
  • Added Tailwind source scanning for module-manager module views and laravel-sharekit views

Framework and Ecosystem Updates

  • Updated laravel/framework from v13.1.1 to v13.12.0
  • Updated livewire/livewire from v4.2.1 to v4.3.0
  • Updated laravel/socialite from v5.25.0 to v5.27.0
  • Updated spatie/laravel-permission from v7.2.4 to v7.4.2
  • Updated spatie/laravel-medialibrary from v11.21.0 to v11.23.0
  • Updated yajra/laravel-datatables-oracle from v13.0 to v13.1.2

Symfony and PHP Ecosystem Updates

  • Upgraded multiple Symfony components from 8.0.x to 8.1.0
  • Added symfony/polyfill-php86
  • Updated several Symfony polyfills and contracts to newer releases
  • Updated Guzzle, PHPUnit, Carbon, Nette, PsySH, and related dependencies

Frontend and Dev Dependency Updates

  • Updated axios to ^1.16.0
  • Updated postcss to 8.5.14
  • Updated fast-uri to 3.1.2
  • Updated js-cookie to 3.0.8
  • Replaced barryvdh/laravel-debugbar with fruitcake/laravel-debugbar ^4.2
  • Updated Vite and Tailwind-related tooling in lockfiles

Documentation and Cleanup

  • Added docs/LOCAL_PACKAGES.md
  • Removed old internal review and bug report documents
  • Removed built asset manifest from versioned files

Full Changelog

https://github.com/nasirkhan/laravel-starter/compare/v13.5.0...v13.6.0

v13.5.0

What's Changed

Full Changelog: https://github.com/nasirkhan/laravel-starter/compare/v13.4.1...v13.5.0

v13.4.1

What's Changed

Full Changelog: https://github.com/nasirkhan/laravel-starter/compare/v13.4.0...v13.4.1

v13.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/nasirkhan/laravel-starter/compare/v13.3.0...v13.4.0

v13.0.0

Release v13.0.0 — Modular Architecture & Package Extraction

Overview

This release marks a major architectural shift: core features have been extracted into dedicated packages (nasirkhan/laravel-cube and nasirkhan/module-manager), reducing the starter's footprint and making it significantly easier to update and maintain going forward.


Breaking Changes

  • Settings module removed — migrated to the module-manager package
  • Backup module removed — consolidated into module-manager
  • UserController removed — user management now handled via Livewire components
  • Frontend Blade components removed — all replaced by cube namespace equivalents from nasirkhan/laravel-cube
  • Post, Category, Tag, and Menu modules migrated to module-manager package

What's New

Packages

  • Added nasirkhan/laravel-cube for shared frontend UI components (buttons, header, footer, nav, dynamic menus, checkboxes)
  • module-manager now handles versioning, migration tracking, and dependency resolution

Features

  • starter:health-check Artisan command with feature tests
  • starter:update Artisan command with feature tests
  • UsersIndex Livewire component — live search with pagination reset
  • Resend email confirmation from user profile
  • Unlink social provider from user profile
  • Rate limiting on password reset requests
  • Foreign keys and indexes added to users and user_providers tables

Developer Experience

  • Module testsuite added to phpunit.xml
  • Debugbar configuration via environment variables
  • Development and staging environment config files
  • LogViewer integrated via module statuses

Improvements

  • All frontend components migrated to cube namespace
  • getTableColumns and getStatusLabelAttribute refactored to match expressions
  • Constructors simplified with PHP 8 property promotion throughout
  • Event listener constructors refactored for consistency
  • Service provider configuration reformatted for readability
  • View method calls updated to use named parameters

Accessibility

  • aria-labelledby attributes added to all form elements and buttons in user and role management views
  • Improved screen reader support across create, edit, and password change forms

Removed

  • Deprecated standalone Blade components (button, header, footer, nav-item, dynamic menu)
  • UserController (replaced by Livewire)
  • Settings module (moved to module-manager)
  • Backup module (moved to module-manager)
  • Internal documentation files: LOCAL_DEVELOPMENT.md, SEEDING.md, ALPINE_EXAMPLES.md, CHECKBOX_EXAMPLES.md, DATABASE_MIGRATION_STANDARDS.md, PACKAGE_MIGRATIONS_SEEDERS.md, SETTINGS_MIGRATION.md, PROJECT_IMPROVEMENT_SUGGESTIONS.md, SEEDER_CONFIGURATION.md
  • Log Viewer config file (managed via module statuses)

Testing

All new features include corresponding feature tests. Run the full suite with:

php artisan test

Full Changelog: https://github.com/nasirkhan/laravel-starter/compare/v12.20.0...v13.0.0

v12.19.0

What's Changed

Full Changelog: https://github.com/nasirkhan/laravel-starter/compare/v12.18.0...v12.19.0

v12.14.0
v12.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/nasirkhan/laravel-starter/compare/v12.2.0...v12.3.0

v11.3.0
v11.0.0

The list of changes is as follows,

  • Upgraded to Laravel 11
  • Migrated the project to the new Laravel 11 file structure
  • Post, Category, Tag module updated
  • Laravel Module Manager Updated
  • File Manager updated
  • Backend Theme updated to CoreUI 5.*
  • Frontend theme updated to TailwinCSS
  • Dark theme added for both frontend and backend
  • page layout updated
  • Livewire full page components added

Database

  • user table updated
  • removed userprofile table
  • Model factories updated
  • Seeded updated

Issues

  • Resolved #404 - menu localization is working as expected
  • Resolve #522 - dropdown menu issue fixed
  • Resolved #526
  • Resolved #527
  • Resolved #528 - registration issue fixed
  • Resolved #531
  • Resolved #532
  • Resolved #539
  • Resolved #546

What's Changed

New Contributors

Full Changelog: https://github.com/nasirkhan/laravel-starter/compare/v10.18.0...v11.0.0

v10.18.0
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.
calliostro/spotify-bundle
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle