Problem in composer create-project

4 years ago

To start a new project in laravel we generally do the following code composer create-project --prefer-dist laravel/laravel projectname OR composer…

How to solve Invalid default value for ‘created_at’ while adding new column in database.

4 years ago

[Problem:] While adding new column to the table by alter method, I used this sql code   ALTER TABLE investments ADD bank TEXT; ERROR 1067 (42000): Invalid default value for 'created_at'   But An eeror came thought I tried various data type ERROR 1067 (42000): Invalid default value for 'created_at'   [solution] The problem in my database is current mode is in the sql_mode   SO, in the sql I typed and hit the commend set global sql_mode = 'ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION';     and it solved the problem.

HOW TO ADD A NEW COLUMN TO EXISTING DATABASE [LARAVEL]

4 years ago

First of all make a new migration php artisan make:migration add_mobile_to_userinfo 2. put this code in up() function public function…

Allowed memory size of ~ bytes exhausted in Laravel issue in laravel [solved]

4 years ago

1. Open and edit php.ini file. You can find inside xampp/php 2) Search and find memory_limit (control+F) 3) change this…

How to Pass Value from Model to all the views in Laravel ? with video

4 years ago

It is a bit tricky to pass all the values to the view from the model in laravel. First of…

Cant Delete File in Laravel? [SOLUTION]

4 years ago

[Q] I am using laravel and while deleting a file in laravel It got error while code is live but…

Be careful when using Facebook! Photos uploaded to Couple Challenge appeared on the porn sites

4 years ago

Under the recently launched Couple Challenge on the popular social network Facebook, photos uploaded by users with their partners have…

HOW TO FIX LAZY MOUSE PROBLEM?

4 years ago

Hey guys, I tried hard to solve a problem of lazy mouse fridging problem. I tried some ideas found in…

How To Add Facebook Message Box in Your Website?

4 years ago

How To Add Facebook Message Box in Your Website? https://youtu.be/x4eZOfHtR3g How To Add Facebook Message Box in Your Website?

How to recover shift+deleted files and folders in windows?

4 years ago

I accidentally deleted a folder in a desktop which I came to know was very useful to me. I searched…