Latest Laravel/PHP Articles

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


AWS provides many instance types. Out of them, t2.micro instance type is easy to get started with as it comes under free tier. After putting website in product...
Laravel dusk is very powerful for browser test and easy to use, but we want to see “step by step” running test cases, beyondcode/dusk-dashboardprovide it to mak...
Added. “Laravel v5.7.18 released (2018–12–17)” is published by Tania Blindaruk in Laravel Announcements
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Sometimes it becomes very difficult to do easy looking tasks e.g pouring water from your favourite jug to glass can go horribly wrong. There’s always a techniqu...
If you’re new to Laravel or to frameworks in general then you might be slightly overwhelmed the first time you run laravel new new-project in your development e...
So, we could use the null as expected. A NULL conceptually (for this case) is a value that has not be fixed. And in this example, we could call the function as...
If you would prefer to watch along as I implement this into an existing app, check out the video here. For this example, I recommend using Laravel 5.2+. JSON We...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Instead of using this boring, confusing and unwieldy piece of code, you can try a simple laraRasponse package which I built to reduce unnecessary lines and auto...
I’ve got a little present for you: while you’re enjoying a well-earned break from work over the holidays, your mission-critical web app has been taken over by s...
Modern PHP has a rich ecosystem of automated tooling for quality assurance. In this article, we’ll look at five tools that you can add to your own projects to h...
Summary: An increasing number of web applications, android application and ios application have integrated SMS to notify users for Welcome message, OTP verifica...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
I have been working in a Laravel project which requires me to generate a good amount of users’ dummy data to our databases automatically. In other words, databa...
Want to learn how to create a Laravel application that is ready to scale? In this tutorial we’ll explore how to create your Laravel application, hook it up to a...
When you build assets (js, css, images) in Laravel applications, Laravel Mix is very useful. Laravel Mix is a wrapper for Webpack and you can build Vue.js compo...
Laravel Telescope provides insights into the requests coming into your application, exceptions, log entries, database queries, queued jobs, mail, notifications,...