PHP code example of larra-press / blog-poster
1. Go to this page and download the library: Download larra-press/blog-poster library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
larra-press / blog-poster example snippets
LarraPress\BlogPoster\Facades\BlogPoster::routes();
Route::middleware('auth', function (){
LarraPress\BlogPoster\Facades\BlogPoster::routes();
});
bash
php artisan vendor:publish --tag=larrapress-blog-poster
bash
php artisan migrate
bash
php artisan make:scraping_job ScrapingJobName
bash
php artisan make:scraping_job ScrapingCNNSource