This month John and Eric discuss some of the greater articles coming in the June 2022 release, “Another Bright Idea”. If you enjoy coding in PHP and have a Phil...
https://dev.to/basimghouri #xss-attack XSS Attack The first one restricts special tags on the server and does not return special tags in the views. #restrict-sp...
I have been building CLI apps for a long time, from simple bash/perl scripts back when I was a System Admin - and now using things like PHP Go or Rust. Let's wa...
I have created a little web app called https://notepad.js.org/ which is also a progressive web app (PWA). It’s a minimal notepad app where you can quickly jot d...
I am writing this blog for those people who are facing difficulties for setting up the queues with supervisor using docker. So we'll going to create a separate...
Let's get started quickly I found new things in Laravel 9.14 Released I wanted to share with you. Migration table comments for MySQL and Postgres the ability to...
Hi and welcome to this blog post where I would like to provide you with my experience of using https://laravel.com/docs/master/artisan and https://laravel.com/d...
Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
https://ohdear.app is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more.
https://ohdear.app is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more.
https://dev.to/basimghouri #sql-injections SQL Injections In plain PHP, we need to bind all the parameters on SQL queries. But in Laravel, we have the query bui...
When adding table columns in the migration file in Laravel, int size can be specified like this. However, looking at the actual generated MySQL schema, column_t...
I'm proud to announce that our team has released a new premium package called Laravel Comments. Using this package, you can set up a comments section in your La...
This article is a short case study where I show you how you can create more complicated filters using Laravel pipelines, the strategy design pattern, and enums....