Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


Almost every Laravel application has some kind of contact form publically available. Keeping these forms easy to submit is a requirement for your users. The pro...
How do you deploy your application on the production server ? maybe you push on the master branch of git server and then ssh to your production server then pull...
If you are a PHP developer or aspire to be one, you might be familiar with Laravel. It has managed to secure its position as one of the best PHP frameworks for...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.

blog.laravel.com

Cashier v10
We're very excited to announce the immediate availability of Cashier v10. This new Cashier release is a major update with lots of changes to Cashier's internals...
Last week I published an article about the powerful combo MySQL 8 and Maps can be. Like I promised at the end of that article, this week I published a tutorial...
Good developers are defined by the quality of their codes. In the software industry, writing good code means saving the money that may be invested in testing, u...

engineering.carsguide.com.au

PHP vs Javascript Syntax
PHP and Javascript play complementary roles in most modern web application stack. With the adoption of outcome-driven team structure in Carsguide, each team and...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
This is my first article on Medium, and it was created for a very specific reason: “I have to make this research anyway, so why don’t share with everyone?”. Als...
By Ghulam Qadir, Alibaba Cloud Community Blog author. Composer is a package dependency management tool for PHP that you and other developers alike can use to ma...
We just need to update the permissions again to avoid issues down the track. Log in to the AWS EC2 Management Console and select Security Groups from the naviga...
That’s how my config file will look like, intentionally i had performance key as array for demostration. Now i want to store these inside the database, and for...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
Developers experienced a slight trouble when they removed workbench. Now you have to create your own package structures yourself. Let’s see how to create workbe...
The Laravel-FCM by Nicolas Brosy is a package for sending a push notification with Firebase Cloud Messaging (FCM). Laravel-FCM is an easy to use package working...
Let’s start now. 1. Create a public repository on GitHub.
This article is for those who have not yet written tests but interested in writing test cases. First of all, Let’s test the Laravel welcome screen.