Skip to content

Commit c53f894

Browse files
authored
Update README.md
1 parent 6d13eef commit c53f894

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,13 @@ Fasti::schedule($job, '2024-12-31 23:59:59'); // Schedule a job for New Year's E
2424
> [!NOTE]
2525
> This package requires PHP 8.2+ and Laravel 11+
2626
27-
```
27+
```sh
2828
composer require a-bashtannik/fasti
2929
```
30+
Publish migration table:
31+
```sh
32+
php artisan vendor:publish --provider="Bashtannik\Fasti\Providers\FastiServiceProvider"
33+
```
3034

3135
⚠️ Add the tick command to your `console.php` file:
3236

0 commit comments

Comments
 (0)