Leo Paliuanan
Leo Paliuanan
  • 40
  • 13 757
PART 4 - READ(Search) Functionality Tutorial
The CREATE AND READ functionality in CRUD refers to the ability to create and read data in a persistent storage system, such as a database.
EDIT / UPDATE functionality allows users to edit and update records in a database table record. This can be done through a user interface, such as a web form and SQL query
DELETE functionality allows the user to remove a record in a database table.
Related Videos:
(CREATE) www.youtube.com/watch?v=HUOfW...
(EDIT / UPDATE) www.youtube.com/watch?v=A1cS8...
(DELETE) th-cam.com/video/Jfcr0e1vnNQ/w-d-xo.html
Resources:
www.w3schools.com/php/php_mys...
www.w3schools.com/php/php_mys...
Source:
drive.google.com/drive/folder...
มุมมอง: 65

วีดีโอ

PART 3 - DELETE Functionality Tutorial
มุมมอง 5211 หลายเดือนก่อน
The CREATE AND READ functionality in CRUD refers to the ability to create and read data in a persistent storage system, such as a database. EDIT / UPDATE functionality allows users to edit and update records in a database table record. This can be done through a user interface, such as a web form and SQL query DELETE functionality allows the user to remove a record in a database table. Related ...
PART 2 - EDIT UPDATE Functionality Tutorial
มุมมอง 7511 หลายเดือนก่อน
The CREATE AND READ functionality in CRUD refers to the ability to create and read data in a persistent storage system, such as a database. EDIT / UPDATE functionality allows users to edit and update records in a database table record. This can be done through a user interface, such as a web form and SQL query Related Video: th-cam.com/video/HUOfWjCdQVU/w-d-xo.html Resources: www.w3schools.com/...
PART 1 - CREATE AND READ Functionality Tutorial
มุมมอง 386ปีที่แล้ว
The CREATE AND READ functionality in CRUD refers to the ability to create and read data in a persistent storage system, such as a database. CREATE functionality allows users to add new records to a database. This can be done through a user interface, such as a web form or text editor, or through a programming language API. READ functionality allows users to retrieve data from a database. This c...
4 - HOW TO USE ROUTING
มุมมอง 125ปีที่แล้ว
This tutorial shows how to use routing in LARAVEL application. Routing in LARAVEL is used to organize all requests to a single route file to a specific action or controller.
3 HOW TO CHANGE THE LANDING, LOGIN AND REGISTER PAGE
มุมมอง 136ปีที่แล้ว
This video show how to edit the landing page, login and registration of laravel 9 breeze Visited websites: getbootstrap.com w3schools.com First 2 video of this series - LARAVEL 9 for beginners 1 INSTALLING LARAVEL WITH UI BREEZE - th-cam.com/video/j3G8vE15uZY/w-d-xo.html 2 ADDING OTHER INFO TO PROFILE UPDATE - th-cam.com/video/qo0BAOQtJdg/w-d-xo.html
2 ADDING OTHER INFO TO PROFILE UPDATE
มุมมอง 140ปีที่แล้ว
adding other data/info to our profile update page - make sure that you have already installed the laravel breeze UI before working with this video...
1 INSTALLING LARAVEL WITH UI BREEZE
มุมมอง 223ปีที่แล้ว
installing a new fresh laravel project with UI breeze - make sure that you have already installed the ff: xampp vscode nodejs composer - inside xampp/php directory
Part 18 - display lists of products to your shop/store page
มุมมอง 130ปีที่แล้ว
Part 18 - display lists of products to your shop/store page
Part 17 - Adding Account setup for users to change account to a seller (Cont...)
มุมมอง 86ปีที่แล้ว
Adding Account setup for users to change account to a seller adding other functionality like view user shop
Part 16 - Adding Account setup for users to change account to a seller (Cont...)
มุมมอง 45ปีที่แล้ว
Topic: LARAVEL PROJECT (E-SHOP) CAPSTONE PROJECT Part 16 - Adding Account setup for users to change account to a seller (Cont...) - we will continue fixing our output based on its current status
Part 15 - Adding Account setup for users to change account to a seller,
มุมมอง 71ปีที่แล้ว
Topic: LARAVEL PROJECT (E-SHOP) CAPSTONE PROJECT Part 15 - Adding Account setup for users to change account to a seller, - this will allow a rule on the system that when a user account is change into a seller account - that will be the time that the user seller account will be given the option to create/ setup the store and add his / her own product line.
Part 14 - Customizing the laravel login and registration page
มุมมอง 80ปีที่แล้ว
Topic: LARAVEL PROJECT (E-SHOP) CAPSTONE PROJECT Part 14 - Customizing the laravel login and registration page - lets start - go to resources - views - auth - login.blade.php - registration and login is located in this directory - this also include other components such as verify-email, resetpassword and forgot password - so to begin lets remove some of the line one the code
Part 13 - Customizing the laravel landing page (Cont...)
มุมมอง 80ปีที่แล้ว
Topic: LARAVEL PROJECT (E-SHOP) CAPSTONE PROJECT Part 13 - Customizing the laravel landing page (Cont...) - lest us add some other componets of our landing page such as footer, image carousel etc. - lets start - go back to resources - views - welcome.blade.php - lets start with the footer
Part 12 - Customizing the laravel landing page (Cont...)
มุมมอง 119ปีที่แล้ว
Topic: LARAVEL PROJECT (E-SHOP) CAPSTONE PROJECT Part 12 - Customizing the laravel landing page (Cont...) - lets start 1- go back to our landing page - resources - views - open welcome.blade.php - lets add some menus related to our website/ project 2 - lets add some columns for our content layout - some of the bootstrap class names are not working due to we are currently working with bootstrap ...
Part 11 - Customizing the laravel landing page..
มุมมอง 559ปีที่แล้ว
Part 11 - Customizing the laravel landing page..
Part 10 - Add category for creating new product line..
มุมมอง 81ปีที่แล้ว
Part 10 - Add category for creating new product line..
Part 9 - Adding UPLOAD PHOTO/PICTURE of/for products
มุมมอง 147ปีที่แล้ว
Part 9 - Adding UPLOAD PHOTO/PICTURE of/for products
Part 8 - Adding default role for a user upon registration to the website or app.
มุมมอง 126ปีที่แล้ว
Part 8 - Adding default role for a user upon registration to the website or app.
PART 7 - ADDING EDIT AND DELETE PRODUCT OPTION (cont...)
มุมมอง 144ปีที่แล้ว
PART 7 - ADDING EDIT AND DELETE PRODUCT OPTION (cont...)
PART 7 - ADDING EDIT AND DELETE PRODUCT OPTION
มุมมอง 122ปีที่แล้ว
PART 7 - ADDING EDIT AND DELETE PRODUCT OPTION
PART 6 - CREATING A VIEW OR DISPLAY PRODUCTS
มุมมอง 215ปีที่แล้ว
PART 6 - CREATING A VIEW OR DISPLAY PRODUCTS
PART 5 - CREATING A ADD RECORD TO LARAVEL PROJECT
มุมมอง 480ปีที่แล้ว
PART 5 - CREATING A ADD RECORD TO LARAVEL PROJECT
PART 4 - ADDING ROLES AND DEMO USERS ACCOUNT FOR LARAVEL PROJECT
มุมมอง 515ปีที่แล้ว
PART 4 - ADDING ROLES AND DEMO USERS ACCOUNT FOR LARAVEL PROJECT
PART 3 - CREATING VIRTUAL HOST FOR LARAVEL PROJECT
มุมมอง 619ปีที่แล้ว
PART 3 - CREATING VIRTUAL HOST FOR LARAVEL PROJECT
PART 2 - INSTALLING LARAVEL BREEZE UI - SCAFFOLDING
มุมมอง 518ปีที่แล้ว
PART 2 - INSTALLING LARAVEL BREEZE UI - SCAFFOLDING
PART 1 - INSTALLATION OF A LARAVEL PROJECT
มุมมอง 694ปีที่แล้ว
PART 1 - INSTALLATION OF A LARAVEL PROJECT
USE A LAYOUT/TEMPLATE ON A VIEW/BLADE IN LARAVEL
มุมมอง 326ปีที่แล้ว
USE A LAYOUT/TEMPLATE ON A VIEW/BLADE IN LARAVEL
INSTALLING LARAVEL AUTH-UI VUE (LOGIN REGISTRATION WITH DASHBOARD) (P1)
มุมมอง 643ปีที่แล้ว
INSTALLING LARAVEL AUTH-UI VUE (LOGIN REGISTRATION WITH DASHBOARD) (P1)
DISPLAY MYSQL DATABASE TABLE DATA TO A VIEW/BLADE USING MODEL AND A CONTROLLER (P1)
มุมมอง 290ปีที่แล้ว
DISPLAY MYSQL DATABASE TABLE DATA TO A VIEW/BLADE USING MODEL AND A CONTROLLER (P1)

