febrihidayan/laratalk-demo

Demo laratalk package.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:project

pkg:composer/febrihidayan/laratalk-demo

dev-main 2021-08-13 14:05 UTC

This package is auto-updated.

Last update: 2025-10-13 23:03:44 UTC


README

Laratalk demo package and Breeze for authentication using Laravel 8.

Quick start

You can run this command in terminal.

composer create-project febrihidayan/laratalk-demo example-app

Then follow this in order:

  1. cp .env.example .env
  2. php artisan key:generate
  3. Do database configuration and create pusher account
  4. php artisan migrate
  5. yarn && yarn watch or npm install && npm run watch
  6. php artisan storage:link
  7. php artisan serve