Releases: nWidart/laravel-modules
Releases Β· nWidart/laravel-modules
v11.0.8
Added
make-action
command by @dcblogdev in #1837make:cast
command by @dcblogdev in #1840make-enum
command by @dcblogdev in #1836make:exception
command by @dcblogdev in #1841make:interface
command by @dcblogdev in #1842make-helper
command by @dcblogdev in #1838make:trait
command by @dcblogdev in #1839make:scope
command by @dcblogdev in #1843
Changed
- missing return type for make service command by @dcblogdev in #1835
- Remove custom namespaces from generator [factory and seeder]. by @solomon-ochepa in #1832
Full Changelog: v11.0.7...v11.0.8
v11.0.7
What's Changed
- Changed wording for command descriptions to be consistent. by @kowston in #1825
- Feature/restrict fresh migration to module scope by @dcblogdev in #1826
- added invokable and force options into make-service command by @dcblogdev in #1828
- Fixed public path for octane setup by @korridor in #1829
- Path Namespace - generate a well-formatted StudlyCase namespace from paths. by @solomon-ochepa in #1827
- enforce config option by @dcblogdev in #1830
New Contributors
Full Changelog: v11.0.6...v11.0.7
v11.0.6
v11.0.5
11.0.4
What's Changed
- corrected factories to Factories and added cache options to ENV by @enterprime in #1791
- added return type array definition by @dcblogdev in #1803
- Update config.php by @solomon-ochepa in #1794
- Add Upgrade Guide Section to README by @alissn in #1806
- set namespace for seeders and factories by @dcblogdev in #1809
Full Changelog: v11.0.3...11.0.4
v11.0.3
What's Changed
- Modified to control the author through the .env configuration file. by @enterprime in #1785
- Passing the values of vendor, author's name, and author's email in a line during module creation. by @enterprime in #1786
- added test to confirm author details by @dcblogdev in #1787
New Contributors
- @enterprime made their first contribution in #1785
Full Changelog: v11.0.2...v11.0.3
v11.0.2
- @enterprime fixed module:migrate-rollback command
Full Changelog: v11.0.1...v11.0.2
v11.0.1
What's Changed
- [style] Run command
php-cs-fixer
by @alissn in #1775 - Update route-provider.stub by @solomon-ochepa in #1774
- Make view command by @dcblogdev in #1776
- [feat] add package version to command 'about' by @alissn in #1778
- Add RouteServiceProvider Configuration in Generator by @alissn in #1780
Full Changelog: v11.0.0...v11.0.1
v11.0.0
What's Changed
- Fix for Symfony/Console by @jyxjjj in #1730
- Update resource-collection.stub by @solomon-ochepa in #1739
- Update resource.stub by @solomon-ochepa in #1738
- Implement base command by @alissn in #1735
- Fix Issue #1752 - Hardcoded string + undefined variable by @Subtixx in #1753
- fix: Failed to load module script for static assets such as images by @jaymeh in #1759
- [fix] Fixing Case of
tests/Unit
andtests/Feature
by @alissn in #1757 - [fix] enable create folder of migration on make new module by @alissn in #1756
- Fixing Case of
Database/Factories
andDatabase/Seeders
by @alissn in #1755 - refactor new module structure, without namespace
app
by @alissn in #1758 - Rearrange Command Classes into Folders and Update Namespace Structure by @alissn in #1762
- Fix Failure Tests by @alissn in #1764
- Update config.php by @solomon-ochepa in #1766
- [feat] add method 'getAppPath' by @alissn in #1768
- Update controller-api.stub by @solomon-ochepa in #1770
- Update api.stub by @solomon-ochepa in #1771
New Contributors
- @jyxjjj made their first contribution in #1730
- @Subtixx made their first contribution in #1753
- @jaymeh made their first contribution in #1759
Full Changelog: v8.4.0...v11.0.0