Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Sep 9, 2024
1 parent 88e1a08 commit 03aba77
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,37 @@

## Getting started

-✅ Install composer package
✅ Install composer package

```shell
composer i
```

-✅ Generating autoload files
✅ Generating autoload files

```shell
composer dump-autoload
```

-✅ Run the following command to run the project
✅ Run the following command to run the project

```shell
php artisan serve
```

-✅ To set the port yourself, use the following code
✅ To set the port yourself, use the following code

```shell
php artisan serve --port=8090
```

-✅ You can also run the pint package to clean the code
✅ You can also run the pint package to clean the code

```shell
./vendor/bin/pint
```

-✅ We have seeder! you can run seeders with this command
✅ We have seeder! you can run seeders with this command

```shell
php artisan db:seed
Expand Down

0 comments on commit 03aba77

Please sign in to comment.