Laravel 5.0 - Form Requests
An overview of Laravel 5.0's Form Requests feature, which simplifies form validation and authorization.
An overview of Laravel 5.0's Form Requests feature, which simplifies form validation and authorization.
Explains the ValidatesWhenResolved interface in Laravel 5.0, showing how to create custom validation classes outside of FormRequests.
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 guide on using Laravel's Illuminate components in non-Laravel projects, like CodeIgniter, with examples and a GitHub repository.
A guide on using Heroku's PHP buildpack locally to create a development environment that mirrors a Laravel app's Nginx setup on Heroku.
A guide on setting up a Laravel queue worker with Beanstalkd using Laravel Forge, including a warning about environment detection.
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.
The author built Markedstyle, a web app using Laravel to manage and share custom CSS styles for the Marked Markdown previewer.
A developer's initial experience and setup guide for the Laravel PHP framework, including installation, configuration, and first impressions.
A developer rediscovers his passion for PHP after discovering the Laravel framework, which overcomes the language's traditional shortcomings.