PHPackages                             pixcafe/starter - 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. pixcafe/starter

ActiveLibrary

pixcafe/starter
===============

The "Starter" package will help you get start with your new Laravel project with a awesome backend template.

v2.1.0(2y ago)065MITJavaScriptPHP ^7.4|^8.0

Since Sep 26Pushed 2y ago1 watchersCompare

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

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

Laravel Backend Starter Pack
============================

[](#laravel-backend-starter-pack)

[![Latest Version on Packagist](https://camo.githubusercontent.com/df60db395ea4f48f665f139c9957cbc05d559078ead28ecf9b878f98bc096177/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706978636166652f737461727465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pixcafe/starter) [![Total Downloads](https://camo.githubusercontent.com/806ca472958e286f255707c66d74c006b20e815e30d2869663a58055dd734a58/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f706978636166652f737461727465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pixcafe/starter)

The "pixcafe-starter" package will help you get start with your new Laravel project with a awesome backend template. Also, the authentication, basic components will be installed.

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

[](#installation)

You can install the package via composer

```
composer require pixcafe/starter
```

Usage
-----

[](#usage)

##### Step 1: Publish Template Files

[](#step-1-publish-template-files)

```
php artisan vendor:publish --tag=pixcafe-starter --force
```

*Note: It will affect your public directory, so make sure you take backup of your existing files.*

##### Step 2: Add backend route file to your "web.php" file

[](#step-2-add-backend-route-file-to-your-webphp-file)

```
require __DIR__ .'/backend.php';
```

##### Step 3: Add Helper file to your composer.json

[](#step-3-add-helper-file-to-your-composerjson)

in your composer.json file add bellow code inside **autoload:**

```
"files": [
    "app/Helper/Helper.php"
]
```

##### Step 4: Dump new file

[](#step-4-dump-new-file)

In your terminal use bellow command to dump the new file

```
composer dump-autoload
```

Now visit your site, you'll get new home page and other pages. *You're done! Enjoy!*

Credits
-------

[](#credits)

- [Shadhin Ahmed](https://github.com/shadhinplanet)
- Pixcafe Team

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Thank you
---------

[](#thank-you)

Feel free to let us know whwat we should implement more!

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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.

###  Release Activity

Cadence

Every ~2 days

Total

5

Last Release

957d ago

Major Versions

V1.0.1 → v2.0.32023-09-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/018c90fc2606d56ef2054d3de3106011ed6d5d052fdc4f0925c3455a6ece1b36?d=identicon)[shadhinplanet](/maintainers/shadhinplanet)

---

Top Contributors

[![shadhinplanet](https://avatars.githubusercontent.com/u/10692371?v=4)](https://github.com/shadhinplanet "shadhinplanet (10 commits)")

---

Tags

laravelstarterpixcafe

### Embed Badge

![Health badge](/badges/pixcafe-starter/health.svg)

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

PHPackages © 2026

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