PHPackages                             dakshhmehta/laravel-starter-kit - 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. [Framework](/categories/framework)
4. /
5. dakshhmehta/laravel-starter-kit

ActiveLibrary[Framework](/categories/framework)

dakshhmehta/laravel-starter-kit
===============================

Laravel 5 Starter Kit Package

4741PHP

Since Sep 25Pushed 10y ago2 watchersCompare

[ Source](https://github.com/dakshhmehta/abstract-laravel-starter-kit)[ Packagist](https://packagist.org/packages/dakshhmehta/laravel-starter-kit)[ RSS](/packages/dakshhmehta-laravel-starter-kit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#Laravel5 Starter Kit
======================

[](#laravel5-starter-kit)

This is abstract laravel 5 application that is ported from version 4.x for easy of use. It comes with basic authentication developed with Sentry library and basic Admin Panel

Developed by Brunogaspar (4.0.x) and since then maintained by me till now.

I will continue supporting this package for atleast next couple of years until I change here.

Feel free to ping me anytime for support at

### Installation

[](#installation)

Execute the following command on terminal

```
composer require dakshhmehta/laravel-starter-kit
```

In order to instal this package, just like other package you install - add a service provider in an array of service provider by editing file config/app.php

```
'Kit\Providers\KitServiceProvider'
```

Additional to that, the package utilize the Sentinel and therefore add service provider and alias of the same as well. You can [follow this](https://cartalyst.com/manual/sentinel/2.0#installation) to install.

The Kit comes with installation command that does all the job you need to perform while setting up a new project. But before that, prepare the database and an enviorment file to get started and execute following command on terminal.

```
php artisan app:install
```

This will start the installation wizard to complete. On completion, the application is ready.

The application's login page can be accessible from the following URL:

```
http://localhost/public/authenticate/signin

```

Login with the email address and the password you entered in the installation wizard.

Optionally,
===========

[](#optionally)

The laravel 5 comes with Authenticate middleware that points to it's own login page, that you might want to change to kit's log in page.

You can do so by editing app/Http/Kernel.php

Find the following near around line #43

```
	'auth' => 'App\Http\Middleware\Authenticate',
```

and update with

```
	'auth' => 'Kit\Http\Middlewares\Authenticate',
```

That's it! Have fun.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c0be01eee5813071046b208b96b28947e9c7e92ca09acb018bc5480fec2e178?d=identicon)[dakshhmehta](/maintainers/dakshhmehta)

---

Top Contributors

[![dakshhmehta](https://avatars.githubusercontent.com/u/1838017?v=4)](https://github.com/dakshhmehta "dakshhmehta (37 commits)")

### Embed Badge

![Health badge](/badges/dakshhmehta-laravel-starter-kit/health.svg)

```
[![Health](https://phpackages.com/badges/dakshhmehta-laravel-starter-kit/health.svg)](https://phpackages.com/packages/dakshhmehta-laravel-starter-kit)
```

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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