Download the PHP package ajthinking/modeltables without Composer
On this page you can find all versions of the php package ajthinking/modeltables. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ajthinking/modeltables
More information about ajthinking/modeltables
Files in ajthinking/modeltables
Download ajthinking/modeltables
More information about ajthinking/modeltables
Files in ajthinking/modeltables
Vendor ajthinking
Package modeltables
Short Description auto detection of models and redering them into tables
License MIT
Package modeltables
Short Description auto detection of models and redering them into tables
License MIT
Please rate this library. Is it a good library?
Informations about the package modeltables
ModelTables for Laravel
I found myself constantly going back to tinker or some db tool to check the data in my tables. This package detects any models on the fly and put the data into neat tables.
Enjoy!!
Quickstart
That's it. Now you can visit any route like
Notes
- If your using Laravel < 5.5 you need to manually add the serviceprovider
- By default the package scans /app/ and /app/Models/ and assumes all files there are models
- You might not want this package running in production exposing all your users etc. Then just install with composer require --dev
- Having other files side by side with your Models will propblably crash this package
- Model pages need to be migrated before accessed
Todo
- Move model folder paths to a config
- Add path prefix to config
- Check if model has been migrated
- Catch exceptions
- Put links in the table to any related models.
Contributing
- Pull requests welcome.
Licence
- MIT
All versions of modeltables with dependencies
PHP Build Version
Package Version
Requires
yajra/laravel-datatables-oracle Version
~8.0
The package ajthinking/modeltables contains the following files
Loading the files please wait ....