PHPackages                             ricadesign/laravel-product-detail - 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. [Templating &amp; Views](/categories/templating)
4. /
5. ricadesign/laravel-product-detail

ActiveLibrary[Templating &amp; Views](/categories/templating)

ricadesign/laravel-product-detail
=================================

Product detail main structure view

0.1.0(5y ago)077MITPHP

Since May 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Ricadesign/laravel-product-detail)[ Packagist](https://packagist.org/packages/ricadesign/laravel-product-detail)[ RSS](/packages/ricadesign-laravel-product-detail/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Laravel Product Detail
======================

[](#laravel-product-detail)

This composer package offers a basic setup for displaying product detail page.

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

[](#installation)

Begin by pulling in the package through Composer.

```
composer require ricadesign/laravel-product-detail
```

Next, if using Laravel 5, include the service provider within your `config/app.php` file. From version 5.5 and thanks to [package autodiscovery](https://laravel-news.com/package-auto-discovery) this is no longer necesary.

```
'providers' => [
    Ricadesign\LaravelProductDetail\LaravelProductDetailServiceProvider::class,
];
```

Publishing all needed stuff
---------------------------

[](#publishing-all-needed-stuff)

In order for the package to work properly, it is needed publish view and sass file:

```
php artisan vendor:publish --tag=product[config-sass-view-controller]
```

You can also publish migration and model in case you need them:

```
php artisan vendor:publish --tag=product[migration-model]
```

Usage
-----

[](#usage)

Once installed you can navigate to **/product/{id}**. A product detail's mock up will be displayed, fully customizable by views/vendor/product/indexphp and sass/vendor/product/product-detail.scss previously published.

You can change the path from product.php published in config directory.

Future implementation
---------------------

[](#future-implementation)

Automatically check if migration products is already created to publish or not migrations.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

Unknown

Total

1

Last Release

1883d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/48395571?v=4)[jperez8](/maintainers/jperez8)[@jperez8](https://github.com/jperez8)

---

Top Contributors

[![jperez8](https://avatars.githubusercontent.com/u/48395571?v=4)](https://github.com/jperez8 "jperez8 (19 commits)")

### Embed Badge

![Health badge](/badges/ricadesign-laravel-product-detail/health.svg)

```
[![Health](https://phpackages.com/badges/ricadesign-laravel-product-detail/health.svg)](https://phpackages.com/packages/ricadesign-laravel-product-detail)
```

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3851.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.1k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.3k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

282.2k](/packages/webkinder-sproutset)

PHPackages © 2026

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