定制 mgahed/laravel-starter-kit 二次开发

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

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

mgahed/laravel-starter-kit

最新稳定版本:v1.1.2

Composer 安装命令:

composer create-project mgahed/laravel-starter-kit

包简介

The skeleton application for the Laravel framework.

README 文档

README

Packagist Version Packagist Downloads Packagist License Packagist PHP Version Support Packagist Stars

The package mgahed/laravel-starter-kit allows you to easily use starter templates for your Laravel projects.

This is a Laravel Starter Kit project, This kit supports authentication and (view, edit, delete) profile using Saul theme. And you can easily customize and use the theme features in your project.

Installation

laravel new --using=mgahed/laravel-starter-kit

Publishing

assets

php artisan vendor:publish --tag="mgahed-laravel-starter-assets"

This will add folder assets to the public path in your Laravel project.

migrations

php artisan vendor:publish --tag="mgahed-laravel-starter-migrations"

seeders

php artisan vendor:publish --tag="mgahed-laravel-starter-seeders"

Running Migrations

php artisan migrate --path=database/migrations/mgahed-laravel-starter

Running Seeders

php artisan db:seed --class=Mgahed\LaravelStarter\Database\Seeders\MgahedStarterSitesSeeder
php artisan db:seed --class=Mgahed\LaravelStarter\Database\Seeders\MgahedStarterMenusSeeder

Features supported

  • Authentication
  • Profile (view, edit, delete)
  • Easy translation system
  • Saul Theme supported
  • Easy to customize
  • Easy menu customization
  • Supports mcamara/laravel-localization package
    • publish the config file php artisan vendor:publish --provider="Mcamara\LaravelLocalization\LaravelLocalizationServiceProvider"
    • See docs here
  • Supports spatie/laravel-translatable package

Supported Links

Support me by clicking the button below

统计信息

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

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • 开发语言: JavaScript

其他信息

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