add create-me command

This commit is contained in:
2025-03-26 18:50:10 +05:00
parent f6b88a66ff
commit f1e9d46d4b
2 changed files with 26 additions and 0 deletions

View File

@@ -1 +1,13 @@
# F
# Installation
```bash
# Clone
composer install
cp .env .env.example
touch database/database.sqlite
php artisan migrate --seed
```