Download the PHP package krishna892289/starterkit-by-professor without Composer

On this page you can find all versions of the php package krishna892289/starterkit-by-professor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package starterkit-by-professor

Laravel Starter Kit by Professor

Laravel PHP License Composer Package

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:

Why Choose This Over Laravel Breeze or Jetstream?

Feature Starter Kit by Professor Laravel Breeze Laravel Jetstream
Authentication (Login/Register/Password Reset) Yes Yes Yes
Email Verification Yes Yes Yes
Simple Dashboard Yes Yes Yes
Profile Management Yes Basic Advanced
Spatie Permissions No (keeps it simple) No Optional
JWT / API Authentication No (session-based only) No Optional
Livewire or Inertia No No Yes
Team Management No No Yes
Complexity Very Low Low High
Best For Beginners & Simple Apps Simple Apps Feature-rich Apps

This kit focuses on clean, readable code using pure Blade, Laravel's default session authentication, and zero extra bloat.

Features

Requirements

Installation

Add the package to your fresh Laravel project via Composer:

Publish and install the starter kit:

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

(Optional) Seed dummy data if provided:

That's it! Run your app:

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.


All versions of starterkit-by-professor with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
laravel/framework Version ^10.0|^11.0|^12.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package krishna892289/starterkit-by-professor contains the following files

Loading the files please wait ...