suleyman-yilmaz/adminkit-starter-kit

The skeleton application for the Laravel framework.

Maintainers

Package info

github.com/suleyman-yilmaz/adminkit-starter-kit

Language:Blade

Type:project

pkg:composer/suleyman-yilmaz/adminkit-starter-kit

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2025-10-21 17:42 UTC

This package is not auto-updated.

Last update: 2026-03-28 09:18:19 UTC


README

adminkit-starter-kit GitHub stars GitHub forks GitHub issues GitHub license

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
Email 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:

  • PHP
  • Composer
  • Laravel Installer
  • Node.js
  • npm

🔧 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:

  1. 🍴 Fork the repository
  2. 🌿 Create your feature branch (git checkout -b feature/amazing-feature)
  3. 💾 Commit your changes (git commit -m 'Add amazing feature')
  4. 📤 Push to the branch (git push origin feature/amazing-feature)
  5. 🔁 Open a Pull Request
⭐ Star this repository if you find it helpful!
View on GitHub