Skip to content

vinicius73/laracasts-downloader

 
 

Repository files navigation

Laracasts Downloader

Codacy Badge SensioLabsInsight Scrutinizer Code Quality Build Status

Downloads new lessons and series from laracasts if there are updates. Or the whole catalogue.

Description

Syncs your local folder with the laracasts website, when there are new lessons the app download it for you. If your local folder is empty, all lessons and series will be downloaded!

An account with an active subscription is necessary!

Requirements

  • PHP >= 5.4
  • curl with SSL support
  • Composer

Installation

  • Clone this repo to a folder in your machine
  • Add a config.ini with your options, there is a config.example.ini
  • composer install
  • php start.phpand you are done!

Also works in the browser, but is better from the cli because of the instant feedback

Troubleshooting

If you have a cURL error 60: SSL certificate problem: self signed certificate in certificate chain do this:

And you are done! If using apache you may need to restart it.

License

This library is under the MIT License, see the complete license here

About

Downloads new lessons and series from laracasts if there are updates. Or the whole catalogue.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%