Skip to content

ArtemZununov/lar_shop

Repository files navigation

Readme

Installation

Run `composer install`.
Copy .env.example to .env and specify your local variables
Run `php artisan migrate` to deploy db schema
Run `php artisan serve` to start develop server

Develop

Run `npm install`
Run `npm run watch` to enable live assets compiling

Parser

Parsing is written like [phantomjs](http://phantomjs.org/) script.
You can run it manually from terminal.

On Windows:

in parser directory

./bin/phantomjs.exe news.parser.js https://www.pravda.com.ua/rus/news/ 0 true

On Mac:

./parser/bin/phantomjs.exe news.parser.js https://www.pravda.com.ua/rus/news/ 0 true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published