-
Notifications
You must be signed in to change notification settings - Fork 196
Comparing changes
Open a pull request
base repository: beyondcode/laravel-er-diagram-generator
base: 1.1.1
head repository: beyondcode/laravel-er-diagram-generator
compare: master
Commits on Jul 18, 2018
-
Adds tests for traits and default filenames
Jordan Hoff committedJul 18, 2018 Configuration menu - View commit details
-
Copy full SHA for ef6c2a5 - Browse repository at this point
Copy the full SHA ef6c2a5View commit details -
Jordan Hoff committed
Jul 18, 2018 Configuration menu - View commit details
-
Copy full SHA for ea3cb30 - Browse repository at this point
Copy the full SHA ea3cb30View commit details
Commits on Jul 23, 2018
-
Jordan Hoff committed
Jul 23, 2018 Configuration menu - View commit details
-
Copy full SHA for d45775f - Browse repository at this point
Copy the full SHA d45775fView commit details
Commits on Jul 24, 2018
-
Merge pull request #26 from jhoff/add_tests
Adds tests for traits and default filenames
Configuration menu - View commit details
-
Copy full SHA for 24c9091 - Browse repository at this point
Copy the full SHA 24c9091View commit details
Commits on Jul 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c0f75b0 - Browse repository at this point
Copy the full SHA c0f75b0View commit details
Commits on Jul 31, 2018
-
Merge pull request #31 from diogogomeswww/enhancement/minor-perfomanc…
…e-improvements Minor performance improvements and some docblocks
Configuration menu - View commit details
-
Copy full SHA for 981d387 - Browse repository at this point
Copy the full SHA 981d387View commit details
Commits on Aug 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6098253 - Browse repository at this point
Copy the full SHA 6098253View commit details
Commits on Aug 15, 2018
-
Merge pull request #32 from diogogomeswww/enhancement/add-config-igno…
…re-model-or-relation Add config option to ignore model or just a relation
Configuration menu - View commit details
-
Copy full SHA for ac98742 - Browse repository at this point
Copy the full SHA ac98742View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89f0c9b - Browse repository at this point
Copy the full SHA 89f0c9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 620914e - Browse repository at this point
Copy the full SHA 620914eView commit details
Commits on Sep 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2c36b14 - Browse repository at this point
Copy the full SHA 2c36b14View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb53562 - Browse repository at this point
Copy the full SHA eb53562View commit details
Commits on Sep 19, 2018
-
Merge pull request #37 from diogogomeswww/feature/ignore-abstract-cla…
…sses Feature - Ignore abstract classes
Configuration menu - View commit details
-
Copy full SHA for e9b835e - Browse repository at this point
Copy the full SHA e9b835eView commit details
Commits on Dec 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 43c3a3d - Browse repository at this point
Copy the full SHA 43c3a3dView commit details
Commits on Apr 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6b74d6b - Browse repository at this point
Copy the full SHA 6b74d6bView commit details
Commits on May 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 70c8cf8 - Browse repository at this point
Copy the full SHA 70c8cf8View commit details -
Fix model names with underscores (#41)
* change Avatar to User_Avatar * fix tests * remove - from node name * docblocks * fix ref * snapshots * make unit test to ensure hiphens are handle * rename User_Avatar to Avatar, it's nicer * fix docblocks
Configuration menu - View commit details
-
Copy full SHA for 011694b - Browse repository at this point
Copy the full SHA 011694bView commit details
Commits on Sep 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 83e7de8 - Browse repository at this point
Copy the full SHA 83e7de8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0268113 - Browse repository at this point
Copy the full SHA 0268113View commit details
Commits on Oct 14, 2019
-
Fix the broken tests for older laravel versions (#63)
* Sort the models to get the same results for laravel 5.6 as for the newer versions * Make the relations backward compatible with < laravel 5.8
Configuration menu - View commit details
-
Copy full SHA for d027d5e - Browse repository at this point
Copy the full SHA d027d5eView commit details -
This PR adds support for pivot tables for belongsToMany relationships. (
#64) * Add support for including pivot table for belongsToMany relationships * Fix the relation key names for the lowest supported versions * Sort the models to get the same results for laravel 5.6 as for the newer versions * Make the relations backward compatible with < laravel 5.8 * Catch the reflection exception * Scrunitizer suggested fixes
Configuration menu - View commit details
-
Copy full SHA for afbe30a - Browse repository at this point
Copy the full SHA afbe30aView commit details -
Removed deprecated global helper array and str. Replaced with \Illumi…
…nate\Support classes (#60)
Configuration menu - View commit details
-
Copy full SHA for b4819e5 - Browse repository at this point
Copy the full SHA b4819e5View commit details
Commits on Oct 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ba7abaa - Browse repository at this point
Copy the full SHA ba7abaaView commit details -
Merge pull request #87 from iforwms/feature/whitelist
Allow white-listing models
Configuration menu - View commit details
-
Copy full SHA for 2578ea9 - Browse repository at this point
Copy the full SHA 2578ea9View commit details
Commits on Dec 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d457222 - Browse repository at this point
Copy the full SHA d457222View commit details
Commits on Feb 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for de3b7d5 - Browse repository at this point
Copy the full SHA de3b7d5View commit details
Commits on Jul 21, 2021
-
Reject static methods when searching for model relationships
Alex Barrett committedJul 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 0370e82 - Browse repository at this point
Copy the full SHA 0370e82View commit details
Commits on Feb 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 147da1d - Browse repository at this point
Copy the full SHA 147da1dView commit details
Commits on Feb 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0d569d4 - Browse repository at this point
Copy the full SHA 0d569d4View commit details -
Merge pull request #102 from laravel-shift/l9-compatibility
- Laravel 9 compatibility - Laravel 10 compatibility - Use `DIRECTORY_SEPARATOR` in config
Configuration menu - View commit details
-
Copy full SHA for 548a1f3 - Browse repository at this point
Copy the full SHA 548a1f3View commit details
Commits on Apr 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e3c3211 - Browse repository at this point
Copy the full SHA e3c3211View commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0d570d3 - Browse repository at this point
Copy the full SHA 0d570d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f00dbbd - Browse repository at this point
Copy the full SHA f00dbbdView commit details
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a961d32 - Browse repository at this point
Copy the full SHA a961d32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ccc93b - Browse repository at this point
Copy the full SHA 9ccc93bView commit details -
Merge pull request #106 from orkhanahmadov/patch-1
FIx PHP 8.2 deprecations with string interpolation
Configuration menu - View commit details
-
Copy full SHA for d31e67a - Browse repository at this point
Copy the full SHA d31e67aView commit details -
Merge pull request #99 from SONGHQ/fix/avoid-destructive-static-methods
Reject static methods when searching for model relationships
Configuration menu - View commit details
-
Copy full SHA for facb5e6 - Browse repository at this point
Copy the full SHA facb5e6View commit details -
Merge pull request #108 from NiclasvanEyk/allow-phpparser-5
Allow php-parser 5.x
Configuration menu - View commit details
-
Copy full SHA for 7796af7 - Browse repository at this point
Copy the full SHA 7796af7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe3238d - Browse repository at this point
Copy the full SHA fe3238dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60799f3 - Browse repository at this point
Copy the full SHA 60799f3View commit details
Commits on Oct 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 77c227e - Browse repository at this point
Copy the full SHA 77c227eView commit details
Commits on Dec 6, 2024
-
Merge pull request #116 from marzvrover/master
Enable support for laravel 11.x and php 8.x
Configuration menu - View commit details
-
Copy full SHA for be74cdd - Browse repository at this point
Copy the full SHA be74cddView commit details -
Merge pull request #117 from beyondcode/laravel-11
Laravel 11 & PHP 8.4 Support
Configuration menu - View commit details
-
Copy full SHA for 8df44b2 - Browse repository at this point
Copy the full SHA 8df44b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07254be - Browse repository at this point
Copy the full SHA 07254beView commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.