Latest Laravel/PHP Articles

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


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...
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:
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...

blog.laravel.com

Laravel v6.5.2 released
Certified Laravel | PHP | Magento Developer.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
Laravel Auth default table name is users but sometimes we need to change auth table name instead of users. Replace the Auth Model code to the below code.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Recently I came across what I thought would be a pretty common problem. In a Laravel project where users can upload files of any size, the files needed to be en...
This is how to configure this extension on Symfony 4. First you need to install the bundle following the instruccions here: https://symfony.com/doc/master/bundl...
Are you doing code reviews? No? Yes? In both cases, you won't have too. Just add a couple of YAML lines to your CI.
Now to use sweetalert2 package in your application you have to include the file , where you want to show popups . If you want to show popup on almost all views...