Latest Laravel/PHP Articles

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


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

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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
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.
Around 1999 I got my first job. I learn to code in PL/SQL, an Oracle Database language to create Store Procedures. It uses Exceptions heavily. For example, you...