ความคิดเห็น

  • @ImEli2215
    @ImEli2215 4 หลายเดือนก่อน

    Thanks for the help

  • @candy808100
    @candy808100 10 หลายเดือนก่อน

    This was super helpful thanks:)

  • @arenda34familiya
    @arenda34familiya ปีที่แล้ว

    $ php artisan db:seed INFO Seeding database. Database\Seeders\RolesTableSeeder .............................................................................................. RUNNING Database\Seeders\RolesTableSeeder ........................................................................................ 84.64 ms DONE Database\Seeders\UsersTableSeeder .............................................................................................. RUNNING BadMethodCallException Call to undefined method App\Models\User::roles() at vendor\laravel\framework\src\Illuminate\Support\Traits\ForwardsCalls.php:67 63▕ * @throws \BadMethodCallException 64▕ */ 65▕ protected static function throwBadMethodCallException($method) 66▕ { ➜ 67▕ throw new BadMethodCallException(sprintf( 68▕ 'Call to undefined method %s::%s()', static::class, $method 69▕ )); 70▕ } 71▕ } i Bad Method Call: Did you mean App\Models\User::fresh() ? 1 vendor\laravel\framework\src\Illuminate\Support\Traits\ForwardsCalls.php:36 Illuminate\Database\Eloquent\Model::throwBadMethodCallException("roles") 2 vendor\laravel\framework\src\Illuminate\Database\Eloquent\Model.php:2333 Illuminate\Database\Eloquent\Model::forwardCallTo(Object(Illuminate\Database\Eloquent\Builder), "roles", [])

  • @arenda34familiya
    @arenda34familiya ปีที่แล้ว

    14:00:14 [Apache] Error: Apache shutdown unexpectedly. 14:00:14 [Apache] This may be due to a blocked port, missing dependencies, 14:00:14 [Apache] improper privileges, a crash, or a shutdown by another method. 14:00:14 [Apache] Press the Logs button to view error logs and check 14:00:14 [Apache] the Windows Event Viewer for more clues 14:00:14 [Apache] If you need more help, copy and post this 14:00:14 [Apache] entire log window on the forums

    • @leopaliuanan6875
      @leopaliuanan6875 11 หลายเดือนก่อน

      hi? im so sorry for the long wait... normally this error has something to do with your webserver or the XAMPP (Apache) it wont start. check link for possible T/S stackoverflow.com/questions/18300377/how-to-solve-error-apache-shutdown-unexpectedly

  • @vin_main_memes
    @vin_main_memes ปีที่แล้ว

    Am getting a 403 error code when trying to access my address on the broswer 😢😢

    • @leopaliuanan6875
      @leopaliuanan6875 11 หลายเดือนก่อน

      sorry for the delay, double check your routes if that route you are trying to access is available or not. you may do the following: 1 - go to terminal 2 - run php artisan route:list 3 - look for the route you want to access

  • @aniketgoswami8503
    @aniketgoswami8503 ปีที่แล้ว

    hii PS C:\xampp\htdocs\demo> php artisan route:list ReflectionException what is the issu

    • @leopaliuanan6875
      @leopaliuanan6875 ปีที่แล้ว

      it may have a problem with your route file: routes > web.php

  • @programtobesuccess9448
    @programtobesuccess9448 ปีที่แล้ว

    my @can doesnt work in laravel 10... help me guys

    • @leopaliuanan6875
      @leopaliuanan6875 ปีที่แล้ว

      thank you so much for watching.. dm me via FB messenger facebook.com/leo.paliuanan/ so I can better help you with your problem.

    • @leopaliuanan6875
      @leopaliuanan6875 ปีที่แล้ว

      for starters - check the file: AuthServiceProvider.php - make sure to register/define a gate for a specific role example: Gate::define('superadmin-access',function($user){ return $user->hasRole('superadmin'); });

    • @leopaliuanan6875
      @leopaliuanan6875 ปีที่แล้ว

      then you can use your can like this - @can('superadmin-access') <!-- superadmin access only --> on your blade.

  • @programtobesuccess9448
    @programtobesuccess9448 ปีที่แล้ว

    how to use foreach in laravel it doesnt work in my computer

  • @lloydpal1542
    @lloydpal1542 ปีที่แล้ว

    thanks men more video's tutorials men

  • @hquan-dev
    @hquan-dev ปีที่แล้ว

    this tutorial is really helpful for me, next, when I finished this tutorial, what should i learn next bro?

    • @leopaliuanan6875
      @leopaliuanan6875 ปีที่แล้ว

      thank you so much for the support - I would suggest that you try to play with what you created. The same way that I did, by experimenting on it - it opens up new things to learn to better understand how to use Laravel. Will try to create new videos soon. again thank you so much!. God bless

  • @hquan-dev
    @hquan-dev ปีที่แล้ว

    hi bro, I have completed your video perfectly, the content in your video is really good, however, when I run it again, I go to the url /login and /register, the website says 404 | NOT FOUND I saw some bugs before and deleted it without notice, please reply me, thanks so much!

    • @hquan-dev
      @hquan-dev ปีที่แล้ว

      problem solved, it's because i deleted Auth::routes(); and Route::get('/home', [App\Http\Controllers\HomeController::class, 'index'])->name('home'); in web.php but still the problem is the line Auth::routes(); error "Undefined type 'Auth' " What could be the reason?

    • @hquan-dev
      @hquan-dev ปีที่แล้ว

      all problem solved, thanks you so much, your video is really helpful!!!

    • @leopaliuanan6875
      @leopaliuanan6875 ปีที่แล้ว

      thank you so much for watching my videos, Im so happy that I was able to help you in any possible way. God bless

  • @mastardo96
    @mastardo96 ปีที่แล้ว

    Hi, I'm confused at point 8. I followed all of your work but the page still showing the default laravel page. So what should if this happen?

    • @leopaliuanan6875
      @leopaliuanan6875 ปีที่แล้ว

      hi, DM me via FB messenger and I will personally assist you. :D heres my facebook account - Leo Paliuanan (Leo Pascua Paliuanan)

  • @darnellyork7019
    @darnellyork7019 ปีที่แล้ว

    P r o m o s m 👌

  • @eldelaysla9867
    @eldelaysla9867 ปีที่แล้ว

    bakit po kaya sinasabi di nageexist ung mga table sa engine

    • @leopaliuanan6875
      @leopaliuanan6875 ปีที่แล้ว

      hi po? salamat po sa panonood ng channel ko. - hindi ko po sure exactly kung anong exact reason jan, pero base sa binanggit nyo po is may mga possible na reasons po yan. I think... 1 - ung table is wala pa, or di pa created (need to check if the table exists.. browse at localhost/phpmyadmin) 2 - deleted/or renamed or iba ung name ng table (check at localhost/phpmyadmin) 3 - corrupted ung table or ibang database naman ung gamit (see localhost/phpmyadmin, run flush repair table ata un :D ) 4 - baka need pa mag run ng artisan migrate - baka kasi hindi pa updated ung database (see .env) to double check. I hope nakatulong po, again salamat po sa panonood. :)