Latest Laravel/PHP Articles

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


https://dev.to/shanisingh03 #make-rest-api-in-laravel-9 Make REST API in LARAVEL 9 In this video i am going to explain about CRUD Operation using REST API. ...
https://dev.to/basimghouri #request-origin Request Origin In your application, you can get requests from multiple sites. It could be a webhook, a mobile applica...

www.phparch.com

Another Bright Idea
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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.
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
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...
https://dev.to/krixnaas https://dev.to/krixnaas Posted on May 25 https://dev.to/t/laravel https://dev.to/t/database Route::get('/', function(){ $databaseName =...
https://dev.to/rohiturane https://res.cloudinary.com/practicaldev/image/fetch/s--rMAKsnZT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-up...
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...