Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-22 | 450 Bytes | |
v4.0.2 source code.tar.gz | 2025-06-22 | 31.4 kB | |
v4.0.2 source code.zip | 2025-06-22 | 68.4 kB | |
Totals: 3 Items | 100.2 kB | 5 |
Added
- Add
auth.json
to.gitignore
to exclude sensitive credentials. - Add
storage/app/private
directory and update.gitignore
. - Add Clockwork and IDE helper files to
.gitignore
. - Update
robots.txt
to disallow crawling of the/admin/
path.
Changed
- Update
composer.json
to change repositories structure from array to object.
Removed
- Remove demo component files including
Block
class and view templates.