questions/web-development/laravel
If you are inside a blade template {{ ...READ MORE
You need do little modification in your ...READ MORE
You can call an Artisan command outside ...READ MORE
Hello, You need to install php zip extension. Something ...READ MORE
Hey, We can get the user's IP address ...READ MORE
The most common reason behind the error ...READ MORE
I used sudo and it managed to ...READ MORE
Hii, I had same problem when responding on ...READ MORE
Hello, You should typically run the php artisan config:cache command ...READ MORE
This problem can generally occur when you ...READ MORE
Hello @kartik In eloquent ORM, $fillable attribute is ...READ MORE
Hello @kartik, You could use this: $reserves = DB::table('reserves')->selectRaw('*, ...READ MORE
Hey @kartik, Named routing is another amazing feature of ...READ MORE
Hey, In between head, tag put <meta name="csrf-token" ...READ MORE
Hello, Here you can try this out var myArray ...READ MORE
Hello @kartik, You can use it in middleware. ...READ MORE
How can I fix the title-related issue ...READ MORE
Hii, Use order by like this: return User::orderBy('name', 'DESC') ...READ MORE
Hello @kartik, you can call validate() method directly ...READ MORE
I just want to add @niroj answer Use ...READ MORE
Hello, Try this, it is worked for me, ...READ MORE
Hii, The guarded attribute is the opposite of ...READ MORE
Sometimes the cache can also lead to ...READ MORE
Hello @kartik, You'll need to use the web middleware if ...READ MORE
Hello @kartik, Use public_path() For reference: // Path to the project's ...READ MORE
Hey @kartik dd stands for "Dump and Die." Laravel's ...READ MORE
Hey, As a newbie it is most common ...READ MORE
Hello @kartik Go to config/auth.php and change App\User:class ...READ MORE
Hii, I got this problem too. I have ...READ MORE
Hello @aakash, If you want to save grades ...READ MORE
Hello @kartik, Make your Dockerfile something as below ...READ MORE
Hii kartik, In Laravel, @yield is principally used to define ...READ MORE
Hello @kartik, Assuming you're using jQuery... create a route ...READ MORE
Hello @kartik, Use this command it worked for ...READ MORE
Hello @kartik, 1.You can create a new route ...READ MORE
Hello @kartik, your laravel connexion (config / database.php) ...READ MORE
Hello, using the model. just like this User::where('username','John') -> ...READ MORE
Hello @kartik, To fix the Laravel error 419 session ...READ MORE
Hello @kartik, Press Ctrl + Shift + ESC. Locate the php process running ...READ MORE
Hello @kartik, To put this folder on the ...READ MORE
Hello @kartik, You can use an array in ...READ MORE
Hello @kartik, your directory path is wrong. You ...READ MORE
Hello @kartik, try using nullable as a rule 'password' ...READ MORE
Hello @kartik, Usually, this is used in Blade ...READ MORE
Hello @kartik, There are date helpers available in ...READ MORE
Hello, In app/config/session.php you have: lifetime option that allow you to set session ...READ MORE
Simply use Sessions my friend Page1: session_start(); $ ...READ MORE
Hello, If you are using a QUEUE_DRIVER diferent to sync and you ...READ MORE
Hello, Laravel Server Requirements mentions that BCMath, Ctype, JSON, Mbstring, OpenSSL, PDO, Tokenizer and XML extensions are required. Most the ...READ MORE
Hello @kartik In eloquent you can use this $users ...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.