PHPackages                             nazmussakib44/laravel-vue-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. nazmussakib44/laravel-vue-starter-kit

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

nazmussakib44/laravel-vue-starter-kit
=====================================

A Laravel back-end &amp; Vue front-end starter kit with registration, login, authentication &amp; logout (laravel/sanctum, Vue router, Vuex, Axios &amp; Interceptor )

082PHP

Since Feb 13Pushed 3y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-vue-starter-kit
=======================

[](#laravel-vue-starter-kit)

A Laravel back-end &amp; Vue front-end starter kit with registration, login, authentication &amp; logout (laravel/sanctum, Vue router, Vuex, Axios &amp; Interceptor )

Requirements
------------

[](#requirements)

- Node JS - version 14+
- PHP - version 7+
- Laravel - version 8+

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

[](#installation)

Clone the repository: (You may use ssh or github cli)

```
https://github.com/nazmussakib44/laravel-vue-starter-kit.git
```

For Back-end
------------

[](#for-back-end)

Go to starter backend folder and edit .env file to connect your database.

> You may find env.example file just rename it to .env file and connect your database.

```
cd starter-backend
```

Open .env file and edit

```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=starter // add your database name
DB_USERNAME=root // your username
DB_PASSWORD=root //your password

```

Install composer

```
composer install
```

Run backend

```
php artisan serve
```

You should see the running url like - [![Server running](/images/2.png?raw=true "Server Running")](/images/2.png?raw=true)

For Front-end
-------------

[](#for-front-end)

Go to frontend folder

```
cd starter-frontend
npm install --legacy-peer-deps
```

Open config.js file and change apiUrl based on your environment

```
const env = 'dev'; //change it to const env  = 'prod'; for build and run command npm run build

const dev = {
    apiUrl: 'http://127.0.0.1:8000', //for development environment
    env: env
};

const prod = {
    apiUrl: 'https://cloud.net.au', //for production environment
    env: env
};

const config = {
    dev,
    prod
};

module.exports = config[env];

```

Run the front-end

```
npm run serve
```

**!!!And you are ready to go!!!**

License
-------

[](#license)

MIT

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity23

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/2e5c800da0a0c21e5e16932e4fae448227be9a46abf607e13b208d477d5205a0?d=identicon)[nazmussakib44](/maintainers/nazmussakib44)

---

Top Contributors

[![nazmussakib44](https://avatars.githubusercontent.com/u/25564974?v=4)](https://github.com/nazmussakib44 "nazmussakib44 (1 commits)")

### Embed Badge

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

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

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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