Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/4lifbima/website-profile-programming

Website ini saya buat untuk pembelajaran laravel😊
https://github.com/4lifbima/website-profile-programming

company-profile filamentadmin laravel

Last synced: 19 days ago
JSON representation

Website ini saya buat untuk pembelajaran laravel😊

Awesome Lists containing this project

README

        

## Installation

Install Company profile dengan composer

```bash
cd company-profile-gas
composer Install
```
Kemudian copypaste .env.example
```bash
cp .env.example .env
```
Buatlah key generate
```bash
php artisan key:generate
```
cek file .env and Kemudian Samakan dengan nama DB_DATABASE dengan nama database di MySql

Jalankan migrate dengan seed
```bash
php artisan migrate --seed
```
Buatlah symlink pada project
```bash
php artisa storage:link
```
Terakhir jalankan ```php artisan serve```

Buka browser and menjalankan laravel
```bash
http://127.0.0.1:8000/
```
## Demo

Url : ```http://127.0.0.1:8000/admin/login```

Untuk Login admin:
```php
username: [email protected]
password: password
```

## Screenshots