Introduction | What is Laravel? | Installing Laravel | First look at the project | Intro to php artisan | Generating login flow with make:auth | Setting Up the Front End with Node and NPM | Migrations and Setting Up SQLite | Designing the UI from Instagram | Adding Username to the Registration Flow | Creating the Profiles Controller | RESTful Resource Controller | Passing Data to the View | Adding the Profiles Mode, Migration and Table | Adding Eloquent Relationships | Fetching the Record From The Database | Adding Posts to the Database & Many To Many Relationship | Creating Through a Relationship | Uploading/Saving the Image to the Project | Resizing Images with Intervention Image PHP Library | Route Model Binding | Editing the Profile | Restricting/Authorizing Actions with a Model Policy | Editing the Profile Image | Automatically Creating A Profile Using Model Events | Default Profile Image | Follow/Unfollow Profiles Using a Vue.js Component | Many To Many Relationship | Calculating Followers Count and Following Count | Laravel Telescope | Showing Posts from Profiles The User Is Following | Pagination with Eloquent | N + 1 Problem & Solution | Make Use of Cache for Expensive Query | Sending Emails to New Registered Users | Wrapping Up | Closing Remarks & What's Next In your Learning
Intro | What Is Electron Forge? Why did I choose it? | Adding Electron Forge To Our Electron Angular App | Testing the Electron Forge Created Installer
Intro | Similarities | Authentication and Security | Extensibility and Scalability | In-Built Modules | Learning Curve | Structure and Flexibility | Performance (Speed) | Error Handling | Popularity and Job Market | Support and Community | Templates and APIs | Syntaxes | Which Should You Choose?
Introduction | Course flow explaining (How to follow the video) | Node.js and mongo db setup and explaining API development with node.js for absolute beginners | Node.js API code explaining (Code in the startup code) | Flutter Admin panel startup code explaining | Flutter admin panel coding | Flutter client app startup code explaining | Flutter client app coding
Create the Models and Migrations for a To-Do List | Create the Models and Migrations | Create a Route | Create a New List Item | Continue Form Submission
Intro | Similarities | Authentication and Security | Extensibility and Scalability | In-Built Modules | Learning Curve | Structure and Flexibility | Performance (Speed) | Error Handling | Popularity and Job Market | Support and Community | Templates and APIs | Syntaxes | Which Should You Choose?
Welcome to the Course | 1..Install and Setup | 2..Routes and Blade File | 3..What the heck is MVC | 4..Database Connection and Migrations | 5..Raw SQL Queries | 6..Eloquent ORM Crud | 7..Mass Assignment Security | 8..Accessor and Mutators | 9..Install First Part Package - Laravel UI | 10..Blade Template Engine | 11..Laravel Configurations | 12..All Configurations | 13..Upload Image for User | 14..Store User Avatar | 15..Show User Avatar | 16..Remove Old Image | 17..Flash Session | 18..Blade Include subview | 19..Todo List Mini Project part 1 | 20..Todo List Mini Project 2 | Views | 21..Todo List Mini Project 3 | Store | 22..Todo List Mini Project 4 | Validations | 23..Todo List Mini Project 5 | Form Validation | 24..Todo List Mini Project 6 | Show All Todo | 25..Todo List Mini Project 7 | Dynamic Route Parameter | 26..Todo List Mini Project 8 | Route Model Binding | 27..Todo List Mini Project 9 | Named Routes | 28..Todo List Mini Project 10 | Update Todo validation | 29..Todo List Mini Project 11 | Complete A Todo | 30..Todo List Mini Project 12 | Using Core Javascript | 31..Todo List Mini Project 13 | Mark as Incomplete | 32..Todo List Mini Project 14 | Delete the task | 33..Todo List Mini Project 15 | Resource Routes | 34..Todo List Mini Project 16 | Middlewares | 35..Todo List Mini Project 17 | Create with Relationship | 36..Todo List Mini Project 18 | One to Many Relationship | 37..Todo List Mini Project 19 | Todo of Auth User Only | 38..Todo List Mini Project 20 | Redirect To Todo after Login | 39..Todo List Mini Project 21 | Add Description to Todo | 40..Todo List Mini Project 22 | Show each todo list details | 41..Todo List Mini Project 23 | Introduction to Laravel LiveWire | 42..Todo List Mini Project 24 | How Livewire works 2 | 43..Todo List Mini Project 25 | Multiple Input Field Livewire 3 | 44..Todo List Mini Project 26 | Pass Value to Livewire 4 | 45..Todo List Mini Project 27 | Todo has Many Steps | 46..Todo List Mini Project 28 | Create Many Steps | 47..Todo List Mini Project 29 | Show each steps | 48..Todo List Mini Project 30 | 49..Todo List Mini Project 31 | Livewire Edit Steps | 50.
Intro and Demo | Setup Project | What is Inertia and How it works | Prepare the database | Create Controllers and Define Routes | Render Projects with Pagination | Filtering Projects | Sorting of Projects | Render Tasks | Render Project view page with tasks | Project Create | Delete and Update Projects | Users CRUD | Tasks CRUD | Create My Tasks Page | Create Dashboard | Conclusion
PHP isnt what it was 15 years ago | Modern PHP has a lot going for it | So, PHP is still a thing? | PHPs evolution over the last decade | PHP bashing is boring
Introduction | How to Use Task Scheduling? | Running the task scheduler locally | Executing artisan command | Schedule Frequency Options | Preventing Task Overlaps | Running Tasks On One Server | Background Tasks | Maintainance Mode | Adding Scheduler In Shared Hosting | Adding Scheduler In Dedicated/Virtual Hosting
Introduction | Start | Zip the code | Taking database backup | Go to Cpanel | Create Database | Edit .env file | Upload Database | Fixing user not found issue | Final Testing
review the details of your instance | connect the server from the putty | update all the modules of our server | secure the mysql server with password | upgrade the packages | install php for installation | update all the packages | upload the laravel application | give a permission for your storage folder | give file permission from your filezilla
Bloopers | Intro | Find a PR | Georg Fischer Archives | Lychee | Totalsurfcamp | Make me a Cocktail | deinabo | Koenigsegg Design Studio | Wire in the Wild
Introduction to Laravel | Install PHP | Install Composer | Create First Laravel Project using composer | Edit Project for "Hello World in Laravel" using VSCode
1- Introduction to Laravel framework | 2- Laravel Installation and Environment Setup | 3 - Basic Routing and Controllers | 4 - Controllers in Laravel | 5 - Laravel Blade Templating | 6 - How to Compile Assets in Laravel | 7 - Models and Migrations (Models & Database Migrations) | 8 - Fetching Data Using Eloquent ORM Part 1 | 9 - Fetching Data Using Eloquent ORM Part 2 | 10 - Fetching Data Using Eloquent ORM Part 3 | 11 - Forms and Saving Data Part 1 | 12 - Forms and Saving Data Part 2 | 13 - Update and Delete record from MySQL in Laravel | 14 - User Authentication | 15 - Model Relationships | 16 - How to Add User Access Control | 17 - Laravel File Upload Example | 18 - retrieve images from database | 19 - Finishing File Upload
Inicio | 1) Herramientas necesarias (XAMPP,Composer,nodejs, Bootstrap, VSCode | 6) Carpeta vistas (Aprenders como estructurar las vistas de un proyecto | (10) Recepcionando datos de formulario (Aprenderemos a recepcionar datos de formulario). | 17) Guardar edicin de datos (Aprenderemos a actualizar la informacin en una base de datos | 23) Mensajes de texto (Aprenderemos a usar la sesiones para recepcionar mensajes | 31) Agregando Validacin de datos (Aprenderemos a validar datos con validate | 35) Men de navegacin y ajustes (Aprenderemos como integrar mens en el template
Introduction | Modify the show page | Modify the post controller | Edit the post | Update the post | Edit post | Update post | Delete post | Refresh | Destroy
php laravel course project intro | how to install laravel framework | xamp installation | php apache installation | mysql server installation | How to fix the blocked Port Error in XAMPP apache and mysql | composer installation | how to create laravel project | laravel installation | laravel Ecommerce | laravel servers laragon vs xamp vs mamp | visual studio code | vs code | php laravel ecommerce project template | php laravel artisan serve command | php laravel mvc design pattern | php laravel project files | how to connect to database php laravel | what we will learn in this course php laravel course | php laravel views | php laravel blade engine | php laravel routes | php laravel blade template engine | how to send data from route to view php laravel | how to construct template to php laravel project | php laravel public folder | php laravel layout view master view | php laravel master view layout view | php laravel yield function and section layout view template | php laravel routing | php laravel visual studio code extensions | vs code extensions php laravel | php laravel artisan server | laravel artisan extension vs code | php laravel vs code extensions | laravel extension packages visual studio code | php laravel yield function section | php laravel ecommerce project category section | php laravel database | php laravel database first and code first database laravel query builder and laravel eloquent | php laravel database creating product table | php laravel reltionship database mysql one to many relationship | php laravel product view | php laravel what will we explain in next video | php laravel full project ecommerce | php laravel routing with id | php laravel how to get data from database according to category | php laravel linking between two pages according to route id | php laravel routing problem images not appears in roting id asset method | php laravel multiple routing | php laravel arabic language
Introduction | Database Setup | Adding Routes | Authentication and Style Scaffolding | Setting Up Controllers | Link Dashboard Development | Building the User's Links Page | Creating User Settings Area | Displaying Visits Info | Recording Visits | Conclusion
Introduction | Building Models, Migrations & Factories | Setting up the Database Seeder | Routes, Controller & Dashboard View | Saving a new Shortened URL | Deleting a Shortened URL | Building the Redirect Route
Introduction to PHP Laravel and MVC Architecture | Install XAMPP in Windows 11 | Download and install Composer | Start PHP Laravel project in default port | Install some PHP extensions in Visual Studio Code | Configure Environment Variables in PHP Laravel | Install Laravel dependencies with Composer | Define or configure route in PHP Laravel | Create controller with php artisan | Pass data from Controller to View | Nil coalescing or default value in PHP | Validate input parameters of a request using Regular Expression | Get route's name and navigate within pages | Configure Header and Footer of a View using app layout | Configure Navigation and nav-item | Save images to Storage | Some basic commands-syntax in Laravel Blade | Add SASS in a Laravel Project | Add MySQL Database using XAMPP | Database Migration | Some SQL commands in Eloquent | Insert fake data to MySQL | CRUD with Controller and View in Laravel | Prevent CSRF attack | Add more models and migrate | Validate input request | Validation by creating a custom Request | Upload image to server