IMWZ – Bespoke DevOps Work
Menu Menu
  • HOME
  • SERVICES
    • WordPress Development
      • Plugins
    • Ecommerce
      • WooCommerce
      • Magento
    • Laravel Development
      • Laravel – Custom Apps
      • Stedding – Laravel Server
      • DevOps Blogs
    • Maintenance
      • WordPress Updates
      • Backups
      • Hack Repair
      • WordPress Security
    • Online Marketing
      • Content Marketing
      • Social Media Marketing
      • Video Marketing
    • SEO
      • WordPress SEO
      • Keyword Research
  • TUTORIALS
  • BLOGS
    • Laravel
    • VueJS
    • SEO
  • CONTACT
Close

Blog

    MacOS Check localhost ports in use

    • February 14, 2023
    • by Jasper Frumau

    To quickly see on your Mac why your Redis cannot be connected to or why Docker cannot run localhost because port 80 is taken you can use the following on

    Read More

    Get JSON Object Data

    • February 8, 2023
    • by Jasper Frumau

    To get JSON data using JavaScript for data stored as JSON string in the database you can use modules is the name for data objects here but it could of

    Read More

    Laravel Deployer Symlink autoload

    • February 6, 2023
    • by Jasper Frumau

    If you want the latest content to be loaded from the latest symlinked release using PHP Deployer you need to add these lines to your Nginx PHP block After doing

    Read More

    Increase PHP Processes

    • October 8, 2022
    • by Jasper Frumau

    If you need to increate the PHP processes such as maximum number of children, servers, spare servers or requests you can do this from the command line Based on blog

    Read More

    Xolphin Wildcard Certificate & Laravel Forge

    • September 18, 2022
    • by Jasper Frumau

    To work with Xolphin SSL certificates or any SSL certificates at Forge you need to take care of a few simple steps. Self Signing Request You need a self signing

    Read More

    Astra Child Theme cache busting

    • September 17, 2022
    • by Jasper Frumau

    To work with the Astra Child theme as generated using their generator you do need to understand the functionality added to the functions.php. Besides the general enqueueing of the child

    Read More

    Laravel 9 Mailhog Settings

    • September 12, 2022
    • by Jasper Frumau

    Just had an app die on me locally because the mail settings were outdated. Laravel Valet hit a Nginx 504 timeout error. When I checked the logs I saw So

    Read More

    Global Axios Get JSON Method

    • June 5, 2022
    • by Jasper Frumau

    Basic Axios get request to load date as JSON data is done with relative ease using a basic call, naming it get with added url and possible parameters like id

    Read More

    PayPal Thailand closed to new customers

    • August 31, 2021
    • by Jasper Frumau

    PayPal on pause in Thailand for over two years now and not accepting any new customers. Apparently due to a debit card hack allowing loads of PayPal transactions. Thai Banks

    Read More

    Laravel Cached data in Redis

    • May 4, 2021
    • by Jasper Frumau

    If you work with Laravel caching to store queries in the Redis database you may want to every now and then check how the keys are stored and if they

    Read More

    Laravel check if config has been cached

    • March 2, 2021
    • by Jasper Frumau

    To check whether post deployment or post php artisan config:cache the configuration has been truly cached you can look up the cache in your application using ll bootstrap/cache/ total 516

    Read More

    Vue Notifications

    • February 25, 2021
    • by Jasper Frumau

    We use a Vue component to display messages based on success or failure in our Laravel application. We use a Vue Transition wrapper component for these notifications to be precise.

    Read More

    Posts navigation

    1 2 3 … 24 Next »
top