Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Tallcraftui Laravel Package

developermithu/tallcraftui

View on GitHub
Deep Wiki
Context7
v2.1.3

What's Changed

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v2.1.2...v2.1.3

v2.1.2

What's Changed

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v2.1.1...v2.1.2

v2.1.1
v2.1.0

What's Changed

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v2.0.9...v2.1.0

v2.0.9
v2.0.7
v2.0.6

What's Changed

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v2.0.5...v2.0.6

v2.0.3
v2.0.2

What's Changed

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v2.0.1...v2.0.2

v2.0.1

What's Changed

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v2.0.0...v2.0.1

v2.0.0
v1.4.5

What's Changed

New Contributors

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.4.2...v1.4.5

v2.0-beta

Beta Release

Installation Guideline

Requirements: Tailwind CSS 4.x

composer require developermithu/tallcraftui:^2.0-beta 
php artisan install:tallcraftui

Add primary and secondary color in app.css

[@theme](https://github.com/theme) {
    --color-primary: #6d28d9;
    --color-secondary: #a21caf;
}

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.4.1...v2.0-beta

v1.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.3.9...v1.4.0

Update Guideline (Optional for New Projects)

composer update develpermithu/tallcraftui
php artisan vendor:publish --tag=tallcraftui-config --force

If upgrading from old version to v1.4.0, update your tailwind.config.js

export default {
    content: [
        // Remove this line ❌
        // "./vendor/developermithu/tallcraftui/src/View/Components/**/*.php",
        
        // Add this line βœ…
        "./vendor/developermithu/tallcraftui/src/**/*.php",
    ],
};
v1.3.9

What's Changed

New Contributors

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.3.8...v1.3.9

v1.3.8

What's Changed

Rating : new component πŸŽ‰ Markdown : new component πŸŽ‰ Fixed : security issue πŸ› README : updated

Update Guideline

composer update develpermithu/tallcraftui
php artisan vendor:publish --tag=tallcraftui-config --force

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.3.6...v1.3.8

v1.3.6

What's Changed

Fix: vulnerable security issuesπŸ› Toast: default type is success

$this->toast('success', 'Default toast'); // before β˜‘οΈ
$this->toast('Default toast'); // after βœ…

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.3.5...v1.3.6

v1.3.5

What's Changed

  • Toast : new component πŸŽ‰
  • Table : disable loading effect using no-loading props
  • Accordion : added support for title slot, icon slot and class:icon props #3
  • Tab : fixes issues #2
  • class:label props is now supported in all form components #1

Update Guideline

composer update develpermithu/tallcraftui

php artisan vendor:publish --tag=tallcraftui-config --force

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.3.3...v1.3.5

v1.3.3

What's Changed

  • Avatar : new component πŸŽ‰
  • Alert : resize the size

Update config

php artisan vendor:publish --tag=tallcraftui-config --force

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.3.2...v1.3.3

v1.3.2

What's Changed

  • Tooltip : new component πŸŽ‰
  • Range : new component πŸŽ‰
  • Clipboard : new component πŸŽ‰
  • Accordion : remove underline when hover title

Update Config (optional)

php artisan vendor:publish --tag=tallcraftui-config --force

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.3.0...v1.3.2

v1.3.0

What's Changed

  1. Password : new component πŸŽ‰
  2. Color Picker : new component πŸŽ‰
  3. Tab : new component πŸŽ‰
  4. Accordion : new component πŸŽ‰
  5. Card : new component πŸŽ‰ and bug fixes..

Update config and tallcraftui.css

php artisan vendor:publish --tag=tallcraftui-config --force
php artisan vendor:publish --tag=tallcraftui-css --force

Clear the view cache by running php artisan view:clear

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.2.9...v1.3.0

v1.2.9

What's Changed

  • Spinner : new component πŸ₯³πŸŽ‰
  • Toggle : added color and size variants
  • Table : persist page layout after pagination & added hoverable attribute

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.2.8...v1.2.9

v1.2.8

What's Changed

  • Toggle : bug fix πŸ›
  • Table : new component πŸ₯³πŸŽ‰

Publish tallcraftui.css

php artisan vendor:publish --tag=tallcraftui-css

Import tallcraftui.css in the top of app.css

[@import](https://github.com/import) "./tallcraftui.css";

[@tailwind](https://github.com/tailwind) base;
[@tailwind](https://github.com/tailwind) components;
[@tailwind](https://github.com/tailwind) utilities;

Update Config

php artisan vendor:publish --tag=tallcraftui-config --force

Clear the view cache by running php artisan view:clear

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.2.7...v1.2.8

v1.2.7

What's Changed

  • Drawer : fix drawer dark color & title attribute
  • Alert : fix title color

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.2.6...v1.2.7

v1.2.6

What's Changed

  • Fix : install:tallcraftui command
  • Dropdown : improvement with new fade slide flip rotate animation attributes
  • Modal : added without-trap-focus attribute and close dispatch event
  • Drawer : new component πŸŽ‰

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.2.5...v1.2.6

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
sayedenam/sayed-dashboard
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui
babelqueue/php-sdk
facebook/capi-param-builder-php
babelqueue/symfony
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed