Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.29 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.29 KB

Page Analyzer Hexlet

Actions Status github action status Maintainability Test Coverage

The third project of four, within the framework of the profession of a PHP programmer on Laravel Hexlet.

Project Description

It is necessary to implement a website based on the Laravel framework. Page Analyzer is a web application that performs queries over the network and stores data in a database.

Demonstration: https://web-production-6f3d.up.railway.app/

Requirements

  • PHP ^7.4 || ^8.1
  • Extensions: mbstring, curl, dom, xml,zip, sqlite3
  • Composer 2
  • Node.js & npm
  • SQLite for local

Setup

$ sudo apt install php
$ git clone https://github.com/VaLeraGav/php-project-9.git
$ cd php-project-lvl3
$ make setup