suleyman-yilmaz/adminkit-starter-kit
Composer 安装命令:
composer create-project suleyman-yilmaz/adminkit-starter-kit
包简介
The skeleton application for the Laravel framework.
关键字:
README 文档
README
No description provided.
🚀 adminkit-starter-kit
Created by suleyman-yilmaz
🗓️ Created: 18.10.2025 | 🔄 Last Updated: 20.10.2025
📖 About
AdminKit Starter Kit is a lightweight Laravel-based boilerplate project built using the free version of the AdminKit template.
It provides a customized login page and a basic dashboard layout, designed to serve as a clean starting point for Laravel projects.
This starter kit includes only authentication (login) functionality — it does not include registration or user management by default.
The structure is built entirely with pure Laravel Blade templates, without any front-end component libraries or Livewire/Vue/React integrations.
🧱 Purpose:
The main goal of this project is to provide a ready-to-use Laravel authentication setup with the AdminKit dashboard template.
By installing it directly via the terminal, you can instantly start developing admin-panel-based web projects without having to manually set up authentication or theme integration every time.
🎯 Getting Started
✅ Default Login Credentials
You can log in to the demo panel using the following credentials:
| Field | Value |
|---|---|
admin@admin.com |
|
| Password | 12345678 |
Once logged in, you can access the dashboard and update your password.
Prerequisites
Make sure you have the following installed:
🔧 Installation
Create a new Laravel application using this starter kit through the official Laravel Installer:
# Create laravel new my_app --using=suleyman-yilmaz/adminkit-starter-kit.git # Navigate to project directory cd adminkit-starter-kit # Start the development server composer run dev
🤝 Contributing
We welcome contributions! Please follow these steps:
- 🍴 Fork the repository
- 🌿 Create your feature branch (
git checkout -b feature/amazing-feature) - 💾 Commit your changes (
git commit -m 'Add amazing feature') - 📤 Push to the branch (
git push origin feature/amazing-feature) - 🔁 Open a Pull Request
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-10-19