Latest Laravel/PHP Articles

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


Statamic 2 already had some sweet, sweet content protection capabilities. But what if I told you (insert tired meme of Laurence Fishburne in tiny sunglasses) th...
SASS (Syntactically Awesome Stylesheet) is a CSS pre-processor, which helps to reduce repetition with CSS and saves time. Sass is an extension of CSS...
· October 14, 2020 · ⋆ Laravel Laravel Envoy is a great tool if you want to create deployment flow for your application or even something small writing a scrip...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.

medium.com

PHP Websocket
PHP Websocket ดูครับ เนื่องจาก ส่วนใหญ่จะใช้ Apache ไม่ก็ Nginx ในการทำ ผมจะลองเอา PHP มาเขียนเป็น Web Socket แบบเพียวๆ ดูว่าจะทำได้ไหม โดย Project นี้ผมจะเริ่ม...
THIS IS AN EARLY ACCESS VERSION OF THE FEATURE. BY TAKING PART IN THE EAP, YOU EXPRESSLY ACKNOWLEDGE THAT THIS VERSION MAY NOT BE RELIABLE, MAY NOT WORK AS INTE...
I have a quiz app which has the standard questions and answers etc. I can do this by calling a seeder class: What if I want to create a quiz with a variable num...
In the previous article we got to know in depth understanding of Sass/SCSS and how to use it. If you are still new to Sass/SCSS then I recommend to check out...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Even though your serverless Laravel applications running on Vapor can handle extreme amounts of web traffic, traditional relational databases such as MySQL can...
I recently found some code vulnerable to this attack in the wild, so I thought I’d put together a quick write up for pentesters and PHP coders who may not be fa...
One of the initial posts for creating a local development environment on macOS included a section for installing PHPMyAdmin. These days I tend to use some thing...
I had a former coworker run into issues when sending emails using PHP so I decided to create a blog to go through step by step what is needed to send an email u...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Published: Oct 12, 2020 by C.S. Rhymes In my organisation we use Ldap to authenticate users so they only have to remember one username and password and it means...
Some time ago, I wrote about creating a simple serverless API based on the Lumen micro-framework and DynamoDB: In that post, I used the Stackery custom runtime...
· October 13, 2020 · ⋆ Composer Now, if you don’t know, Envoy is a task runner that can be used to define and run common tasks on your remote (and local) serve...
When migrating a classic foreign key constrained relationship, such as belongsTo, over to a polymorphic relationship, you've got to be very sure you've covered...