https://github.com/febrihidayan/laratalk-demo
Demo for Laratalk using Laravel 8
https://github.com/febrihidayan/laratalk-demo
Last synced: 2 months ago
JSON representation
Demo for Laratalk using Laravel 8
- Host: GitHub
- URL: https://github.com/febrihidayan/laratalk-demo
- Owner: febrihidayan
- Created: 2021-08-06T04:25:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-13T14:05:25.000Z (over 3 years ago)
- Last Synced: 2025-01-01T23:09:42.445Z (4 months ago)
- Language: PHP
- Size: 179 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laratalk Demo
Laratalk demo package and Breeze for authentication using Laravel 8.### Quick start
You can run this command in terminal.```bash
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`