Latest Laravel/PHP Articles

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


Hi All, this is Adi again with a Laravel related article. This time in a shorter format. As Laravel developers we need a way to back up our app’s databases some...
JeffreyWay/Laravel-4-Generators is a tool that can generate code for you for Laravel based applications. It needs php >= 5.3.3You will need to install Composer...
Route create a request URL of your application. In Laravel 5.5 routes are created inside the routes folder. Routes for the website are created in web.phpfile, a...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Laravel FormRequest provides way to handle form validation in a separate class file without clustering your controller. Keeping your controller slim has many pr...
If you are not a PHP developer and have no idea about composer then you can skip this article.
Quite a bit of programming involves doing “low-level” technique somewhere. This is code that directly accesses various subsystems of a server’s running environm...
In this article, we’re gonna demystify RFC: Object Initializer which was proposed by me up for discussion on PHP Internals.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
If you are working with laravel application and you need to create zip archive file in your project. Than you will try to search on google and find easy way to...
This is a quick note; just take the sense from this note; find out the details and make it perfect while using the knowledge in practice. The flow of informatio...
Refactoring is the process of reorienting existing, working code. Author Martin Fowler defines the practice of refactoring as: Let’s take a look at what we mean...
Sai LTSep 25 · 1 min readWe can find laravel version in the “Application.php” in the path below-vendor/laravel/framework/src/Illuminate/Foundation/Application.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Recently, we moved one of our applications from Heroku over to Amazon’s Elastic Beanstalk service, where we could exercise more granular control. As part of thi...
Today I was working on setting up Travis CI for Cronhub builds. It took me around two hours to make it work. I was expecting the integration should be a breeze,...
In a recent project, we had a requirement to send a welcome email after user registration. So I started exploring on the internet and I stumbled upon sendgrid m...
This bulletin summarizes the security vulnerabilities detected in JetBrains products and remediated in the second quarter of 2019. Here’s a summary report that...