Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

anlisha-maharjan/laravel-web-scraping

Repository files navigation

⚠️ This project is no longer maintained ⚠️

About

Web Scraping With PHP. A Laravel REST API to fetch content of any website. We’ll be using spatie/crawler package which will provide us with a great features for writing crawlers without going absolutely crazy!

Requirements

  1. PHP verion 5.6 or newer
  2. composer

Setup

# Clone the repo git clone cd laravel-web-scraping # Copy .env.example to .env cp .env.example .env # Update/Install depencencies composer update # Sets the APP_KEY value in . env file php artisan key:generate # First setup database connections in .env such as DB_DATABASE=laravel-web-scraping DB_USERNAME= and DB_PASSWORD # Run all migrations and seed database php artisan migrate:fresh --seed 

About

Web Scraping With PHP. A Laravel REST API to fetch content of any website.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published