questions/web-development/laravel
Hello @kartik, You can pass data to the ...READ MORE
Hello @kartik, In Laravel 3, call path('storage'). In Laravel 4, ...READ MORE
Hello @kartik, in Laravel's inbuilt auth system, the ...READ MORE
Hello @kartik, You would want to use ->forget() $collection->forget($key); Hope it ...READ MORE
I am unable to send emails from ...READ MORE
Hello @aakash, If you want to save grades ...READ MORE
Hello @kartik, Perform a composer update, then composer dump-autoload. If the ...READ MORE
Hello @kartik, Eloquent does not provide such functionality ...READ MORE
Hello @kartik, In Laravel 5 you can catch ...READ MORE
Hello @kartik, Try to use the following: \Request::getRequestUri() Hope this ...READ MORE
Hello @kartik, You need to run php artisan migrate:rollback if ...READ MORE
Hello @kartik, It's not really Eloquent, to add ...READ MORE
I solved the error by copying an ...READ MORE
Hello @kartik, Using hidden array in model is good, but ...READ MORE
Hello @kartik, Inside controller inject Request object. So ...READ MORE
Hello @kartik, This can be done with the ...READ MORE
Hello @kartik, The best way to solve this ...READ MORE
Hello @kartik, This is the way how to ...READ MORE
Hello @kartik, Use this command: php artisan migrate --path=/database/migrations/my_migration.php And ...READ MORE
Hello @kartik, If it isn't already there, create ...READ MORE
Hello @kartik, Use merge(): $request->merge([ 'user_id' => ...READ MORE
I used sudo and it managed to ...READ MORE
Hello @kartik, You call it by http://localhost:8080/api/test ...READ MORE
Hello @kartik, If you really wanted to, you ...READ MORE
Hello @kartik, you can call validate() method directly ...READ MORE
Hello @ subham , If you want to access the ...READ MORE
Hello @kartik, Artisan comes with Laravel by default, ...READ MORE
Hello @kartik, The error message is due to ...READ MORE
Hii @kartik, Hashing A Password Using Bcrypt in Laravel: $password ...READ MORE
Hello @kartik, I think you should use this ...READ MORE
Hello @kartik, Here is how you do in ...READ MORE
Hello @kartik, Make sure you have already added ...READ MORE
Hello @kartik, You'll need to use the web middleware if ...READ MORE
Hello @kartik, The "Killed" message usually means your ...READ MORE
Hello @kartik, Don't put the DB::insert() inside of ...READ MORE
Hello @kartik, Try the follwing snippet: nano ~/.bash_profile And ...READ MORE
Hello @kartik, You can use error_get_last() when mai l()returns false. $success = mail('example@example.com', ...READ MORE
Hello @kartik, You can just use the built ...READ MORE
Hello @kartik, Try changing your headers to this: $headers ...READ MORE
Hello @kartik, If you are using an SMTP ...READ MORE
Hello @kartik, Send data like this. $data = [ ...READ MORE
Hello @kartik, Laravel has inbuilt support for multiple ...READ MORE
Hello @kartik, This problem can generally occur when ...READ MORE
Hello @kartik, I think you can use the ...READ MORE
Hello @kartik, useState hooks function argument is being used ...READ MORE
I'm new to Laravel PHP Framework and currently continue ...READ MORE
Hello, You can write like this, you need ...READ MORE
Hii, In your line: $(this).attr('data-url',value.url); are you sure this refers to the ...READ MORE
Hello, Here you can try this out var myArray ...READ MORE
Hello, 1.Make sure to update node to latest ...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.