Download the PHP package pkeidel/dbtolaravel without Composer
On this page you can find all versions of the php package pkeidel/dbtolaravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pkeidel/dbtolaravel
More information about pkeidel/dbtolaravel
Files in pkeidel/dbtolaravel
Download pkeidel/dbtolaravel
More information about pkeidel/dbtolaravel
Files in pkeidel/dbtolaravel
Vendor pkeidel
Package dbtolaravel
Short Description Reads a database and creates the migrations, models, controllers and blades for the tables
License MIT
Package dbtolaravel
Short Description Reads a database and creates the migrations, models, controllers and blades for the tables
License MIT
Please rate this library. Is it a good library?
Informations about the package dbtolaravel
README
With this package it is possible to auto-generate a lot of needed files if you already have an existing database schema. Files that can be generated:
- migration
- model
- views to view a single model, edit a single model and list all models
- controller
- route
- seeder with existing data
Install
DB2Laravel is only active if APP_DEBUG=true
or DBTOLARAVEL_ENABLED=true
usage
- visit yoururl/dbtolaravel, for example http://127.0.0.1/dbtolaravel
- you can select a configured database connection
- in the table you can create all files of view a diff to compare the file to an existing one
Filter Tables
Register a filter in your AppServiceProvider.php
:
Override type mapping
All versions of dbtolaravel with dependencies
PHP Build Version
Package Version
The package pkeidel/dbtolaravel contains the following files
Loading the files please wait ....