febrihidayan/laratalk-demo

Demo laratalk package.

Maintainers

Package info

github.com/febrihidayan/laratalk-demo

Type:project

pkg:composer/febrihidayan/laratalk-demo

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is auto-updated.

Last update: 2026-03-13 23:47:11 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