Contribution Guide
How to Contribute
Cyber Week Mega Offer!
Huge discounts on all Hostinger plans
Use our referral link for an extra 20% off!
-
Create a new folder
package
into the root of your existing laravel project -
Clone the repository into
package
foldergit 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.js
inserting this contentexport default {content: [// ..."./vendor/developermithu/tallcraftui/src/View/Components/**/*.php",],}; -
Start the developmemt server
pnpm dev