Membuat Blog App dengan Laravel
Laravel 8 Blog
Sistem informasi blog yang dibuat menggunakan laravel versi 8.
Author
Laravel 8 blog dibuat oleh :
Fitur
- Autentikasi Admin, Penulis dan Pembaca
- CRUD Kategori
- CRUD Tag
- CRUD Post
- CRUD Banner
- CRUD Logo
- CRUD Footer
- CRUD Tentang/About
- Rekomendasi post
- Like post
- Dan lain-lain
User
Admin
- email: admin@gmail.com
- Password: 123123123
Penulis
- email: penulis@gmail.com
- Password: 123123123
Pembaca
- email: pembaca@gmail.com
- Password: 123123123
Install
Clone Repository
git clone https://github.com/musyahya/laravel_8_blog.git
Download zip
extract file zip
Buka di kode editor
Install composer
composer install
Copy .Env
copy .env.example menjadi .env
Buat database di localhost
nama database : laravel_8_blog
Setting database di .env
DB_PORT=3306
DB_DATABASE=laravel_8_blog
DB_USERNAME=root
DB_PASSWORD=
Generate key
php artisan key:generate
Jalankan migrate dan seeder
php artisan migrate --seed
Buat storage link
php artisan storage:link
Jalankan Serve
php artisan serve
Contributing
Contributions, issues and feature requests di persilahkan. Jangan ragu untuk memeriksa halaman masalah jika Anda ingin berkontribusi. Berhubung Project ini saya sudah selesaikan sendiri, namun banyak fitur yang kalian dapat tambahkan silahkan berkontribusi yaa!
License
- Copyright © 2021 Musyahya.
Source Code
To use this app, please view the source code via the link below.
We hope that Membuat Blog App dengan Laravel article will be useful. Please continue to visit this site to get other latest free application source code info. You can also join the telegram channel or subscribe to email to get the latest updates. Thank You.