Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 574 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 574 Bytes

Laravel BlogPost

Basic Application Using Laravel Framework.

This is a a Blog Post Written using Laravel Framework.

To use it follow step

  1. Git clone it in C:/xampp/htdocs
  2. create a .env file
  3. copy content of example-env to .env
  4. open bash terminal and run "php artisan key:generate"
  5. In bash run command "composer install" (This will install all dependencies)
  6. Either host it virtually or run php artisan serve

Features

  1. Register
  2. Login
  3. Create new Blog
  4. Publish Blog
  5. Delete Blog
  6. Update Blog
  7. Logout
  8. Read other's blog