Skip to content

moawiaab/tawhid

Repository files navigation

tawhid

Description

Full stack software for open source software back-end through Laravel, front-end through vue with vuetify

Download or Clone

1

Run cp .env.example .env file to copy example file to .env

2

composer install

3

php artisan migrate --seed

4

php artisan key:g

5

php artisan storage:link

6 run server

php artisan serve

7 Login

email : admin@admin.com password: password

Or Install By Composer

To get started, require the package via Composer:

composer create-project moawiaab/tawhid tawhid

run the code

cd tawhid
npm install
npm run dev