abdallah-tah/abdalkit 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

abdallah-tah/abdalkit

Composer 安装命令:

composer require abdallah-tah/abdalkit

包简介

Abdalkit is a sophisticated Laravel package designed specifically for KAVX, streamlining the development process by providing a unified and easily implementable theme for the company's web applications.

README 文档

README

AbdalKit is a Laravel starter kit with a few features that are typical for almost any project.

(#available-themes).

The package supports:

IMPORTANT: This package must be used in a NEW Laravel project. Existing project functionalities, such as routes or controllers, may be overridden by Larastarters.

Features

Along with the Design Themes, AbdalKit adds a few features that are typical for almost any project:

  • Profile management form to change name/email/password
  • A sample table of Users list
  • A sample static text page
  • Two-level menu on the sidebar
  • Roles and Permissions management
  • Livewire integration

Get Started

AbdalKit requires PHP 8+ and Laravel 9+.

  1. Create a new Laravel project.

  2. Require AbdalKit as a dev dependency, run:

    composer require abdallah-tah/abdalkit:dev-main --dev
  3. Configure AbdalKit, run the command below:

    php artisan abdalkit:install
  4. Create a new database for your project using your preferred database management system (e.g., MySQL, PostgreSQL, SQLite, SQL Server).

  5. Set up your database connection in the .env file with the appropriate credentials and database name.

  6. Run the migrations to set up the required tables in the database:

    php artisan migrate
  7. Compile the project assets, run:

    npm install && npm run dev
  8. That's it! You have Laravel Auth starter, just visit the home page and click Log in / Register.


Available Themes

In the current version, there is only one theme available - Tailwind. We are planning to add more themes in the future.

Tailwind Themes with Laravel Breeze

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-04-26