Latest Laravel/PHP Articles

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


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...
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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
In this article, we mainly introduce how to use PHP to build a microservices architecture. Knowing that PHP is also advancing with the times, it is also capable...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
When you use Laravel to work with shared hosting, one of the main problems is that you can not configure a host directly to the public folder. Development envir...

thoughts.digitaladditive.com

Ben Goes to Laracon 2019
Exciting new platforms, delicious food, bobbleheads and more. This year, Laravel — an open-source, PHP framework for developing web applications — held its seve...
Blade is the simple templating engine provided with Laravel which is powerful as well. All Blade views are compiled into plain PHP code and cached until they ar...
In this short tutorial, we will implement the user’s model status update functionality using JQuery and Switchery. We will be using the jQuery along with Switch...