Dan Ongudidanny254.hashnode.dev·Jul 17, 2024Adding Registration Form Fields in Yii2Step 1: Update the Database Add the new columns first_name and last_name to the users table in your database. Step 2: Update the Signup Form Model In frontend/models/SignupForm.php, add the new fields to the rules section to make them required: publi...DiscussRegistration Form
Nayanmoni Baruahnayanmonibaruah.hashnode.dev·Jan 11, 2024Mastering Laravel Excel: A Guide to Effortless Installation and Seamless Data Import/ExportThis artical talks about: Installation of laravel excel overcoming the problems faced during installation Basic import and export of data prerequisite create a new project and migrate the default database Installation If you have PHP: ^7.2\|^...Discuss·10 likes·27 readsInstallation Troubleshooting
Tina Modilaraveldeveloper.hashnode.dev·Nov 11, 2022A discussion of PHP frameworks: what, when, why, and which?What is a PHP framework? PHP is the world's most famous prearranging language for the vast majority of various reasons - adaptability, and usability, among others - yet frequently coding in PHP, or any language so far as that is concerned, can get ra...Discussphp frameworks