Latest Laravel/PHP Articles

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


In this post I will share a simple trick to manage laravel model to not have timestamps. In some cases we may have database table without created_at and updated...
If you don’t understand exceptions in Laravel tests because it throws the exception as an HTML and you need to see a clean exception in your terminal, don’t wor...
Authorization in the web application is something to be aware of. If you want to take control of all the permissions that your users have, it’ll be a nightmare...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
I created Bulma Clean Theme as a theme for my own website and decided to open source it so others could use it as well. One of the key things I wanted to do was...
Fortunately, Google provides a Service called Maps Static API which provides a way to path markers or polygons to the API and it returns an image with the map.
Learn How to Insert Update Delete in PHP, Guys if you face problem to perform the operations such as Insert Update Delete Record in PHP & MySQLi Database. You n...
As one teacher told me once, “Software lives and dies by its documentation”. True to be told, event the most intuitive software needs some kind of manual, and w...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Welcome to this new blog-series of mine where I want to invite you to follow my path as one-man-company. I want to share with you how I survive working on my ow...
Hello World, Today I am going to show you how to send email in laravel with Mailtrap. This is a very easy and simple tuto...
In this example, We would give you simple example of how to get last inserted id in laravel 6. you can easy way to get laravel 5 ,6 or 7 version to get last ins...
Jest has established itself as one the leading library for TDD (Test Driven Development) for ReactJS; perhaps being created by developers at FB itself has furth...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
In this post I am going to describe how to send an email to someone using smtp server in PHP. Let’s get started. There are 2 sections in this post as follows.
When it comes to full-text search in your application, Laravel has something to offer. I’m talking about Laravel Scout, which can make your Eloquent models to b...
Laravel v7.10.0 is released in 2020/05/05, here are the changes we`ve merged into this release.
Here’s a quick tip for those out there who tries to test an field with Laravel Dusk.