Latest Laravel/PHP Articles

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


Laravel does not have any direct method to move an entire record from one table to another. Let’s see one of the ways here in this article. Laravel has a suppor...
A blog on PHP, JavaScript and more Amit Merchant · August 4, 2020 · ⋆ JavaScript So, for instance, if I want to make a GET call to this API (https://jsonplaceho...
When we have a Single Page Application, the routing is handled with the javascript framework router — meaning Laravel is not aware of the routes in the SPA. Tha...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
In this entry, I’ll be going to discuss what interfaces are and why is learning to code to the interface a stepping stone to implementing design patterns. By de...
When using a charting library like AnyChart, which makes visualizing data so quick and easy, often the most challenging step for beginners is loading data. The...
Pull Dog is a GitHub app that will automatically provision a Docker-based test server for your feature as you open a pull request. Today, almost every developer...
Written by Michael Bodnarchuk @davert External collaborators (other microservices) can call them via public API, while the internal state and private methods ar...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Making form is a common task either we build a website or application. The Laravel H package makes this task easier with it’s clean and easy syntax. Laravel H —...
Guys I made a tutorial on how to find cross site scripting xss issues easily even if there is WAF configured on the server. Just follow the steps mentioned in t...
First, install vue-octicon component Then config vue-octicon in resources/js/app.js Now we can show search icon Then we can show a search input with search icon...
In this guide, you’ll learn how to implement Paystack Subscription with PHP. A subscription allows a customer to pay a certain (mostly fixed) amount of money on...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Covid-19 Script with source code for your own coronavirus tracker Open a terminal, on your server and run: That’s all. Now, that you have a coronavirus tracking...
Usually, it is hard to remove from our front-end entirely, but we surely can optimize it. A lot of developers don’t like WordPress because of the legacy code (s...
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...