bearcodi / laravel-postgresql-schemas
There is no license information available for the latest version (dev-main) of this package.
Package info
github.com/bearcodi/laravel-postgresql-schemas
pkg:composer/bearcodi/laravel-postgresql-schemas
dev-main
2024-05-09 06:11 UTC
Requires
Requires (Dev)
- laravel/pint: ^1.15
- nunomaduro/collision: ^7.8
- orchestra/testbench: ^8.0
This package is auto-updated.
Last update: 2026-03-09 10:00:47 UTC
README
__ __
/ / ___ ________ __ _____ / /
/ /__/ _ `/ __/ _ `/ |/ / -_) /
/____/\_,_/_/ \_,_/|___/\__/_/
___ __ ________ __
/ _ \___ ___ / /____ ________ / __/ __ \ / /
/ ___/ _ \(_-</ __/ _ `/ __/ -_)\ \/ /_/ / / __
/_/ \___/___/\__/\_, /_/ \__/___/\___\_\/____/
/___/
____ __
/ __/___/ / ___ __ _ ___ ____
_\ \/ __/ _ \/ -_) ' \/ _ `(_-<
/___/\__/_//_/\__/_/_/_/\_,_/___/
WARNING This is work in progress!!!
About
Laravel package to add support for PostgreSQL SCHEMA.
Installation
$ composer require bearcodi/laravel-postgresql-schemas
Publish configuration
$ php artisan config:publish --vendor=bearcodi
Environment Variables
| Variable | Default | Description |
|---|---|---|
DB_SCHEMA_PREFIX |
'' | Prefix for your environments schemas. |
DB_SCHEMA_FORCEDROP |
true |
Implements PostgreSQL CASCADE or RESTRICT on drop of schema. |