Laravel 6 Tutorial : C.R.U.D Operation with Image upload & Pagination from Scratch #1 Source code

preview_player
Показать описание
Laravel 6 Tutorial for beginners

Tutorial on how to make Employee data applications using Laravel and Bootstrap with image upload.

This tutorial is made with a way that is very easy to understand for beginners with a simple way. It is intended that new learners of the Laravel Framework can immediately understand it and practice it.

we will start this from scratch and step by step process, and you will able to know all the resource functions and how they will work, if you are fresh laravel learner. I recommend you to watch this tutorial series from the beginning to the end and you will gain what you want from laravel,

Tutorial pembuatan aplikasi data siswa menggunakan Laravel dan bootstrap.

Tutorial ini dibuat dengan alur yang sangat mudah dipahami bagi pemula dengan alur yang sederhana. Hal ini bertujuan agar yang baru belajar Framework Laravel dapat langsung memahaminya dan mempraktekkannya.

How to create simple CRUD (create, read, update, delete) application with Image upload & pagination in laravel 6.0? This CRUD Application has completed already and you can follow the video tutorial for step by step.

================== STEP BY STEP =======================

Are you Excited to See how to code in visual studio 2019 VB.NET I will teach you how to connect a Microsoft Access Database to visual basic step by step, and how populate a DataGridView with your query results? ?

[Step #1] CREATE YOUR NEW LARAVEL PROJECT FROM SCRATCH
-----------------commands are here below-------------------
composer create-project --prefer-dist laravel/laravel crud
-------------------------------------------------------------------------------------------------
[Step #2] CREATE YOUR DATABASE IN MYSQL

[Step #3] OPEN YOUR PROJECT AND CONFIGURE THE DATABSAE PART
in .env file open it and change the homesteaded name to your database name and username the password will be empty.

[Step #4] OPEN YOUR COMMAND TERMINAL TO CREATE OUR MIGRATION TABLE USING THIS COMMANDS BELOW.

-----------------commands are here below-------------------
php artisan make:migration create_employees_table --create=employees
-------------------------------------------------------------------------------------------------

[Step #5] OPEN YOUR DATABASE FOLDER IN YOUR PROJECT AND OPEN THE MIGRATION FOLDER YOU WILL SEE YOUR NEW TABLE STUDENT TABLE IN THERE AND OPEN IT YOU WILL SEE DEFAULT TWO COLUMS SO WE NEED TO ADD OUR OWN COLUMNS AND MIGRATE THE TO OUR DATABASE.

-----------------commands are here below-------------------
php artisan migrate
or
php artisan migrate:fresh
-------------------------------------------------------------------------------------------------

[Step #6]NOW WE WILL CREATE OUR RESOURCE CONTROLLER FOR OUR THIS WHOLE APPLICATION OKAY

-----------------commands are here below-------------------
php artisan make:controller StudentController --resource --model=Employee
-------------------------------------------------------------------------------------------------

AND INSIDE OUR RESOURCE CONTROLLER WE HAVE 7 FUNCTIONALLTIES
-INDEX
-CREATE
-STORE
-EDIT
-UPDATE
-DESTROY

Thank you for Looking at this Video Tutorial. If there are any Questions About my video please comment in the comment section I will answer your questions soon as possible do not ever Wait to Speak to Us.

เรียน เขียน โปรแกรม
สอน เขียน โปรแกรม
สอน เขียน โปรแกรม ออนไลน์
เขียน โปรแกรม

#singhatehalagie #laravel6crud #laravelcrudapplication #phpframework #laravelframework #laravelforbeginners #moreaboutlaravel #newfeatures #laravelfileuplaod #laravelimageuplaod
Рекомендации по теме
Комментарии
Автор

If you have any questions you are free to ask anything in the comment section i will surely reply to your comments because they are very important and useful as well.


And don't forget to subscribe and hit the bell icon for more updates about new thing in programming world.

SinghatehAlagie
Автор

you are the genius new in laravel and i hope to learn more from your bless you bro

davidkawogo
Автор

Love you man great job your are doing us people

nasarkhan
Автор

how to make simple invoices system with laravel and jquery ajax and calculate the input if you may make a tutorial explain how to make like this system

osamavideos
Автор

I'm from Guinea Bissau, and I'm following your videos because I think it's important to help me in my laravel project, but I will stop myself with a mistake that I don't know where it came from.

I can't enter the data in my database, when i click the save button the page just loads infinitely (video laravel 6.0 crud part 2)

thanks

brunoivandro
Автор

i got this error "The image must be an image" when i click create new employee button

nabilmankad
Автор

is it possible if i can upload a word file

FerdzGaming
visit shbcf.ru