Chatify Laravel Package Demo application
No Data
[Demo] Laravel application for Chatify Package.
composer install
cp .env.example .env
php artisan migrate
php artisan key:generate
npm install && npm run dev
php artisan storage:link
php artisan serve
Note:as mentioned in the official docs here, you need to publish the necessary assets.