Composer/PHPUnit on Windows Shell
A tutorial on setting up Composer and PHPUnit as global commands in the Windows command shell for easier PHP development.
A tutorial on setting up Composer and PHPUnit as global commands in the Windows command shell for easier PHP development.
Explains method injection in Laravel 5.0, a feature allowing dependency injection directly into controller methods.
A tutorial on implementing custom filter tabs in Sonata Admin bundles, using a workaround inspired by the undocumented Sonata MediaBundle feature.
Explains Laravel 5.0's route caching feature, a performance optimization for faster route registration in PHP applications.
A guide to removing Byte Order Marks (BOM) from files using a simple PHP code snippet.
Explains the technical difference between Laravel's Redirect::to() and Redirect::away() methods for internal vs. external URL redirection.
An overview of Laravel 5.0's Form Requests feature, which simplifies form validation and authorization.
A speaker's personal reflections on attending and presenting at the Laracon EU conference in Amsterdam, covering their talk and community observations.
A recap of a Laracon EU talk about using Laravel's components (Illuminate) in projects not built with the Laravel framework.
A developer recounts his 12-year career journey at Amazon, starting from his early interest in their web services API to joining the company.
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 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.