Latest Laravel/PHP Articles

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


When it comes to speeding up your application, caching can be the best thing to achieve. Laravel comes up with cache drivers pre-installed so you can enjoy the...

medium.com

Basics of PHP
This article will explain some of the basics of PHP and how to use it. Create a folder.
First, download the Laravel installer using Composer:composer global require laravel/installerThencomposer create-project laravel/laravel="5.7.*" ProjectNameby...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
When it comes to speeding up your application, caching can be the best thing to achieve. Laravel comes up with cache drivers pre-installed so you can enjoy the...
PHP Internals News: Episode 36: What didn’t make it into PHP 7.4? London, UK Thursday, November 21st 2019, 09:36 GMT In this episode of "PHP Internals News...
DialogFlow is a tool developed & maintained by google for the development of applications like a chatbot. Here I will be describing the steps to connect the dia...
In the previous section, we checked for the intent creation API. Now I will describe update intent API. I will describe it with the help of the previous faq exa...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
In this post you will learn how to start a Laravel project using php artisan. Normal when you run a Laravel project using the following command:
Here a comparison of both the technologies. When was it developed?
PHP 7.4 is expected to be discharged one week from now as the yearly significant emphasis to PHP7. Like we have seen through the PHP7 discharges, while new high...
Tired of setting up the build environment. Luckily recent versions of PHP come with a build-in server, which makes it easier than ever to get started programmin...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.

blog.laravel.com

Laravel v6.5.2 released
Certified Laravel | PHP | Magento Developer.
The strcasecmp() function is a built-in function in PHP and is used to compare two given strings. It is case-insensitive.
Why are some programming languages so popular while others are seldom used for project development and sometimes even fall into oblivion? There are plenty of re...
Object-Oriented Programming or better known as OOPs is one of the major pillars of any programming language. One of the biggest benefits of the OOPs is Inherita...