Admin: https://admin.salamlang.ir/
API: https://api.salamlang.ir/
✅ 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