dcode/utils

There is no license information available for the latest version (v1.0.2) of this package.

A suite of utilities by DCODE to help with developing Laravel applications.

This package's canonical repository appears to be gone and the package has been frozen as a result.

v1.0.2 2020-07-28 22:26 UTC

This package is auto-updated.

Last update: 2020-12-02 23:19:58 UTC


README

A suite of utilities by DCODE to help with developing Laravel applications.

What is this repository for?

  • Quick summary

How do I get set up?

Migrations

You can publish migrations with:

php artisan vendor:publish --provider="Dcode\Utils\UtilsServiceProvider" --tag="migrations"
php artisan migrate

Views

You can publish views with:

php artisan vendor:publish --provider="Dcode\Utils\UtilsServiceProvider" --tag="views"

You should then be able to find views in your project at resources/views/vendor/utils/. You can then copy them into your project files as you wish.

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact