Companies Home Search Profile

Laravel 9 A-Z with Inertia Crud Generator

Focused View

Kobinath Ramalingam

13:52:53

84 View
  • 1. Introduction.mp4
    08:50
  • 2. Install Xampp Server.mp4
    02:18
  • 3. Xampp Server Port Issues.mp4
    03:25
  • 4. Composer Installation.mp4
    03:12
  • 5. Lavavel Installation.mp4
    04:16
  • 1. Project Open on Vs code Editor.mp4
    03:17
  • 2. Vendor Folder.mp4
    03:09
  • 3. tests.mp4
    03:23
  • 4. config.mp4
    04:19
  • 5. appfolder,resources,routes.mp4
    05:29
  • 6. File Structure.mp4
    11:23
  • 7. Importent Folders and Files.mp4
    02:22
  • 1. Run the Laravel Project.mp4
    03:42
  • 2. Modify the Welcome Page.mp4
    03:27
  • 3. Bootstrap Implementation.mp4
    04:44
  • 1. Defining Routes.mp4
    09:13
  • 1. Introduction Templates, Views and Blade.mp4
    09:21
  • 2. Template Creation.mp4
    06:07
  • 3. Creating Pages.mp4
    05:14
  • 4. Creating Different Pages.mp4
    04:41
  • 5. Creating the Links 1.mp4
    08:16
  • 6. Creating the Links 2.mp4
    06:31
  • 7. Add Bootstrapcard.mp4
    08:23
  • 1. Controllers Introduction.mp4
    03:18
  • 2. Create Controllers.mp4
    10:18
  • 1. Database Connectivity.mp4
    04:31
  • 2. Create Database.mp4
    03:50
  • 3. Database Migration.mp4
    07:04
  • 1. ORM.mp4
    04:35
  • 2. Model Creation.mp4
    04:14
  • 1. Controller Creation.mp4
    06:10
  • 2. ControllerFunction.mp4
    02:49
  • 3. Resource Method.mp4
    07:07
  • 1. Index Function.mp4
    08:47
  • 2. View Data.mp4
    14:45
  • 3. Save Data Part 1.mp4
    07:07
  • 4. Save Data Part 2.mp4
    08:48
  • 5. Save Data Part 3.mp4
    05:09
  • 6. Show Data Part 1.mp4
    06:13
  • 7. Show Data Part 2.mp4
    05:20
  • 8. Edit Data Part 1.mp4
    12:02
  • 9. Edit Data Part 2.mp4
    06:18
  • 10.1 laravel 9 projectss.zip
  • 10. Full Source Code.mp4
    00:42
  • 1. Database Configuration.mp4
    02:09
  • 2. Create Controller Model.mp4
    07:52
  • 3. Controller Index Function.mp4
    06:43
  • 4. Layout Page.mp4
    06:13
  • 5. Index Page.mp4
    14:02
  • 6. Routes.mp4
    06:38
  • 7. Create Form.mp4
    11:44
  • 8. Create the Project.mp4
    03:13
  • 9. Create Records.mp4
    09:34
  • 10. View Records.mp4
    13:59
  • 11. Create Edit Page.mp4
    09:53
  • 12. Edit Records.mp4
    07:06
  • 13. Delete Records.mp4
    09:22
  • 14. Pagination.mp4
    05:20
  • 15.1 LaravelCrudApplication.zip
  • 15. Full Source Code.mp4
    00:31
  • 1. Install Laravel.mp4
    03:45
  • 2. Database Creation.mp4
    03:41
  • 3. Authentication Install Jetstream.mp4
    01:50
  • 4. Install Inertia Build assets.mp4
    06:36
  • 5. Inertia Login Form and Registation Form.mp4
    05:43
  • 6. Crud Generator Tool Install.mp4
    04:26
  • 7. Run CRUD Command.mp4
    10:24
  • 8. Run the Project.mp4
    06:17
  • 9. Crud and Crud Generator Tool Difference.mp4
    27:20
  • 10. CrudGenerate Tool View Part 1.mp4
    08:55
  • 11. CrudGenerate Tool View Part 2.mp4
    07:25
  • 12. Teacher Table Migration.mp4
    07:11
  • 13. Teacher Controller Creation.mp4
    04:47
  • 14. Teacher Model Creation.mp4
    03:26
  • 15. Teacher Controller.mp4
    10:07
  • 16. Teacher View.mp4
    14:49
  • 17. Teacher Route.mp4
    02:14
  • 18. Run the Project.mp4
    04:39
  • 19. Teachers Customization.mp4
    11:48
  • 20. Add the Pagination.mp4
    04:59
  • 21. Upload Images Add New Column.mp4
    07:42
  • 22. Image Uploading Section Update Model.mp4
    01:29
  • 23. Image Upload Controller.mp4
    08:06
  • 24. Upload Image Form.mp4
    04:32
  • 25. Image Uploading Section Update View.mp4
    04:41
  • 26. Image View.mp4
    07:33
  • 27. Course Creation.mp4
    09:27
  • 28. Change TextArea.mp4
    05:32
  • 29. Duration Changes.mp4
    05:51
  • 30. Batch Creation.mp4
    14:21
  • 31. Course Validation Part 1.mp4
    09:51
  • 32. Course Validation Part 2.mp4
    03:12
  • 33. Create Relationship.mp4
    08:25
  • 34. User Registation.mp4
    06:12
  • 35. DashBoard.mp4
    14:42
  • 36. SideBar Part 1.mp4
    09:30
  • 37. SideBar Part 2.mp4
    05:36
  • 38. SideBar Image.mp4
    03:13
  • 39. SideBar Links.mp4
    03:10
  • 40. Make CSS Style.mp4
    06:57
  • 41. Logout Button.mp4
    04:29
  • 42. Change Username.mp4
    05:18
  • 43. Apply the CSS Style Username.mp4
    02:57
  • 44. DashBoard.mp4
    11:15
  • 45. Count the Data.mp4
    14:30
  • 46. Enrollment Table Introduction.mp4
    02:45
  • 47. Enrollment Table.mp4
    09:02
  • 48. Enrollment Table Migration.mp4
    02:18
  • 49. Enrollment Controller.mp4
    07:46
  • 50. Entrollement View.mp4
    08:01
  • 51. Enrollment Routes.mp4
    03:08
  • 52. RelationShip.mp4
    04:54
  • 53. Payment Table.mp4
    07:48
  • 54. Payment Migration.mp4
    04:18
  • 55. Drop Down.mp4
    10:54
  • 56. Test Report.mp4
    09:39
  • 57. Report Controller.mp4
    08:00
  • 58. Report View Part 1.mp4
    07:56
  • 59. Report View Part 2.mp4
    25:24
  • 60. Payment Table Relationship.mp4
    08:32
  • 61. Dashboard changes.mp4
    07:53
  • 62. Welcome Page Changes.mp4
    06:39
  • 63.1 studentmanagement-app.zip
  • 63. Full Project Source code.mp4
    00:35
  • Description


    In This Course, You Will Build Three Different Project With Laravel 9 Include Student Management 2023

    What You'll Learn?


    • Learn Laravel From the Beginning to Advanced
    • Learn Basic Laravel CRUD Application
    • Learn Advanced Laravel CRUD Application
    • Learn How to make a project using Crud Generator Tool
    • How to make a Laravel Pagination
    • Image Uploading
    • Make the Relationship

    Who is this for?


  • Student those who wants to became Laravel Developer.
  • Student those who wants to manage the projects in Laravel.
  • Student those who wants study php framework
  • More details


    Description

    Laravel 9 - Beginner to Advanced Level with Student Management

    Students those who are very curious to learn Laravel Programming from beginner level to Advanced level, this is best place to learn. I have revealed all my secrets in this course to make everyone understand it more easily and clearly.

    Following are the three different Projects which can be created through Laravel:

    1. Simple Laravel 9 Website along with Contact Form

    2. Advanced Laravel 9 CRUD Application with Pagination.

    3. Laravel 9 Student Management Project using Crud generator tool.

    What are the Benefits of this course?

    1. We have implemented the Crud Generator Tool, to do the projects in easy way.

    2. We have installed Jetstream inertia asset to provide the implementation of Login Form, Registration Form, Two-Factor Authentication and Session Management.

    3. Crud Generator Tool which helps us generate the model view controller and routes automatically generate with professional code rather than writing the manual code. Will be explained step by step.

    4. It will reduce the time to complete projects by implementing Crud Generator Tool. Will teach what the differences between Crud and Crud Generator Tool are.

    5. After completing the course you will have good enough knowledge about Laravel.

    What are the Best Parts of this Course?
    (Following are based only on the Student Management Project)

    1. User will be able to manage the Student Details.

    2. User will be able to manage the Teacher Details along the image uploading validation.

    3. User will be to able manage the Course Details.

    3. User will be able to manage the Batch Details.

    4. User will be able to manage the Enrollment Details.

    4. User will be able to manage the Payment and after payment, user has the option to print the receipt.



           




    Who this course is for:

    • Student those who wants to became Laravel Developer.
    • Student those who wants to manage the projects in Laravel.
    • Student those who wants study php framework

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Kobinath Ramalingam
    Kobinath Ramalingam
    Instructor's Courses
    My Name is Kobinath. I am a Software Engineer and an IT lecturer with over 5 years’ experience. I realised teaching and training is my passion and therefore I want to share my knowledge in the field of computer programming with as many people as I can during my lifetime. What better way than being on Udemy course list to do this.My expertise is in Java Development. I have Java certifications from Oracle. In addition to Java I am also a qualified in php and .net programming.Inventory management for retail business and banking management systems and customer database for banking institutions are couple of many projects I have done in Java. I have done similar projects in php and in .net as well.With my course you will learn every step of the way to becoming an industry expert in Java. Php and dotnet. I am here to help you as you grow. Sign up for my course and you will be on you way to achieve your full potential.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 121
    • duration 13:52:53
    • Release Date 2023/04/27