questions/web-development/laravel/page/5
Hello @kartik, I think you can use the ...READ MORE
Hey, In between head, tag put <meta name="csrf-token" ...READ MORE
Hello @kartik, It's not really Eloquent, to add ...READ MORE
Hello @kartik, Try this after you have run ...READ MORE
Hello @kartik, You can pass data to the ...READ MORE
Hello @kartik, Use this command it worked for ...READ MORE
Hello @kartik, The error message is due to ...READ MORE
I am unable to send emails from ...READ MORE
Hii @kartik Routes Use them to define specific routes ...READ MORE
Hello @kartik, Use merge(): $request->merge([ 'user_id' => ...READ MORE
Hello @kartik, Using hidden array in model is good, but ...READ MORE
Hello @kartik, Send data like this. $data = [ ...READ MORE
Hii @kartik, Hashing A Password Using Bcrypt in Laravel: $password ...READ MORE
Hello, Never use 777 for directories on your ...READ MORE
Hello @kartik, If you really wanted to, you ...READ MORE
Hello @kartik, Try changing your headers to this: $headers ...READ MORE
Hello @kartik, Make sure you have already added ...READ MORE
Hello @kartik, Perform a composer update, then composer dump-autoload. If the ...READ MORE
Hello @kartik, This can be done with the ...READ MORE
Hello @kartik, Eloquent does not provide such functionality ...READ MORE
Hello @kartik, I think you should use this ...READ MORE
Hello @kartik, In Laravel 5 you can catch ...READ MORE
Hii, You can use Conditions using Array: $users = User::where([ ...READ MORE
Hello @kartik, This is the way how to ...READ MORE
Hey @kartik, Named routing is another amazing feature of ...READ MORE
Hello @kartik, Don't put the DB::insert() inside of ...READ MORE
Hello @kartik, Laravel has inbuilt support for multiple ...READ MORE
Hello @kartik, Try to use the following: \Request::getRequestUri() Hope this ...READ MORE
Hello @kartik, Artisan comes with Laravel by default, ...READ MORE
Hello @ subham , If you want to access the ...READ MORE
Hello @kartik, This problem can generally occur when ...READ MORE
Hello, Laravel Server Requirements mentions that BCMath, Ctype, JSON, Mbstring, OpenSSL, PDO, Tokenizer and XML extensions are required. Most the ...READ MORE
Hii kartik, In Laravel, @yield is principally used to define ...READ MORE
Hello @kartik, To put this folder on the ...READ MORE
Hello @kartik, Here is how you do in ...READ MORE
Hello, You can write like this, you need ...READ MORE
Hello @kartik, You can use error_get_last() when mai l()returns false. $success = mail('example@example.com', ...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 @kartik, If you are using an SMTP ...READ MORE
Hello @kartik, Below steps helped me fix the ...READ MORE
Hello @kartik, By default, blade doesn't have @break and @continue which are ...READ MORE
Hey @kartik, First you have to go to ...READ MORE
Hello, with() function is used to eager load in ...READ MORE
Hello @kartik, You can use the blade template ...READ MORE
Hello, You can first refer how to Create controller through ...READ MORE
Hii, The guarded attribute is the opposite of ...READ MORE
Hey @kartik, This Error happens in almost all ...READ MORE
Hello @kartik, useState hooks function argument is being used ...READ MORE
Hello @kartik, You can try something like this DB::select('exec ...READ MORE
Hey @kartik dd stands for "Dump and Die." Laravel's ...READ MORE
OR
Already have an account? Sign in.