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

https://github.com/salithaucsc/laravel-simple-blog

A simple web application based on a blog concept
https://github.com/salithaucsc/laravel-simple-blog

boostrap4 laravel5 mysql php

Last synced: over 1 year ago
JSON representation

A simple web application based on a blog concept

Awesome Lists containing this project

README

          

# Laravel simple Blog
## Simple web application developed using Laravel to show, create, edit and delete posts.
### Instructions to setup
1. Download the zip file.
2. Extract it and rename as **Blog**.
3. Run XAMPP or WAMP and go to "http://localhost/phpmyadmin".
4. Create a new database called **laravel_test** and select it.
5. Then import the SQL file included in the project folder called **laravel_test.sql**.
6. Navigate to "C:\xampp\htdocs" folder (if you are using XAMPP) or "C:\wamp\www" folder (if you are using WAMP).
7. Now move the **Blog** folder into it.
8. Open a **cmd** and go into the project folder using : cd "C:\xampp\htdocs\Blog
9. Type **php artisan serve** in cmd.
9. Open the web browser and type the URL for the project as - "http://localhost:8000".

### Screenshots

![postsview](https://user-images.githubusercontent.com/23145752/36991127-cb394cf0-20cc-11e8-8940-2f2e27745a96.png)

![createpost](https://user-images.githubusercontent.com/23145752/36991411-96161e4e-20cd-11e8-93c3-aab1ec1f12ef.png)

![signlepost](https://user-images.githubusercontent.com/23145752/36991293-40b64ece-20cd-11e8-9d08-e207867b9c08.png)