questions/web-development/laravel/page/5
Hello @kartik, You can update the cache object ...READ MORE
Hello @kartik, There is a public getTable() method ...READ MORE
Hello @kartik, I used to use this: composer require ...READ MORE
Hello @kartik, Firstly create an object, Then set ...READ MORE
Hello @kartik, If you place database config on ...READ MORE
Hello @kartik, You can create a .yarnrc file with the ...READ MORE
I am using react routers within Laravel ...READ MORE
Hello @kartik, When you define this route: Route::get('events/{id}/remind', [ 'as' ...READ MORE
Hello @kartik, add <meta> tag with the token to the ...READ MORE
Hello, Route::getRoutes() returns a RouteCollection. On each element, you can ...READ MORE
Hello, If you place database config on the database.php file, ...READ MORE
Hello @kartik, You can use this: function varName( $v ...READ MORE
Hello, The cursor method allows us to iterate ...READ MORE
Hello @kartik, set MAIL_ENCRYPTION= in .env file. and it worked fine ...READ MORE
Hello @kartik, Use: bool is_a ( object $object ...READ MORE
Hello @kartik, I think you can use the ...READ MORE
Hello @kartik, Run following command in your project's ...READ MORE
Use two blade page,one for create and other ...READ MORE
Hello @kartik, This can be done with the ...READ MORE
Laravel reverse routing is generating URL's based ...READ MORE
Hello @kartik, Here is the way I do ...READ MORE
Hii @kartik, Hashing A Password Using Bcrypt in Laravel: $password ...READ MORE
Hello @kartik, If you really wanted to, you ...READ MORE
Hello @kartik, Use this command: php artisan migrate --path=/database/migrations/my_migration.php And ...READ MORE
Hello @kartik, Use: Artisan::call('db:migrate', ['' => 'mymigration', '--table' => ...READ MORE
Hey @kartik, This Error happens in almost all ...READ MORE
Hello @kartik, First, you have to create relation ...READ MORE
Hello @kartik, This problem can generally occur when ...READ MORE
Hello @kartik, You could download a free GeoIP ...READ MORE
Hello @kartik, Use Carbon::parse('2020-09-25 14:26');, it will return a Carbon object. Hope it ...READ MORE
Hello @kartik, I think you should use this ...READ MORE
Hello @kartik, Try this: chmod -R gu+w storage chmod -R ...READ MORE
Hello @kartik, Perform a composer update, then composer dump-autoload. If the ...READ MORE
I mean,I have public class MyClass{ ...READ MORE
Hello @kartik, You may try this: // query can't ...READ MORE
Hello @kartik, Below steps helped me fix the ...READ MORE
Hello @kartik, See line 16 of config/view.php (the "View Storage ...READ MORE
Hello @kartik, In Laravel 5 there is no ...READ MORE
Hello @kartik, Eloquent does not provide such functionality ...READ MORE
Hello @kartik, Try this (use strlen instead of count, because count on a ...READ MORE
Hello @kartik, You have to use use to pass variables ...READ MORE
Hello @kartik, Don't put the DB::insert() inside of ...READ MORE
Hello @kartik, Make sure you have already added ...READ MORE
Hello @kartik, Try this: $query = DB::table('node'); if ($published == ...READ MORE
Hello @kartik, You can put this code for ...READ MORE
Hello @kartik, Run php artisan and see if your commands ...READ MORE
Hello @kartik, Use request()->ip(). Since Laravel 5 it's advised/good practice ...READ MORE
I am unable to send emails from ...READ MORE
Hello @kartik, You can pass data to the ...READ MORE
Hello @kartik, In Laravel 5 you can catch ...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.