iPublicis - Overview

View iPublicis's full-sized avatar

Lopo iPublicis

Block or report iPublicis

Pinned Loading

  1. An easy way to add a preset of plugins to your new WordPress website

    PHP 11

  2. 3

    ##########################

    5

    # Taken from https://forums.cpanel.net/threads/mass-delete-e-mail-accounts-script.387802/
  3. Ensure that the Laravel queue listen... Ensure that the Laravel queue listener is running with "php artisan queue:checkup" and restart it if necessary. You can run this automatically with a cron job: http://laravel.com/docs/scheduling

    3

    namespace App\Console\Commands;

    5

    use Illuminate\Console\Command;
  4. 2

    # File: myapp-node-watcher.path

    4

    # Save this to /etc/systemd/system/

    5

    # Run systemctl enable myapp-node-watcher.path && systemctl daemon-reload && systemctl start myapp-node-watcher.path
  5. 1

    #########################

    3

    # NODE.JS app running in Apache 

    4

    # sample .htaccess  - partialy based on vielhuber/.htaccess

    5

    # Read also https://gist.github.com/vielhuber/f2c6bdd1ed9024023fe4
  6. Limiting max size of images uploaded to Wordpress

    PHP