Latest Laravel/PHP Articles

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


As a Scriptcase user, you must be well aware of the barriers that torments your daily life. One day, in 2012, our team of Masters in Scriptcase was involved in...
Let’s say you’re building an app where you allow users to upload images, and there’s an expectation that those images should be “secure” — specifically, that th...
This article will show you step by step how to automate database backups daily using Laravel Framework on your project. In this example, you will learn laravel...
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.
While hosting on the Laravel project on cPanel, the traditional problem that lots of developers get is, /public path is appended to the URL. Because in most cas...
In this article I will be sharing how I implement an authentication system in Flutter, you can use any back-end framework that implements a token-based API auth...
In Laravel online learning resources, the example of joinSub is as follows(https://laravel.com/docs/7.x/queries#joins): The trigger method get() is added in the...
In a project, there was requirement to add records in large numbers and the project was based on Phalcon. I thought that it would be easy task because it is jus...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
You have probably faced the situation where you needed to filter your query based on given parameters in url query-string and after developing the logics, You’v...
This layer can be between the domain and the database and provides access to data. They were introduced as part of the Domain-Driven Design in 2004, and want to...
A blog on PHP, JavaScript and more Amit Merchant · July 31, 2020 · ⋆ Laravel There are some features in Blade, which if used appropriately, can make your codeba...
Podcast Archive › Test Driven Development, Event-Driven Design, and Concise Code Test Driven Development, Event-Driven Design, and Concise Code In this Episode...
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.
We are excited to announce that you can now configure and manage password protected paths within the Forge dashboard. Previously, this had to be done manually b...
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together. If nothing happens, downloa...
You need to specify a meaningful filename like below: If you are creating migration to add a new table, you should pass --create parameter along with table name...
This article is the first of a series that will discuss about different ways to test classes that use an external API. As a developer, you have surely been aske...