moawiaab/tawhid

The Laravel Framework.

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

1.0.1 2023-02-24 06:12 UTC

This package is auto-updated.

Last update: 2024-05-05 11:29:30 UTC


README

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