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
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
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
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
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
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
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
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
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
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
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
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.