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...Discusscodeigniter
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·32 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
Karan Rawalmakerspace.hashnode.dev·Mar 7, 2023CodeIgniter Vs. Laravel: A Head-To-Head Comparison in 2023 ⚡One of Laravel’s strengths is its ability to construct sturdy web applications. It includes a comprehensive set of components for backend web development. What makes the Laravel framework particularly fascinating is that it employs PHP, the most wide...Discuss·17 likes·45 readsLaravel
Nasirudeen Balikis OmotunrayoforCode_it_Write_itcode-it-write-it.hashnode.dev·Mar 2, 2023Integrate Bootstrap Modal Popup Form and Submit data to Email and MYSQL Database in PHP using AjaxBelow is how you can integrate a modal popup form to your website using Bootstrap and submit the form with jQuery, Ajax, and PHP. For example, we’ll build a contact form with a Bootstrap modal popup and submit the form after validation using jQuery, ...Bello Shehu and 1 other are discussing this2 people are discussing thisDiscuss·2 likes·355 readsBeginner Developers
TheDevDrawerthedevdrawer.hashnode.dev·Dec 9, 2022Which PHP Framework Should You Use in 2023?If you're looking to start a new project or update an existing one, then be sure to check out this explainer and the accompanying video! We'll give you some tips on which PHP framework to use in 2023, based on the needs of your project. View This On ...Discuss·171 readsPHP DevelopmentPHP