An open API service indexing awesome lists of open source software.

https://github.com/tikrack/salam_document

document for salam language
https://github.com/tikrack/salam_document

Last synced: about 1 year ago
JSON representation

document for salam language

Awesome Lists containing this project

README

          

# salam_document_flight

-✅ Install composer package

```shell
composer i
```

-✅ Generating autoload files

```shell
composer dump-autoload
```

-✅ Run the following command to run the project

```shell
php artisan serve
```

-✅ 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

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

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

```shell
php artisan db:seed
```