Download the PHP
package northwestern-sysdev/er-diagram-tool without Composer
On this page you can find all versions of the php package
northwestern-sysdev/er-diagram-tool. 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.
Automatically generate interactive entity relationship diagram for models & their relationships in Laravel and emit a static HTML file for use in a VuePress site.
This package is a heavily-customized fork from kevincobain2000/laravel-erd meant for use in some very specific circumstances. If you're not part of @NIT-Administrative-Systems, you should probably check out the original package instead!
The changes include:
Adding ribbons to models in the diagram with PHP attributes on the model class
Different default settings for goJS to render huge diagrams efficiently
Different default settings for discovering models in App\Domains\<something>\Models namespaces
Installation
You can install the package via composer.
Usage
You can generate a static HTML file with the artisan command:
This will be placed in docs/.vuepress/public/erd, or whatever path you have configured in config/laravel-erd.php.
Using Ribbons
Enabling ribbon support is done by registering a function to get ribbons.
First, create an attribute with some properties you want to include in the ribbon:
Next, register a callback in a provider's
And then use the attribute on some models:
This will pick them up and add a ribbon with the "Student System" text on it, indicating the table is populated from the student system's degree types.
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 northwestern-sysdev/er-diagram-tool contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.