定制 mortenebak/tallstarter 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mortenebak/tallstarter

最新稳定版本:v1.0

Composer 安装命令:

composer create-project mortenebak/tallstarter

包简介

An oppinionated Laravel Starter Kit based on the Official Laravel Livewire Starter Kit

README 文档

README

Latest Version on Packagist Project Status: Active – The project has reached a stable, usable state and is being actively developed. GitHub last commit GitHub Sponsors

This Starter kit contains my starting point when developing a new Laravel project. Its based on the official Livewire Starter kit, and includes the following features:

  • User Management,
  • Role Management,
  • Permissions Management,
  • Two-Factor Authentication (2FA)
  • Localization options
  • ✅ Separate Dashboard for Super Admins
  • ✅ Updated for Laravel 12.0 and Livewire 3.0

Admin dashboard view:

alt text

Supporting multiple languages:

alt text

TALL stack

It uses the TALL stack, which stands for:

Further it includes:

Among other things, it also includes:

Upcoming features

I'm considering adding the following features, depending on my clients' most common requirements:

Installation

alt text

laravel new my-project --using=mortenebak/tallstarter

You could also just use this repository as a starting point for your own project by clicking use template. If installing manually, these are the steps to install:

1. Install dependencies

composer install
npm install
npm run build # or npm run dev

2. Configure environment

Setup your .env file and run the migrations.

cp .env.example .env
php artisan key:generate
php artisan storage:link

3. Migration

php artisan migrate

4. Seeding

php artisan db:seed

5. Creating the first Super Admin user

php artisan app:create-super-admin

6. Set default timezone if different from UTC

// config/app.php
return [
    // ...

    'timezone' => 'Europe/Copenhagen' // Default: UTC

    // ...
];

Features

Two-Factor Authentication

This starter kit includes built-in support for Two-Factor Authentication (2FA) using TOTP (Time-based One-Time Passwords), compatible with apps like Google Authenticator, Authy, and 1Password.

Key features:

  • QR code generation for easy setup
  • Recovery codes for account recovery
  • Seamless integration with the authentication flow
  • User-friendly interface

For detailed information, see Two-Factor Authentication Documentation.

Developing

Check for code style issues

composer review

This command will run, in order:

  • Laravel/Pint
  • PHPStan
  • Rector (dry-run)
  • PestPHP

Ensuring that your code is up to standard and tested.

Contributing

Feel free to contribute to this project by submitting a pull request. Here's a great resource on how to contribute to open source projects.

Credits

I'd like to thank all the people who have contributed to the packages used in this project. Especially Spatie for their great packages, Livewire and Alpinejs for their awesome framework and the Laravel community for their great work. And of course Laravel for their awesome framework, and their Livewire Starter Kit, which this kit is based on.

Contributors

Take a look at the contributors who have helped make this project better. Many thanks!

Donate

If you like this project, please consider donating to support it.

Thanks to:

统计信息

  • 总下载量: 864
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 118
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 118
  • Watchers: 5
  • Forks: 25
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-03-06