Download the PHP package egyjs/dbml-to-laravel without Composer

On this page you can find all versions of the php package egyjs/dbml-to-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package dbml-to-laravel

DBML to Laravel Model & Migration Generator

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads DBML to Laravel Model & Migration Generator


Generate Laravel Eloquent models and migration files directly from your DBML (Database Markup Language) files with ease. Learn more about DBML at dbdiagram.io. This package helps Laravel developers streamline the process of turning DBML diagrams into fully functional code. Say goodbye to manually writing repetitive code and let this command-line utility do the work for you.

Features

Package Description

A Laravel package that generates Eloquent models and migration files from DBML schema files. Simplify DBML parsing, automate relationship creation, and enhance development productivity.

Installation

To use this package, add it to your Laravel project via Composer:

Then, publish the stubs:

Usage

This package provides a command that can generate models and migration files from a given DBML file:

Command Overview

How It Works

The command parses your DBML file to read table definitions, columns, enums, and references. It then generates the following:

  1. Models: Laravel Eloquent models are created based on the table definitions. Fields are marked as fillable where appropriate, and relations are generated.
  2. Migrations: Laravel migration files are generated, including the proper data types for each field. Foreign key relationships are set up automatically.

Generated Models

Customization

This package includes customizable stubs for both models and migrations. You can modify these stubs to fit your coding style by publishing them:

After publishing, the stubs will be located in stubs/dbml-to-laravel/. You can edit them to customize how the models and migrations are generated.

Example

Suppose you have the following DBML file (schema.dbml):

Running the command:

Will generate:

Requirements

Documentation

For detailed usage, examples, and advanced configuration, visit our documentation page.

Contributing

Feel free to open issues or submit pull requests. Any improvements or additional features are welcome.

If you're interested in contributing, check out our contribution guidelines.

License

This package is open-sourced software licensed under the MIT license.

SEO Keywords

Tags

laravel, dbml, model generator, migration generator, eloquent, relationships, php, developer tools, schema generator, automation


All versions of dbml-to-laravel with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
spatie/laravel-package-tools Version ^1.16
butschster/dbml-parser Version ^0.3.0
illuminate/contracts Version ^10.0||^11.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package egyjs/dbml-to-laravel contains the following files

Loading the files please wait ....