Laravel Forge - Scheduling a Cron Job
A guide on how to schedule cron jobs using Laravel Forge, explaining the process and its benefits for background tasks.
A guide on how to schedule cron jobs using Laravel Forge, explaining the process and its benefits for background tasks.
Explains how to detect environments in Laravel Forge using environment variables and recommends best practices.
A tutorial on configuring a Laravel application to use a PostgreSQL database when deploying on the Heroku platform.
A guide on setting up and connecting a Laravel application to a MySQL database using the ClearDB add-on on the Heroku platform.
A step-by-step guide to deploying a Laravel application on Heroku, covering setup, configuration, and deployment.
Explains the technical differences between Laravel's URL::to() and URL::asset() methods for generating URLs, including performance and use cases.
A tutorial on integrating the Mailchimp API with WordPress to manage user interest groups and automate profile updates.
A PHP tutorial on using regular expressions to convert hashtags, mentions, and URLs in tweets into clickable HTML links.
The author built Markedstyle, a web app using Laravel to manage and share custom CSS styles for the Marked Markdown previewer.
Explains how to use grunt-contrib-connect to run a local server with PHP support and livereload for front-end development.
A developer's initial experience and setup guide for the Laravel PHP framework, including installation, configuration, and first impressions.
A technical tutorial on creating a settings page for a Drupal 8 module, focusing on configuration forms and the Global Redirect module.
A tutorial on creating a configuration settings page for a Drupal 8 module, covering form class structure and Drupal's configuration system.
Explains how to process Content Security Policy violation reports with a practical PHP script example.
Explains how to use PHP's short ternary operator (?:) for more concise code, replacing repetitive variable checks.
A developer rediscovers his passion for PHP after discovering the Laravel framework, which overcomes the language's traditional shortcomings.
A guide to manually enable PHP 5.5 on Windows Azure Web Sites using remote shell access and the KuduExec tool.
A technical guide on using the undocumented `addthis_widget` action to integrate AddThis share buttons into a custom WordPress theme.
A guide to integrating unit test execution into the deployment process for applications hosted on Windows Azure Web Sites, using PHP and PHPUnit as an example.