questions/web-development/laravel
Hello @kartik, You can try this as this ...READ MORE
Hello @kartik, You can try something like this DB::select('exec ...READ MORE
If you are inside a blade template {{ ...READ MORE
Hello @kartik, Sometimes, you will get the soft deleted table ...READ MORE
Hello @kartik You can import dumps in Laravel ...READ MORE
Hello @kartik Go to config/auth.php and change App\User:class ...READ MORE
I had this problem lately with my ...READ MORE
Class ‘App\Http\Controllers\Auth’ Not Found in Class ‘App\Http\Controllers\Auth’ not ...READ MORE
Hello @kartik, To put this folder on the ...READ MORE
Hello, To create both of the created_at and updated_at columns: $t->timestamp('created_at')->default(DB::raw('CURRENT_TIMESTAMP')); $t->timestamp('updated_at')->default(DB::raw('CURRENT_TIMESTAMP on update ...READ MORE
Hello, Never use 777 for directories on your ...READ MORE
Hello, Route::getRoutes() returns a RouteCollection. On each element, you can ...READ MORE
Hello, The PATH for Windows: I’ve found the location ...READ MORE
Hello @lkartik, Perform a composer update, then composer dump-autoload. If the ...READ MORE
Hello @kartik, You can use the blade template ...READ MORE
Hello, Step 1: Go to the phpMyAdmin website, download the latest ...READ MORE
This problem can generally occur when you ...READ MORE
Hello, You should typically run the php artisan config:cache command ...READ MORE
Sometimes the cache can also lead to ...READ MORE
Hii, I got this problem too. I have ...READ MORE
$user = User::where('email' , $request->email)->first(); READ MORE
Hii @kartik Routes Use them to define specific routes ...READ MORE
Hello @kartik In eloquent you can use this $users ...READ MORE
uninstall chrome extension one by one and ...READ MORE
Hii @kartik, When we use the php artisan serve ...READ MORE
You need do little modification in your ...READ MORE
Hii, You can use Conditions using Array: $users = User::where([ ...READ MORE
Hello, DB::QueryLog() only work after you execute the query $builder->get(). ...READ MORE
Hey @kartik, This Error happens in almost all ...READ MORE
Hii, The guarded attribute is the opposite of ...READ MORE
Hello @kartik In eloquent ORM, $fillable attribute is ...READ MORE
Hello, The url helper may be used to ...READ MORE
Hey kartik, Laravel includes a middleware to rate ...READ MORE
Hello, The main differnece between them is explained ...READ MORE
Hello, You also can do like this $ImgValue ...READ MORE
Hello, You need to install php zip extension. Something ...READ MORE
Hey, First check if your model login has a field password in ...READ MORE
Hey, It is one of the most easy ...READ MORE
Hii, The extend method allows the modification of ...READ MORE
Hii @kartik, Occasionally, you may need to resolve ...READ MORE
Hello, Sometimes you may have two classes that ...READ MORE
Hii, We have to use the following artisan ...READ MORE
Hey @kartik, We have to call Facades in ...READ MORE
Hello, with() function is used to eager load in ...READ MORE
Hii, You can create a constants.php page in config folder ...READ MORE
Hello, Laravel provides a powerful and clean API ...READ MORE
Hii @kartik, Follow are the steps to create ...READ MORE
Hey, To create a Stored Procedure you can ...READ MORE
Hey, We can add that particular URL or ...READ MORE
Hey, In between head, tag put <meta name="csrf-token" ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.