PHPackages                             susheelbhai/laravel-basekit - 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-basekit

ActiveLibrary[Framework](/categories/framework)

susheelbhai/laravel-basekit
===========================

Starter Kit developed for Laravel.

v1.1.6(1mo ago)0381MITTypeScript

Since Apr 15Pushed 1mo agoCompare

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

READMEChangelogDependenciesVersions (10)Used By (1)

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-basekit

```

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

[](#configuration)

### Required command order

[](#required-command-order)

Run these **3 commands in the same order**:

Installs required **Composer** and **NPM** packages used by the starter kit (already present packages are skipped automatically).

```
php artisan basekit:install_package

```

Publishes starter kit resources into your app (config, routes, views including Blade themes under `resources/views/themes`, assets, storage scaffolding, tests, etc).

```
php artisan basekit:publish

```

Applies initial project setup (updates `.env` values and writes required config keys like `app.render_type`, mail flags, timezone, etc).

```
php artisan basekit: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 basekit:final_settings

```

### Link your storage folder to public folder

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

```
php artisan storage:link

```

### Create a build

[](#create-a-build)

Make production build

```
npm run build

```

run development environment

```
npm run dev

```

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-basekit

php artisan basekit:install_package
php artisan basekit:publish
php artisan basekit:initial_settings
php artisan migrate:fresh --seed
php artisan basekit:final_settings
php artisan storage:link
npm run build
npm run dev

```

Installation (step-by-step)
---------------------------

[](#installation-step-by-step)

See the **Installation with single action** section below for the one-shot command list, or follow the detailed steps under **Configuration** (required command order → migrate database → final settings → storage link → build/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

39

—

LowBetter than 84% of packages

Maintenance93

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

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

Total

9

Last Release

33d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/64020920?v=4)[Susheel Kumar Singh](/maintainers/susheelbhai)[@susheelbhai](https://github.com/susheelbhai)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M822](/packages/laravel-socialite)[laravel/dusk

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

1.9k38.6M289](/packages/laravel-dusk)[pinguo/php-msf

Pinguo Micro Service Framework For PHP

1.7k4.2k](/packages/pinguo-php-msf)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)

PHPackages © 2026

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