Skip to content

thongphp/XGallery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

619 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XGallery

Scrutinizer Code Quality CI Code Intelligence Status

Official website XCrawler

Getting started

Required service

  • Redis for queues ( and cache )
  • Supervisor for queues
  • MySQL & Mongodb

Launch the starter project

(Assuming you've installed Laravel)

Fork this repository, then clone your fork, and run this in your newly created directory:

composer install

Next you need to make a copy of the .env.example file and rename it to .env inside your project root.

Run the following command

php artisan key:generate
php artisan migrate:fresh

You will need provide extra data like Google / Flickr keys

Licence

This software is licensed under the Apache 2 license, quoted below.

Copyright 2018 SoulEvil.com (https://soulevil.com).

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

XGallery - Web crawler automation [Laravel version]

Resources

License

Security policy

Stars

Watchers

Forks

Contributors

Languages

  • PHP 84.8%
  • Blade 14.9%
  • Other 0.3%