moawiaab / tawhid
The Laravel Framework.
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.0.2
- guzzlehttp/guzzle: ^7.2
- laravel/framework: ^9.19
- laravel/sanctum: ^3.0
- laravel/tinker: ^2.7
- laravel/ui: ^4.0
- psr/simple-cache: ^2.0
- spatie/laravel-medialibrary: ^10.4
Requires (Dev)
- fakerphp/faker: ^1.9.1
- laravel/pint: ^1.0
- laravel/sail: ^1.0.1
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^6.1
- phpunit/phpunit: ^9.5.10
- spatie/laravel-ignition: ^1.0
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