PHPackages                             krishna892289/starterkit-by-professor - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. krishna892289/starterkit-by-professor

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

krishna892289/starterkit-by-professor
=====================================

Registration, Login, No-spatie, Bootstrap5.3, jquery, bootstrap icons,sweetalert, navs and manymore loaded

v1.2.2(5mo ago)012MITPHPPHP &gt;=8.2

Since Dec 16Pushed 5mo agoCompare

[ Source](https://github.com/krishna892289/starterkitByProfessor)[ Packagist](https://packagist.org/packages/krishna892289/starterkit-by-professor)[ RSS](/packages/krishna892289-starterkit-by-professor/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (12)Used By (0)

Laravel Starter Kit by Professor
================================

[](#laravel-starter-kit-by-professor)

[![Laravel](https://camo.githubusercontent.com/37b96aa187af95d475b6dec8c379d99bc868692a12a6e00adbb1a829d7f8f2b3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d53696d706c65253230537461727465722532304b69742d627269676874677265656e)](https://laravel.com)[![PHP](https://camo.githubusercontent.com/83dd395020c37276225039739320f6c8e7e99963ab21ee3d09282cb48dad2a60/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e312532422d626c7565)](https://php.net)[![License](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)[![Composer Package](https://camo.githubusercontent.com/cbb9be51d96c3ef4871b331e4c94a14ed9d7b3c22593a7e502620863a4a465f1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f6d706f7365722d6b726973686e613839323238392f737461727465726b69742d2d62792d2d70726f666573736f722d6f72616e6765)](https://packagist.org/packages/krishna892289/starterkit-by-professor)

Simple Laravel Starter Kit for Beginners – No Spatie, No JWT, Lightweight Alternative to Breeze &amp; Jetstream
---------------------------------------------------------------------------------------------------------------

[](#simple-laravel-starter-kit-for-beginners--no-spatie-no-jwt-lightweight-alternative-to-breeze--jetstream)

**Laravel Starter Kit by Professor** is a clean, minimal, and beginner-friendly boilerplate for new Laravel projects. Designed specifically for developers who want to start quickly without the complexity of heavy packages.

If you're tired of Breeze or Jetstream adding features you don't need (Livewire, Inertia, Teams, Spatie Permissions, JWT, etc.), this starter kit gives you exactly what a typical Laravel application needs — and nothing more.

Perfect for:

- Learning Laravel from scratch
- Building small to medium-sized web applications
- Rapid prototyping
- Teaching or tutorial projects

### Why Choose This Over Laravel Breeze or Jetstream?

[](#why-choose-this-over-laravel-breeze-or-jetstream)

FeatureStarter Kit by ProfessorLaravel BreezeLaravel JetstreamAuthentication (Login/Register/Password Reset)YesYesYesEmail VerificationYesYesYesSimple DashboardYesYesYesProfile ManagementYesBasicAdvancedSpatie PermissionsNo (keeps it simple)NoOptionalJWT / API AuthenticationNo (session-based only)NoOptionalLivewire or InertiaNoNoYesTeam ManagementNoNoYesComplexityVery LowLowHighBest ForBeginners &amp; Simple AppsSimple AppsFeature-rich AppsThis kit focuses on **clean, readable code** using pure Blade, Laravel's default session authentication, and zero extra bloat.

### Features

[](#features)

- Complete authentication scaffolding (Register, Login, Logout, Password Reset, Email Verification)
- Clean and minimal Blade templates
- Basic protected dashboard
- Profile update functionality
- Ready-to-use middleware and routes
- No external heavy dependencies (No Spatie, No JWT, No Livewire, No Inertia)
- Easy to customize and extend

### Requirements

[](#requirements)

- PHP &gt;= 8.1
- Composer
- Laravel 12.x
- MySQL

### Installation

[](#installation)

Add the package to your fresh Laravel project via Composer:

```
composer require krishna892289/starterkit-by-professor
```

Publish and install the starter kit:

```
php artisan starter-kit:install
```

Run fresh migrations (this will create users table and any additional tables):

```
php artisan migrate:fresh
```

(Optional) Seed dummy data if provided:

```
php artisan db:seed
```

That's it! Run your app:

```
php artisan serve
```

Visit /login or /register to get started.

Usage After installation:

Register a new account → Verify email → Login Access protected routes at /dashboard Customize views in resources/views/auth and resources/views/dashboard Extend with your own models, controllers, and features

Keywords for Search Laravel starter kit, Laravel boilerplate for beginners, simple Laravel authentication, Laravel scaffolding without Breeze, Laravel without Jetstream, lightweight Laravel starter, Laravel session authentication, no Spatie Laravel starter, no JWT Laravel kit, Laravel beginner template, Laravel 11 starter kit, Laravel 10 starter kit Contributing Contributions are welcome! Feel free to:

Open issues for bugs or feature requests Submit pull requests with improvements Suggest better documentation

Please follow Laravel coding standards. License This project is open-sourced under the MIT License. Author Created with ❤️ by Krishna (@krishna892289 on GitHub) Thank you for using Starter Kit by Professor! If you find it helpful, please give it a ⭐ on GitHub.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance70

Regular maintenance activity

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~3 days

Total

11

Last Release

168d ago

PHP version history (2 changes)v1.0.0PHP &gt;=8.1

v1.0.1PHP &gt;=8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13765543?v=4)[Denys](/maintainers/garbageking)[@GarbageKing](https://github.com/GarbageKing)

---

Top Contributors

[![krishna892289](https://avatars.githubusercontent.com/u/112538783?v=4)](https://github.com/krishna892289 "krishna892289 (7 commits)")

### Embed Badge

![Health badge](/badges/krishna892289-starterkit-by-professor/health.svg)

```
[![Health](https://phpackages.com/badges/krishna892289-starterkit-by-professor/health.svg)](https://phpackages.com/packages/krishna892289-starterkit-by-professor)
```

###  Alternatives

[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[jeremy379/laravel-openid-connect

OpenID Connect support to the PHP League's OAuth2 Server. Compatible with Laravel Passport.

59437.0k9](/packages/jeremy379-laravel-openid-connect)[api-platform/laravel

API Platform support for Laravel

58171.5k14](/packages/api-platform-laravel)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3416.9k](/packages/duncanmcclean-statamic-cargo)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
