postboxcms / inspire
This is a package to show inspiring quotes to the developer
v1.1
2025-01-11 05:26 UTC
Requires
- guzzlehttp/guzzle: ^7.0.1
README
"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
}
}
]