Laravel Admin Panel Development beginners Tutorial (#3) Configure Database, application table design

preview_player
Показать описание
In this video session we have discussed about

Migration Table:
==========================================
1. Faculty Type = id, type, status

2. Faculty = id, faculty_type_id, name, gender_id, email, phone, profile_photo, address, designation, status

3. Class section = id, class_name, available_seats, status

4. Student = id, reg_no, name, gender_id, email, class_id, roll_no, phone_no, father_name, mother_name, profile_photo, address, status

5. Gender= id, type, status

6. Admin = id, name, email, password, status

Syntax to create migration
php artisan make:migration create_users_table --create=tbl_users

SOCIAL :
===============

Other Tutorials
===============
Wordpress Customizations:
---------------------------------
and many more...

Javascript framework:
----------------------------------

PHP Frameworks:
----------------------------------

Tags
===================
Laravel Admin panel development,
Admin Panel in Laravel,
Laravel Admin Panel Tutorials,
Online Web Tutor Laravel Admin Panel,
Online Web Tutor Laravel Tutorials,
Laravel 5.4 Admin Panel Development,
Laravel Beginners tutorial,
Laravel Beginners Application Development,
Laravel Tutorials for beginners,
Learn Laravel Development from scratch,
Laravel 5.4 tutorials for beginners,
Online Web Tutor Sanjay,
Online Web tutor Profotech Solutions,

Thanks
Online Web Tutor
Keep learning and Sharing :)
Рекомендации по теме
Комментарии
Автор

In Connection.php line 449:

SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes

facing with this problem sir....

yawarturi
Автор

Hello Sanjay, this video was awesome and I discuss one thing that you created all migration tables in plural except tbl_faculty_type if I am not wrong its tbl_faculty_types. Please correct me if i'm wrong. Thanks

NareshKumar-xfrl