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 1mo ago

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 19% 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

1831d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/18adaf2c52eae39e5dec6c45e04dfe52c2a2f078687ae263234f1a5d7d308d0b?d=identicon)[jperez8](/maintainers/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

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)

PHPackages © 2026

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