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
- Host: GitHub
- URL: https://github.com/salithaucsc/laravel-simple-blog
- Owner: SalithaUCSC
- Created: 2018-03-05T17:31:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T18:04:16.000Z (over 8 years ago)
- Last Synced: 2025-01-28T05:44:01.542Z (over 1 year ago)
- Topics: boostrap4, laravel5, mysql, php
- Language: PHP
- Size: 2.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


