Latest Laravel/PHP Articles

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


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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...