Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
47 lines (30 loc) · 638 Bytes

readme.md

File metadata and controls

executable file
·
47 lines (30 loc) · 638 Bytes

Salam Admin & API

URLs

Admin: https://admin.salamlang.ir/

API: https://api.salamlang.ir/

Getting started

✅ Install composer package

composer i

✅ Generating autoload files

composer dump-autoload

✅ Run the following command to run the project

php artisan serve

✅ To set the port yourself, use the following code

php artisan serve --port=8090

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

./vendor/bin/pint

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

php artisan db:seed

Copyright 2024, Salam Team