git clone https://github.com/Mogok-TS/SMS.git
Open .env file to configure your database and it's name, host, and password
cp .env.example .env / copy .env.example .env
composer install
npm install
php artisan key:generate
php artisan migrate
php artisan serve
localhost:8000