VladDvl / blog

Simple blog with Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About Blog

I am learning PHP. This is a blog about programming. It created with the help of laravel framework and uses MVC pattern.

Advantages of using laravel:

Using technology

Laravel, bootstrap 4, jQuery, mysql, git.

Requirements

These software must be installed on a computer:

  • Composer.
  • PHP 7.2 or newer.
  • Laravel 6.
  • MySQL.

Features

This project includes: authentication, registration, administration and commenting system, uploading files, likes and views for articles and comments, cookies.

Deployment steps

Follow these steps for installing it on your coputer:

  1. Open console and go to the desired directory. For example: cd C:/ospanel/domains/
  2. Download: git clone https://github.com/VladDvl/blog.git
  3. Move to the directory of the project: cd C:/ospanel/domains/blog/
  4. Update composer with command: composer self-update
  5. Install dependencies: composer install
  6. Then copy code in the file example.env to the file .env
  7. Create mysql database with the same name, that declared in .env file
  8. Create tables in the database. Write in console the following command: php artisan migrate
  9. Everything is ready to use. Now run openserver and go on the site in your browser. For example: http://blog

External links


About

Simple blog with Laravel


Languages

Language:PHP 69.3%Language:Blade 28.8%Language:HTML 1.6%Language:Shell 0.2%Language:Less 0.1%