How to Add Index to Column in Laravel Migration
Hello mates Inside this article, I will be sharing, how to add an index to column in laravel migration. As well as I will be sharing, how to create…
How to Modify Type Of Column In Laravel Migration
Hello Guys, This is a quick example of how we can modify a column in Laravel migrations. You May like How to add a column in Laravel Migration How to…
Laravel Migration Add Column
Hello Guys, This is a quick example of how we can add a column in Laravel migrations. In this article, We will be discussing how we can add a new…
Laravel Migration Drop Column
Hello Guys,This is a quick example of how to drop columns in Laravel migrations.In this article, We will be discussing Drop single column, drop multiple columns, drop columns if exists. No worries, if…
Display Validation Errors – Codeigniter Form Validation
Codeigniter Form Validation CodeIgniter provides a comprehensive data validation class that helps minimize the amount of code you’ll write.Before explaining CodeIgniter’s approach to data validation, let’s describe the ideal scenario:A form…
MYSQL FIND_IN_SET Multiple Value
MYSQL FIND_IN_SET Multiple Value Syntax FIND_IN_SET(pattern, strlist) FIND_IN_SET('wings', 'tacos,wings,roast,etc') FIND_IN_SET returns the index position of the search string if matched otherwise returns 0 or NULL if the field is an empty…
Create Trait in Laravel 7
TraitsTraits are a mechanism for code reuse in single inheritance languages such as PHP. A Trait is intended to reduce some limitations of single inheritance by enabling a developer to…
