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
- Host: GitHub
- URL: https://github.com/tikrack/salam_document
- Owner: tikrack
- Created: 2024-08-30T09:49:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T20:50:21.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T03:39:29.836Z (over 1 year ago)
- Language: PHP
- Size: 423 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```