suleyman-yilmaz / adminkit-starter-kit
The skeleton application for the Laravel framework.
Package info
github.com/suleyman-yilmaz/adminkit-starter-kit
Language:Blade
Type:project
pkg:composer/suleyman-yilmaz/adminkit-starter-kit
Requires
- php: ^8.2
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.24
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^4.1
- pestphp/pest-plugin-laravel: ^4.0
This package is not auto-updated.
Last update: 2026-03-28 09:18:19 UTC
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