Laravel - Create Blog and Admin Panel | Eloquent Query to Save Data #8

preview_player
Показать описание
Create Best Blog and Admin Panel with Laravel. How to use eloquent to save data to database

--- FOLLOW ME ---

Subscribe for New Releases!

(ask me questions!)

--- QUESTIONS? ---

Leave a comment below and I or someone else can help you.
For quick questions you may also want to ask me on Twitter, I respond almost immediately.

Thanks for all your support!

LARAVEL 5.4 Tutorial | Cara Instal LARAVEL 5,4 dari awal Part 1 | Bitfumes

Laravel 5.4 Tutorial | Come installare laravel 5,4 da zero Parte 1 | Bitfumes

-~-~~-~~~-~~-~-
Please watch: "Laravel 5.4 Tutorial | Email From Server (Godaddy) #3 | Part 26 | Bitfumes"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

Thanks! Best Laravel tutorial on youtube.

Inteliconn
Автор

Doesn't matter how you pronounce it, lol. Great tutorial by the way.

nggalinfajar
Автор

You are just an amazing teacher. Clean, clear and simple approach to teaching.

uniqueayo
Автор

sir i wanaa ask, do you have tutorial multi page form for laravel?? if i have big form data and i want to make 3 part or 3 step so i have button next step, back step at the last step we can submit all the multi page form data on to database. please tell me how to make it.

shuhajitaufiq
Автор

Bit really enjoying the blog page series is there a form controller that can be used for validation and if so how would you we go about setting this up thanks in advance...

bobquinney
Автор

This is very informative video. But please make another series of Blog using laravel 8 version as I have to make so many changes in my code and also I have to face many errors.

saqibsheryar
Автор

i follow you and your fantastic tutorials... great job

idemous
Автор

i am getting PostToLarge exception while uploading more then 8 mb size of image. how to handle this exception

kushalgame
Автор

If someone wants NULL in column, just create migration and add command: nullable()
Example:

pastuh
Автор

i am getting problem something like this


SQLSTATE[42S22]: Column not found: 1054 Unknown column 'subtitle' in 'field list' (SQL: insert into `posts` (`title`, `subtitle`, `slug`, `body`, `updated_at`, `created_at`) values (title, sub, slug, <p>asasas</p>, 2019-05-26 21:46:31, 2019-05-26 21:46:31))


how can i solve this?

imtiazahmedchowdhury
Автор

Hello sir, when i submit my form data its passing the information through the url and does nothing else. I'm using the post method what could be the possible reasons? big thanks...

kevindongmo
Автор

i am using phpmyadmin database when i try to insert data it just not showing

rajeshkarki
Автор

Hi, how your code is like this beautiful? i mean separate code in each line. my code showing in 1 line @5:21

YasirMalik
Автор

how can i fetch child data with parent_id from same table from DB. i have index.blade.php but how can i use foreach for child on same page? like below
$pages = Page::where('parent_id', 0)->orderBy('created_at', 'desc')->paginate(10);
$pages = Page::where('parent_id', $pages->id)->orderBy('created_at', 'desc')->paginate(10);

YasirMalik
Автор

Hi please my question is how to change the text of the laravel error message

bin_jets
Автор

i am getting an error-
"SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: 'on' for column 'status' at row 1 (SQL: insert into `posts` (`title`, `subtitle`, `slug`, `image`, `body`, `status`, `updated_at`, `created_at`) values (This is First, Subtitle, None, 1.jpg, <p>This is Body</p>, on, 2017-08-14 23:46:13, 2017-08-14 23:46:13))"

will you please help me how to solve it?

mr.
Автор

Good Tutorial .

Why you didn't use a mass assignment in Post Model?

bernardchisumo
Автор

Thanks Ankur, I am following your tutorials. Can you make a sms gateway integration video in laravel please?

sukalyankayal
Автор

sir authentication ho rhi ha lakin jb from submit hota ha to database ma values upload nai ho ri aur na he koi error aa raha ha

aliraza-ukdw
Автор

Can you please use jquery validation in any form then we can learn that also.

JASIRBOSS