anthonyedmonds/laravel-db-views

Manage database views for Laravel applications

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/anthonyedmonds/laravel-db-views

0.0.3 2026-02-16 14:56 UTC

This package is auto-updated.

Last update: 2026-02-16 14:57:13 UTC


README

Composer status Coverage status NPM status PHP version Tests status

Manage database views for Laravel applications

Installation

Add this library using composer require anthonyedmonds/laravel-db-views.

The service provider will be automatically registered.

Publish the config file using php artisan vendor:publish --tag=db-views"

How does this work?

You can define any number of Views by extending the View class provided in this library.

Register your View classes in the config file then run the update:db-views Artisan command to add them to your database.

Running the command will cause each registered View to be deleted and recreated fresh.

Configuration

Views

Register the class-string of each View to be managed by the update:db-views command.

Help and support

You are welcome to raise any issues or questions on GitHub.

If you wish to contribute to this library, raise an issue before submitting a forked pull request.

Licence

Published under the MIT licence.