Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Laravel Cycle Orm Adapter Laravel Package

wayofdev/laravel-cycle-orm-adapter

View on GitHub
Deep Wiki
Context7

import {Callout} from "nextra-theme-docs"; import {OptionTable} from "../../components/env-table"; import Image from 'next/image';

Database Commands

Database commands provides tooling to manage and inspect your databases.

Command Reference Table

export const columns = [ { key: 'command', header: 'Command', headerClassName: '', cellClassName: 'whitespace-pre py-2 font-mono text-xs font-semibold leading-6 text-violet-600 dark:text-violet-500' }, { key: 'description', header: 'Description', headerClassName: 'px-6', cellClassName: 'py-2 pl-6', } ]

export const commands = [ ["cycle:db:list", "Get list of available databases, their tables and records count."], ["cycle:db:table", "Describe table schema of specific database"], ];

<OptionTable options={commands.map(([command, description]) => ({ command, description }))} columns={columns} />

Listing Databases

cycle:db:list

This command provides a comprehensive list of all databases, along with their tables and the count of records in each table.

Usage

php artisan cycle:db:list

Example

Describing Table Schema

cycle:db:table

To get detailed information about the schema of a specific table, use the cycle:db:table command. This includes column names, types, and other relevant metadata.

Usage

php artisan cycle:db:table your_table_name

Options

--d|database: The name of the database to use. If not provided, the default database will be used.

Example

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
besmartand-pro/php-quality-config
sentix/ai-chatbot
terminal42/code-quality-tools
codifyo/ts-generator-bundle
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity