MyMovieDB Part 12 - Admin Panel, Modal Delete Confirmation, Custom Functions

preview_player
Показать описание
In this 12th video in a unset number in the tutorial series, we will go over setting up an Admin Panel where we will be able to enable/disable user accounts, as well as creating a few custom functions to help us with date conversions and modal window action confirmations.

Full Step by Step text version :
----------------------------------------------------------

Project on Github:

Leave me some comments, how does everyone like the format and flow of the videos..
Рекомендации по теме
Комментарии
Автор

Nice!! Great video!
Any expected date for the integration with angularjs?

biolckful
Автор

Thank you very much for the video. I just ran into a little problem. I was getting a "Undefined Offset" error. I found that it was because somehow, when logging in as the admin, it's not writing to the database the "created_at" and "last_login" fields so when trying to explode the $date variable, there was no data to explode and would get the error. Why do you think the admin is not writing to the database the date and time at login? ... Thanks.

LizardanNet
Автор

Tested creating several accounts, logging in and out with all of them and "last_login" field in database doesn't update. Is that the case or it's just me?

LizardanNet
Автор

please make more laravel video
it really helpful for beginners

shineirvin
Автор

Your "javascript" code is jQuery; not javascript :)

LizardanNet