postboxcms/inspire

This is a package to show inspiring quotes to the developer

v1.1 2025-01-11 05:26 UTC

This package is auto-updated.

Last update: 2025-03-15 14:28:48 UTC


README

Logo PostboxCMS

Total Downloads Latest Stable Version License

"The most powerful thoughts can bring the best in you or make you do the worst"
- Sanket Raut

About

This package does not do anything except for displaying random quotes from famous personalities across the world (Of course, not me 😉). The sole purpose of developing this package is to provide a baseline for creating new packages in PostboxCMS. This package can be integrated with any Laravel installation

Note - To let the package to be discovered locally, add the following to your composer.json

"repositories": [
      {
            "type": "path",
            "url": "packages/postboxcms/inspire",
            "options": {
                "symlink": true
            }
        }
    ]