Asis Sharmaasis-sharma.hashnode.dev·May 11, 2024Level Up Your App's Real-Time Magic with Laravel BroadcastingIn today's fast-paced world, users expect web applications to be dynamic and responsive. Constant page refreshes can be a frustrating experience. Laravel Broadcasting provides a powerful solution for real-time updates in your Laravel application, enh...Discuss#RealTimeWeb
steve jacobstevejacob.hashnode.dev·Mar 14, 2024PHP Frameworks: Unleashing the Power of Laravel, Symfony, and CodeIgniterIn the ever-evolving landscape of web development, PHP remains a cornerstone language, empowering developers to create dynamic, robust, and scalable applications. While PHP's core functionality is undeniably powerful, the introduction of frameworks h...Discusshire php developers
Nagmani Bhushannagmanibhushan.com·Feb 27, 2024Deploying a PHP CodeIgniter 4 application to SAP BTP Cloud FoundryDeploying a PHP CodeIgniter application to SAP BTP (Business Technology Platform) Cloud Foundry involves several steps. Here's a general guide to help you through the process: Prepare Your CodeIgniter Application: Make sure your CodeIgniter applica...Discuss·2 likes·137 reads#SAPBTP
Ayush Bulbuleayushbulbule.hashnode.dev·Jul 15, 2023How to deploy your CodeIgniter 4 Website to Hostinger (cPanel)?Introduction: Welcome to our step-by-step guide on uploading your CodeIgniter 4 website to Hostinger. Hostinger is a popular hosting provider that offers an easy-to-use control panel and reliable services. By following these instructions, you'll have...Discuss·38 readscodeigniter
Gaurav Kumarwebdevgauravkumar.hashnode.dev·Jul 12, 2023What is the key difference between Laravel, Symfony, CodeIgniter, and Zend frameworks?Laravel, Symfony, CodeIgniter, and Zend are all PHP frameworks that are used for web development. They all have their own strengths and weaknesses, so the best framework for you will depend on your specific needs. Here is a table that summarizes the ...DiscussLaravel
MD Shahin Mia Robinmsmrobin.hashnode.dev·Jun 6, 2023Getting migration and seeder files from connected DB using db_craftDB-Craft DB-Craft is a package for CodeIgniter 4 that provides convenient commands to generate migration and seeder files from a connected database. Installation You can install the DB-Craft package via Composer by running the following command: comp...Discusscli
Chandramani Aryatorqueprogramming.hashnode.dev·Mar 21, 2023Crop and Save Image using jQuery Coppie in Codeigniter 4In this tutorial, we will teach you how to crop and resize images before uploading or saving them to the database in CodeIgniter. We’ll be using jQuery croppie with ajax to do this. We’ll show you how to use jQuery for image upload with ajax in your ...DiscussTorqueprogramming
Chandramani Aryatorqueprogramming.hashnode.dev·Mar 21, 2023Codeigniter 4 PDF Generator Tutorial ExampleCodeigniter tutorial, you will learn how to create a PDF file from an HTML view template using the domPDF library in Codeigniter 4. This is helpful if you’re working on a Codeigniter 4 app and want to generate a PDF file from views. First, you need t...Discuss·43 readscodeigniter
Chandramani Aryatorqueprogramming.hashnode.dev·Mar 21, 2023Codeigniter 4 Autocomplete Textbox From Database using Typeahead JSCodeigniter – Typeahead.js is a lightweight JavaScript library used for providing fast and autocomplete suggestions from a database as the user types into an input field. It has been around since Twitter’s Bootstrap 3 was released in 2013 and has bec...Discusscodeigniter
Chandramani Aryatorqueprogramming.hashnode.dev·Mar 17, 2023CodeIgniter 4 Pagination Example TutorialThis tutorial demonstrates how to implement pagination with Bootstrap 4 tables in CodeIgniter 4 framework. By following this example, you will learn how to create a table and display a list of users with pagination in CodeIgniter 4 projects. The tuto...Discusscodeigniter