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
You can get the current financial year ...READ MORE
To resolve merge conflicts in Git, follow ...READ MORE
The most common reason behind the error ...READ MORE
uninstall chrome extension one by one and ...READ MORE
I used sudo and it managed to ...READ MORE
Hello, You should typically run the php artisan config:cache command ...READ MORE
$user = User::where('email' , $request->email)->first(); READ MORE
This problem can generally occur when you ...READ MORE
Hello @kartik In eloquent ORM, $fillable attribute is ...READ MORE
Hey @kartik, Named routing is another amazing feature of ...READ MORE
Hello @kartik, You could use this: $reserves = DB::table('reserves')->selectRaw('*, ...READ MORE
Ramen Castro Maravilla 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
Hii, Use order by like this: return User::orderBy('name', 'DESC') ...READ MORE
How can I fix the title-related issue ...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
Sometimes the cache can also lead to ...READ MORE
I have a categories table and I ...READ MORE
Hii, The guarded attribute is the opposite of ...READ MORE
Hello @kartik, You'll need to use the web middleware if ...READ MORE
123456789123 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
Hello @kartik Go to config/auth.php and change App\User:class ...READ MORE
Hii, I got this problem too. I have ...READ MORE
I solved the error by copying an ...READ MORE
Hello @aakash, If you want to save grades ...READ MORE
Hello @kartik, Make your Dockerfile something as below ...READ MORE
I want to create a form layout ...READ MORE
Hii kartik, In Laravel, @yield is principally used to define ...READ MORE
Hello @kartik, Use this command it worked for ...READ MORE
Hello @kartik, Assuming you're using jQuery... create a route ...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, Press Ctrl + Shift + ESC. Locate the php process running ...READ MORE
'disks' => [ ...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
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.