Contribution Guide
How to Contribute
-
Create a new folder
packageinto the root of your existing laravel project -
Clone the repository into
packagefoldergit clone https://github.com/developermithu/tallcraftui.git -
Modify
composer.json// Change `stable` to `dev`"minimum-stability": "dev",// Add this"repositories": {"developermithu/tallcraftui": {"type": "path","url": "package/tallcraftui","options": {"symlink": true}}}, -
Require the package for local symlink
composer require developermithu/tallcraftui
-
Edit the
tailwind.config.jsinserting this contentexport default {content: [// ..."./vendor/developermithu/tallcraftui/src/**/*.php",],}; -
Start the developmemt server
bun dev