BLOGS:Back-End Dev Note

Back-End Dev Note

Laravel Jetsream

June 21, 2023

Hello, fellow creatures. This is System Team’s Eric again. For today’s blog, I’d like to write about the different authentication scaffoldings that we usually use most of the time for the systems we develop. I’m going to discuss two of these scaffolding packages and how we can customize it to our project’s specifications; Laravel/UI and

READ MORE
Back-End Dev Note, Uncategorized

Docker + Laravel

June 1, 2023

Hi, I’m Raeanne. I’ve been working for 2 years now here at Commude PH as a PHP Developer. In this article, I will give you an idea on how to use a docker container to run your existing Laravel project.    So what is Docker? Docker is a tool that allows software engineers  to easily

READ MORE
Back-End Dev Note

ChatGPT + Laravel

May 18, 2023

How to use ChatGPT in Laravel?     First let us dive into the details.   Chat GPT stands for Chat Generative Pre-trained Transformer. It is a language model developed by OpenAI that is designed to generate human-like text responses to a given prompt or conversation. This api became useful and it became one of

READ MORE
Back-End Dev Note

Authentication process using Laravel Sanctum

March 23, 2023

Hi everyone! I am Ericka Fiona Payuyo, a student from the University of Santo Tomas and is currently a PHP Developer Intern at Commude PH. For this blog, I will walk you through an authentication process using Laravel Sanctum.   Laravel Sanctum mainly imparts authentication on applications by API tokens and cookie-based session for single

READ MORE