PHPackages                             susheelbhai/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. susheelbhai/laravel\_starter\_kit

ActiveLibrary[Framework](/categories/framework)

susheelbhai/laravel\_starter\_kit
=================================

Starter Kit developed for Laravel.

v3.13.9(2mo ago)1629↑25%[1 issues](https://github.com/susheelbhai/laravel_starter_kit/issues)MITCSS

Since Mar 6Pushed 2mo ago1 watchersCompare

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

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

Starter Kit for Laravel Project
===============================

[](#starter-kit-for-laravel-project)

Installation
------------

[](#installation)

### Laravel

[](#laravel)

Require this package in your composer.json and update composer. This will download the package.

⚠️ This package must be installed just after creating new laravel project. Installing in working project may cause overwriting your important files.

```
composer require susheelbhai/laravel_starter_kit

```

Configuration
-------------

[](#configuration)

### Initial Settings

[](#initial-settings)

Change initial settings by runnung the command

```
php artisan starter_kit:initial_settings

```

### Migrate database

[](#migrate-database)

Migrate databse tables and seed with the following commands

```
php artisan migrate
php artisan db:seed

```

Alternatively you can refresh the database and seed with the following commands

```
php artisan migrate:fresh --seed

```

### Final Settings

[](#final-settings)

Change Final settings by runnung the command

```
php artisan starter_kit:final_settings

```

### Create a build

[](#create-a-build)

Make production build

```
npm run build

```

run development environment

```
npm run dev

```

### Link your storage folder to public folder

[](#link-your-storage-folder-to-public-folder)

Make production build

```
php artisan storage:link

```

Installation with single action
-------------------------------

[](#installation-with-single-action)

create a new folder with the appropriate project name, open terminal and run the following command.

```
laravel new

```

#### navigate to the directory and run the following commands

[](#navigate-to-the-directory-and-run-the-following-commands)

```
composer require susheelbhai/laravel_starter_kit
php artisan starter_kit:initial_settings
php artisan migrate:fresh --seed
php artisan starter_kit:final_settings
php artisan storage:link
npm run build
npm run dev

```

### start development server.

[](#start-development-server)

#### if php artisan serve is not working, you use the alternative command

[](#if-php-artisan-serve-is-not-working-you-use-the-alternative-command)

```
php -S 127.0.0.1:23456 -t public

```

Deployment checklist
--------------------

[](#deployment-checklist)

### update .env file

[](#update-env-file)

```
APP_ENV=production
APP_DEBUG=false
APP_URL="actual url"

```

### AppServiceProvider

[](#appserviceprovider)

replace public\_html with your actual public folder name

### Create symlink

[](#create-symlink)

```
https://yourdomain.com/link-storage

```

### License

[](#license)

This Laravel Starter Kit Package is developed by susheelbhai for personal use software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance68

Regular maintenance activity

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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 ~7 days

Recently: every ~0 days

Total

150

Last Release

62d ago

Major Versions

v1.2.4 → v2.0.02024-03-23

v2.2.8 → v3.0.02025-05-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/9d324a9930fc536f84b495c972521e05384cefea99250652c702e134757ea47f?d=identicon)[susheelbhai](/maintainers/susheelbhai)

---

Top Contributors

[![susheelbhai](https://avatars.githubusercontent.com/u/64020920?v=4)](https://github.com/susheelbhai "susheelbhai (142 commits)")

### Embed Badge

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

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[code16/sharp

Laravel Content Management Framework

78959.5k4](/packages/code16-sharp)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1225.0k10](/packages/fleetbase-core-api)

PHPackages © 2026

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