Thanks for quick solution. Saved my weekend. The great tutorial.
@АртурЗарипов-б2й Жыл бұрын
Good job! Thank you very much!
@WebDevMatics11 ай бұрын
You are welcome
@HassanHafeez0074 жыл бұрын
Nicely explain all the concepts. I am just curious, didn't we get multiple columns without a virtual relationship? Like providing multiple column names in "Login::select('id','device')". The only issue in this approach the key "last_login" contains an array?
@JathurshanthMahesan3 жыл бұрын
Thank you it was very useful. Is it possible to use where query on the virtual column? For example if you want to filter users logged in after specific date how would you do that. Using where query throws error column not found.
@RahulSoni-nh8et2 жыл бұрын
Hi Sir Can you Please add all such videos in a playlist and share it with us?
@theJohnCode2 жыл бұрын
Where is the query scope video Sir
@suman_biswas3 жыл бұрын
Thank you for such a useful tutorial. One thing that can you please tell me how I can show all login record. ( I want to remove limit = 1 )
@rajeevnair33664 жыл бұрын
Could you tell me what tool u have used to indetity query logs
@WebDevMatics4 жыл бұрын
laravel debug bar
@neerajsinghtangariya25874 жыл бұрын
can you tell how did you store the value in Login table...can you show the code for Login table..This one is nice to store login details.
@WebDevMatics4 жыл бұрын
For this video i have used factory class but you can put that code in logincontroller and overwrite login method and add code to save login
@neerajsinghtangariya25874 жыл бұрын
@@WebDevMatics means we have overridden the default login method with some extra code...? can you make a video on this topic how to store data in Login table with last_logged_in_device or other stuffs?
@WebDevMatics4 жыл бұрын
@@neerajsinghtangariya2587 ok i will note that down
@travel_with_mc3 жыл бұрын
What's this? Extension for laravel?
@WebDevMatics3 жыл бұрын
Built in
@starmovie52254 жыл бұрын
nice video keep it up
@shahidjutt56564 жыл бұрын
Can you please make an video on how to clone any existing project from github and then update its version to laravel latest version and then used it for ourself
@WebDevMatics4 жыл бұрын
I think you know how to clone from GitHub after you clone, just create file named .env and copy all content of .env.example into it, put your db credentials, then run composer install and finally run php artisan key: generate. Your project is setup. For upgrading kzbin.info/www/bejne/bWnJmXqNbqdrgdU