febrihidayan / laratalk-demo
Demo laratalk package.
dev-main
2021-08-13 14:05 UTC
Requires
- php: ^7.3|^8.0
- febrihidayan/laratalk: ^0.4.2
- fruitcake/laravel-cors: ^2.0
- guzzlehttp/guzzle: ^7.0.1
- laravel/breeze: ^1.3
- laravel/framework: ^8.54
- laravel/tinker: ^2.5
Requires (Dev)
- facade/ignition: ^2.5
- fakerphp/faker: ^1.9.1
- laravel/sail: ^1.0.1
- mockery/mockery: ^1.4.2
- nunomaduro/collision: ^5.0
- phpunit/phpunit: ^9.3.3
This package is auto-updated.
Last update: 2025-03-13 21:38:26 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:
cp .env.example .env
php artisan key:generate
- Do database configuration and create pusher account
php artisan migrate
yarn && yarn watch
ornpm install && npm run watch
php artisan storage:link
php artisan serve