This is a package to learn how to develop Laravel Packages

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/jcrucesadrados/inspire

dev-master 2023-08-27 20:24 UTC

This package is not auto-updated.

Last update: 2025-09-30 00:44:40 UTC


README

Full test suite

About this repository

This is a learning repository that is intended to be a source for a Laravel Package.

The package has been developed following the instructions of the following article: https://adevait.com/laravel/how-to-create-a-custom-package-for-laravel

By the way, after the first implementation, I have added some goods like:

  • Follow a SOLID Architecture
  • Add tests compatible with a Laravel Package (using Orchestral Testbench)
  • Setup GitHub actions to test the repository before merging the code to master