Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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😊
- Host: GitHub
- URL: https://github.com/4lifbima/website-profile-programming
- Owner: 4lifbima
- Created: 2024-11-22T16:08:03.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-11-22T16:26:47.000Z (about 1 month ago)
- Last Synced: 2024-11-22T17:28:18.291Z (about 1 month ago)
- Topics: company-profile, filamentadmin, laravel
- Language: PHP
- Homepage:
- Size: 6.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 MySqlJalankan 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/
```
## DemoUrl : ```http://127.0.0.1:8000/admin/login```
Untuk Login admin:
```php
username: [email protected]
password: password
```## Screenshots