How to integrate OpenAI in Laravel?

How to integrate OpenAI in Laravel 10 with a practical example from scratch Integrate OpenAI in Laravel 10 The first step would be to create an account on the official openai website, then we install an sdk with composer, in this case we will use orhanerday/open-ai , we install the corresponding package in a terminal … Read more

PHP framework with the highest labor demand?

The biggest challenge when applying for a job offer after learning a framework is understanding if this tool will help us enter the current job market Demand in Freelance portals Let’s analyze the labor demand of each php-based framework on the upwork platform, today when using the integrated search engine of the platform, the laravel … Read more

How to hire expert laravel developer?

In this article we will see How to hire expert laravel developer in 2023 and maximize profits in your company How to hire expert laravel developer: Step by Step The first step to hire a laravel developer is to validate their knowledge of this mvc framework, some linkedIn recruiters usually perform some tests to verify … Read more

How to Create Trigger Postgresql?

How to create a Postgresql trigger?, in this post we will see how it works, something widely used by developers and database administrators PostgreSQL for ubuntu In this practical example we will use the linux operating system with an ubuntu distribution, which is widely used by database administrators, either to work on shared hosting or … Read more

How to Remove Index.php in Codeigniter?

How to remove the index.php in codeigniter in its versions 3 and 4 a step by step guide Remove index.php in codeigniter 4 First we will see how to remove the index.php in codeigniter 4, which is the latest updated version of the framework We go to the following route app/config/App.php , in this file … Read more

Symfony 6 Crash Course

Symfony 6 crash course, in this post we will see some options to learn symfony with tutorials Symfony 6 crash course – Resources symfony is a framework based on the model, view, controller, it is an advanced framework from which other frameworks have originated, before learning this framework it is necessary to have advanced knowledge … Read more

How to Use Vue Router?

How to use Vue Router In this tutorial we will see how to integrate and use vue- router in single page applications SPA Vue Router – Tutorial The first step would be to have nodejs installed on our computer or on a development server which has npm integrated to install packages, we proceed to install … Read more

CodeIgniter 4 Crash Course

CodeIgniter 4 crash course, in this post we will see some options to learn codeigniter with tutorials CodeIgniter 4 crash course – Resources Codeigniter is a lightweight php framework based on the mvc pattern (model, view, controller), it is a lightweight framework with an ideal learning curve for beginners in programming CodeIgniter 4 Tutorial The … Read more

CodeIgniter 4 Query Builder Join

CodeIgniter 4 Query Builder Join, How to do a table join in a few steps using the codeigniter framework CodeIgniter 4 Query Builder Join – Example The CodeIgniter framework in its version 4 has offered a new way of working with web applications compared to its old versions 2 and 3, in this post we … Read more

How to Generate a Crud in Cakephp?

How to generate a crud in cakephp 4, To create a crud in cakephp 4 it is necessary to add the following process How to generate a crud in cakephp 4 First it is necessary to create a controller, for this example we will create a controller called Users, with the following command, which creates … Read more