Skip to content

Releases: awais-vteams/laravel-crud-generator

v2.1.8

22 Oct 03:52
aba10f7

Choose a tag to compare

What's Changed

  • Fix: Livewire stubs not found on Linux (case sensitivity) by @acgy in #74
  • Revert "Fix: Livewire stubs not found on Linux (case sensitivity)" by @awais-vteams in #75
  • Revert "Revert "Fix: Livewire stubs not found on Linux (case sensitivity)"" by @awais-vteams in #77
  • Fix: properly rename Livewire stub files to lowercase (no duplicates) by @acgy in #76

New Contributors

  • @acgy made their first contribution in #74

Full Changelog: v2.1.7...v2.1.8

v2.1.7

27 Jul 03:55
061cdae

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.6...v2.1.7

v2.1.6 - Fix custom stub

23 Jul 06:00
e426529

Choose a tag to compare

What's Changed

  • Bump league/commonmark from 2.6.1 to 2.7.0 by @dependabot[bot] in #65

Full Changelog: v2.1.5...v2.1.6

v2.1.5

04 Apr 02:58
e40fd30

Choose a tag to compare

What's Changed

  • fix(modelgenerator): fixed foreign table extraction in getBelongsTo method. by @zehntner in #59

New Contributors

Full Changelog: v2.1.4...v2.1.5

v2.1.4

23 Mar 06:47

Choose a tag to compare

What's Changed

  • Livewire layout updates using flux for Laravel12
  • fixed an issue whereby the hasMany.. etc functions in models had dots in them by @eoinok in #55
  • issue #52
  • issue #56

New Contributors

Full Changelog: v2.1.3...v2.1.4

Laravel v12

25 Feb 05:00
5801653

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.2...v2.1.3

v2.1.2

09 Dec 06:04

Choose a tag to compare

What's Changed

  • adding layout option to false - issue-#36
  • Bump symfony/process from 7.0.4 to 7.1.7 by @dependabot in #39
  • Bump symfony/http-foundation from 7.0.4 to 7.1.7 by @dependabot in #38
  • Bump laravel/framework from 11.0.7 to 11.31.0 by @dependabot in #42

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.1

11 Jun 04:33
4a78595

Choose a tag to compare

Possibility of 100% customizing the generated views, controller, and Livewire components

  • Copy the stubs files and customize
php artisan vendor:publish --tag=stubs-crud
  • Bug fixes

PR

New Contributors

Full Changelog: v2.1.0...v2.1.1

Bug fix for bootstrap blade

22 Apr 02:40

Choose a tag to compare

v2.1.0

Merge remote-tracking branch 'origin/2.x' into 2.x

v2.0

21 Apr 14:53
c19d718

Choose a tag to compare

v2.0

  • Updated code with Laravel 11.x/10.x and latest versions
  • Drop old version support but can be used by using v1.x
  • Added CRUD to generate Tailwind + Bootstrap 5
  • Added CRUD to generate Livewire
  • Added CRUD for API only
  • Improved forms and table UI
  • Bug fixes

Full Changelog: v1.6...v2.0