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

https://github.com/fariswidhi/larablog

Simple Blog using Laravel 5.5
https://github.com/fariswidhi/larablog

database larablog laravel

Last synced: 3 months ago
JSON representation

Simple Blog using Laravel 5.5

Awesome Lists containing this project

README

          

## Simpe Blog Using Laravel 5.5 & Bootstrap 4

This is a simple blog application using laravel 5.5.
how to use:
1. create a database named "larablog_db" or name up to you.
2. set the configuration in the .env and config / database.php files.
3. run:
``
php artisan migrate
`` on your cli
4. done

## Screenshoot
![alt text](https://raw.githubusercontent.com/fariswidhi/larablog/master/public/uploads/ss1.png)