Yii 2 смотреть последние обновления за сегодня на .
Yii is a fast, secure, and efficient PHP framework used to create all kinds of web apps. Learn how to use Yii2 in this full tutorial for beginners by building a YouTube clone. 🎥This course was developed by Zura Sekhniashvili. Check out his YouTube channel: 🤍 💻Code: 🤍 ⭐️ Course Contents ⭐️ ⌨️ (0:00:00) Introduction ⌨️ (0:03:08) Demo ⌨️ (0:06:27) Install necessary tools ⌨️ (0:09:28) Project setup ⌨️ (0:25:02) Create Database and run migrations ⌨️ (0:28:48) Signup, activate account and test login ⌨️ (0:33:00) Change Url format ⌨️ (0:34:46) Explore project structure & entry script ⌨️ (0:36:41) Config files ⌨️ (0:38:12) Controllers & actions ⌨️ (0:42:30) Views ⌨️ (0:44:59) Install Bootstrap 4 ⌨️ (0:48:20) Asset bundles ⌨️ (0:50:11) Layouts ⌨️ (0:54:14) Application properties ⌨️ (0:56:25) Navbar widget ⌨️ (0:57:28) Components ⌨️ (1:04:07) Nav widget ⌨️ (1:05:19) Identity Class ⌨️ (1:06:02) Active Record class ⌨️ (1:10:45) Behaviors ⌨️ (1:12:19) Finish studio layout ⌨️ (1:14:48) Url creation ⌨️ (1:17:31) More on layouts ⌨️ (1:19:32) Finish studio layout ⌨️ (1:30:25) Create auth layout (Nested layouts) ⌨️ (1:35:16) Aliases ⌨️ (1:37:11) Video table migration ⌨️ (1:48:05) Generate Video model using Gii ⌨️ (1:49:48) Active Record & Models ⌨️ (1:50:34) Model rules ⌨️ (1:52:44) Generate Video CRUD using Gii ⌨️ (1:57:42) Video create page (Working with forms) ⌨️ (2:07:15) Video upload ⌨️ (2:25:42) Video page ⌨️ (2:43:39) Video status change ⌨️ (2:46:25) Thumbnail upload ⌨️ (2:55:31) Thumbnail resize ⌨️ (3:01:27) Handle upload errors ⌨️ (3:04:39) Save video tags ⌨️ (3:09:20) Video listing page (Gridview & Data providers) ⌨️ (3:20:09) Restrict upload for authorized users only ⌨️ (3:22:59) Implement frontend layout ⌨️ (3:39:23) Video delete ⌨️ (3:47:18) Output published videos on frontend ⌨️ (4:00:31) Video view page ⌨️ (4:12:53) Count video views ⌨️ (4:23:08) Implement Like/Dislike ⌨️ (4:56:50) Channel page ⌨️ (5:08:05) Subscribe/Unsubscribe ⌨️ (5:21:16) Many to Many relations ⌨️ (5:24:56) Output videos on channel page ⌨️ (5:31:33) Email send using mailtrap ⌨️ (5:44:25) Search ⌨️ (6:00:07) Similar videos ⌨️ (6:11:05) History page ⌨️ (6:23:08) Implement dashboard ⌨️ (6:39:39) Debug bar ⌨️ (6:42:13) Relation eager loading ⌨️ (6:45:08) Caching ⌨️ (6:50:12) Overview, code cleanup and improvements Learn to code for free and get a developer job: 🤍 Read hundreds of articles on programming: 🤍
The following video explains what is Yii2 PHP framework, what are its advantages and why you should learn it. We will build a mini blog application with the following features: - Authentication - Registration - Password hashing - Working with databases - Restricting URLs for unauthenticated users - Working with forms - Validation Source Code: 🤍 Object-Oriented PHP for Beginners: 🤍 Installing Yii2 Framework: 🤍 Grow your business 10X with custom Yii web application development services. Click on the link: 🤍 = AUDIO GEAR I HAVE My Main Microphone - 🤍 Microphone Scissor Arm Stand - 🤍 Microphone Shock Mount with Pop Filter - 🤍 Audio Interface - 🤍 Microphone Pop Filter Mask Shield - 🤍 CHEAP AUDIO SETUP Microphone + Shock mount + Scissor Arm - 🤍 = Check my Github: 🤍 Follow me on social media: 🤍 🤍 🤍
I started building an open source E-commerce website in Yii2 framework. This video is the first part of unprepared, unedited process of building the E-commerce website. Part 2: 🤍 Part 3: 🤍 Project Source Code (⭐️ Give it a star ⭐️) 🤍 Support me by subscribing - 🤍 Timecodes 00:00:00 - Introduction 00:01:29 - Demo 00:07:36 - Introduction 00:10:16 - Project setup 00:25:52 - Integrate SB Admin 2 into backend 01:04:34 - Generate migrations 01:31:33 - Generate models 01:36:54 - Generate and customize products CRUD 03:18:19 - Display products on frontend 03:43:11 - Customize and bugfix signup and login 04:05:02 - Handle user profile and address update 04:55:08 - Cart basic functionality 06:16:48 - Implement change quantity in cart 06:41:58 - Implement checkout 07:12:55 - Implement online payments with PayPal 09:08:00 - Validate PayPal transaction & finish checkout 10:06:47 - Send email when order is paid 10:41:36 - Fix password reset bugs 10:46:29 - Password change 10:55:47 - Update checkout page & Bug fixing 11:18:25 - Display orders in backend, Sorting & Filtering 11:45:38 - Customize Formatter class 11:49:23 - Display Order items Follow me on social media: 🤍 🤍 🤍 Check my Github: 🤍
The following video is an introduction video on yii2 framework. This video is the first video from the series of videos around the framework. This video is a course introduction video. All next videos will be focused on one particular topic and I am going to cover all basic and advanced stuff like: - forms - models - controllers - databases - caching - logging - rbac and so on... If you prefer to see one video which covers the most common features of the framework (but not in too much details), I recommend the following crash course video, where I build a minimalistic blog. Yii2 Crash course: 🤍 Building a REST API using yii2. 🤍 Videos about Object Oriented PHP. 🤍 I will answer a few questions about the framework and then we can install it and write "Hello World". Questions answered in the video: 1. What is yii2 framework? 2. What advantages does it have? 3. Is it popular? 4. What are its important features? 5. What are the prerequisites to learn yii2? Install XAMPP on windows: 🤍 Install LAMP stack on Ubuntu 19.04: 🤍 Checkout my github 🤍 and/or follow me on social media: 🤍 🤍
Web Development from scratch with Yii2 PHP Framework. Learn how to implement a ride-sharing community website, similar to BlaBlaCar. Yii2 PHP Framework - Full Course (Build a YouTube Clone) ☞ 🤍 Build a Registration & Login Form using PHP, HTML, CSS, Bootstrap and MySQL ☞ 🤍 Laravel PHP Framework Tutorial - Full Course for Beginners ☞ 🤍 Yii 2 is a comprehensive and truly out-of-the-box PHP framework for developing modern web applications. It simplifies almost every aspect of the web development, including security, database interaction and automated testing, and helps to reduce most of tedious and repetitive operations. This course is designed to provide you with a complete training on web development using Yii 2. The entire course will guide you through all stages of a real-life development project starting from analysis and architectural design to implementation and testing. In every video we'll be focusing on a new aspect. Each section will have theory and practical sessions to reinforce your learning experience. Together, we will create step-by-step a fully working ride-sharing community website, similar to BlaBlaCar. We combined knowledge from different areas of software development such as architectural patterns, user interface design, database performance and tuning, and designed our videos in a way to create the most memorable and learning experience. Enjoy! What you’ll learn Set up a development environment for Yii2 Develop robust web applications based on modern architectural patterns Build a responsive and attractive user interface with Twitter Bootstrap and JQuery Implement different real-life use cases (e.g. user registration with confirmations per SMS) Explore database design techniques, including SQL explanations Translate your application into multiple languages Embed a clever search into your site with Google Autocomplete Take advantage of geovisualizations with Google Maps Integrate with external online payment API (e.g. 2checkout) Write automated Unit tests to stabilize your application And much more ... Are there any course requirements or prerequisites? Basic knowledge of object-oriented programming (OOP) in PHP Good knowledge of HTML, CSS, Javascript Installed Composer and NetBeans IDE (FREE) Be eager to learn something new Who this course is for: People with a basic knowledge of OOP in PHP and who are looking for a great PHP framework to begin with People who have used Yii 1.0 and want to advance to more powerful Yii 2 People who have experience with other PHP frameworks and want to leverage their skills for the development with Yii 2 #PHP #Yii2 #WebDevelopment Note: If you have any copyright issue with the content used in our channel or you find something that belongs to you, before you claim it to Youtube, SEND US A MESSAGE and the respective content will be DELETED right away. Thanks for understanding. ◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️ 👕 Merchandise: 🤍 🌎 Social Network for Developers: 🤍
In this video, we will build a REST API using Yii2 PHP framework. If you do not have experience previously working on Yii2 framework, I recommend to check out my "Yii2 Crash course" video before watching this video: 🤍 Source Code - (Really appreciate if you give it a star - ★) 🤍 Yii2 Advanced template installation and set up virtual hosts on Window and on Linux. 🤍 In this video, we are going to build a blog engine REST API using Yii2 PHP framework. We are going to interact with 2 resources: posts and comments. We will see how to create endpoints to get, create, update or delete posts and comments. We will see how to paginate and sort. We will learn how to enable authentication and authorization so that only authenticated users will be able to create, update or delete posts and comments and we will also see how to restrict access to particular posts so that only owner of the post or comment will be able to update or delete. We will use postman to make request into our API. Follow me on social media: 🤍 🤍 🤍
This playlist/video has been uploaded for Marketing purposes and contains only introductory videos. For the entire video course and code, visit [🤍 Often, a web application generates the same data even if it is a time consuming operation. This may slow down our high loaded web application overload the server. However, cache features help us a lot to avoid the regeneration of the same data. We can do this easily with the help of the Yii 2 framework features. • Store some data in a cache and retrieve it from the cache later • Caching the table schema • Query caching as a special feature to cache the result of database queries For the latest web development video tutorials, please visit 🤍 Find us on Facebook 🤍 Follow us on Twitter - 🤍
Hello Friends. Today in this Video we have seen that How to Install Yii2 Framework in XAMPP in Windows 10 | Yii2 Installation in 2022. please Like share and subscribe Queries Solved: How to Install Yii2 Framework in XAMPP in Windows 10 | Step by Step in Details How to Install Yii2 Framework in XAMPP in Windows 10 | Yii2 Installation in 2022 How to Install Yii2 Framework in XAMPP in Windows 10 Yii2 Installation in 2022 #yii2 #yii2framework #yii2installatio
Hoje damos início a série de vídeo aulas do Yii PHP Framework 2. Aqui, iremos dá uma visão geral do framework, sua estrutura de pastas e arquivos. Não esqueça de clicar no "Gostei" caso tenha curtido =D Compartilhe: Contribuidores: 🤍 🤍 🤍 🤍 Cadastre-se na lista: 🤍 Meu Facebook - fecebook.com/kilderson.sena Meu Twitter - 🤍derson_sena Meu Google+ - google.com/+KildersonPinheirodeSena Edição: Kilderson Sena Roteiro: Kilderson Sena
This playlist/video has been uploaded for Marketing purposes and contains only introductory videos. For the entire video course and code, visit [🤍 PHP uses files to store user sessions by default. This is definitely enough for most of the sites. But if you develop high-loaded web application, session files may slow down your website. To resolve such problem, you need to store your users’ sessions in database. Fortunately, Yii 2 framework has these features for us. • Change session storage to database • Move cache storage to database • Update the page and it works For the latest web development video tutorials, please visit 🤍 Find us on Facebook 🤍 Follow us on Twitter - 🤍
This playlist/video has been uploaded for Marketing purposes and contains only introductory videos. For the entire video course and code, visit [🤍 Some visual aspects of a web application are common to multiple pages, and having to update those aspects in each page would be very tedious. We’ll learn how to use Yii layouts to manage our common UI elements. • Explore the default layout and learn how it works • Edit the menu to reflect the needs of our application • Learn how to create and apply multiple layouts to a single application For the latest web development video tutorials, please visit 🤍 Find us on Facebook 🤍 Follow us on Twitter - 🤍
In this lesson if you name the action like actionUserForm in the url you have to call like index.php?r=site/user-form when you have a capital letter you have to separate it by a hyphen So for example if the action name is actionUserHyphenForm the url for that action should be index.php?r=user-hyphen-form Thanks for watching the lesson. This lesson covers Forms in Yii. We create our own Form extending the model class. Create an action and a view file. Yii Flash message is also shown after a successful form submission ⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. I've been using Kite for 6 months and I love it! 🤍 Support me - 🤍 Visit Our blog - 🤍
Thanks for watching Yii2 creating Modules stay tuned for more yii tutorials Subscribe to the DoingITeasyChannel and don't forget to follow me on twitter ⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. I've been using Kite for 6 months and I love it! 🤍 Support me - 🤍 Follow me at - 🤍 Visit Our blog - 🤍
Пройди БЕСПЛАТНО профориентацию в IT - 🤍 Мы узнаем, как именно Yii2 может помочь нам в построении веб-приложений, на примере простого Каталога товаров. Создадим базовую структуру приложения, и посмотрим, как Yii2 может помочь нам с ошибками, возникающими в процессе разработки. Курс: "Основы Yii2", урок 2 Полезные ссылки: 🤍 🤍 🤍 🤍 🤍 - код примеров Не ограничивай себя видео уроками на YouTube! Узнавайте еще больше полезной информации! Общайтесь с опытными разработчиками, преподавателями и развивайтесь через личное общение! Школа онлайн-образования: 🤍 Telegram: 🤍 Slack: 🤍 Сайт: 🤍 Instagram: 🤍 Группа вконтакте: 🤍 Facebook: 🤍 Twitter: 🤍 Больше уроков от lofblog: #loftblog Все уроки по хештегу: #loftblogYii2 Полезные уроки для веб-программиста: #вебпрограммист #Yii2 #PHP - Не забываем, что самый лучший способ сказать "спасибо" - нажать кнопку "нравится" и скинуть ссылку на урок друзьям. Ничто другое так сильно не мотивирует автора продолжать работу :)
In this video I will explain how URL routing and Url creation works in yii2 framework. It is very easy to write URLs incorrectly in yii2 framework. I will show you what is the best practice to create URLs. Read more about URL Creation. 🤍 Check my other videos about yii2 framework Yii2 Crash course: 🤍 Building a REST API using yii2: 🤍 Vue.js & Yii2 REST API notes app - 🤍 Integrate landing page into yii2 - 🤍 Check my Github: 🤍 Follow me on social media: 🤍 🤍 🤍
Thanks for watching this lesson. Apologies for the lack of preparation. Its been some time I created a lesson. Become a patron - 🤍 Take a look at my blog - 🤍
Part of 'Learning Yii 2' video series. For full Course visit: 🤍 Automated testing can be difficult to configure and implement. Yii ships with an integrated version of the Codeception testing framework in order to simplify the process of writing automated tests. • Explain what Codeception is, and how it helps to run unit, functional, and acceptance tests • Learn how to configure Codeception • Learn how to create and populate a test database For the latest web development video tutorials, please visit 🤍 Find us on Facebook 🤍 Follow us on Twitter - 🤍
Sorry for the peaks in the audio! I recently had a yii2 project that I wanted to use bootstrap 4. It's simple but there's no how-to-video. So here are the steps: 1. Install the extension php composer.phar require prefer-dist yiisoft/yii2-bootstrap4 2. Update The Asset Path assets/appasset.php 3. Update the Widget Path (Layout) - Use boostrap4 for all widgets - Adjust the navbar. Play around with the various nav classes. 4. Delete the CSS file Has some outdated CSS that will make your view weird.
In the following video I talk about yii2 application properties. We explore some common properties such as: id, name, language, layout. We explore some application events like: beforeRequest, afterRequest, beforeAction, afterAction. Know more about application configuration: 🤍 Getting started with yii2 framework: 🤍 Yii2 Crash course: 🤍 Building a REST API using yii2. 🤍 Check my Github: 🤍 Follow me on social media: 🤍 🤍
Installing Yii using composer and creating our first yii app Support me - 🤍 Follow me on Twitter 🤍
Learn the basics of Yii 2 Authentication
We will be configuring yii for tests and then we will be running and writing tests Become a patron - 🤍 Follow me on Twitter 🤍
How to become an expert in Yii Framework. Learn 5 tips to help you master the Yii Framework. This tutorial will help you understand the Model-View-Controller pattern, set up your environment, learn the Yii API, utilize Gii, and test your application. Hashtags #YiiFramework #php #tips #tricks #development #Programming #Tutorial #HowTo #Development #WebDevelopment #shorts 🤍unitrai
how to run a controller yii2 every minutes with cronjob. ~ cronjob yii2
In command prompt: init php 0 yes
Подробнее о курсе "Фреймворк Yii2. Быстрая разработка с современным фреймворком": 🤍 В этом уроке будет показана установка фреймворка Yii2 на сервер. В качестве варианта установки будет выбран рекомендуемый вариант – установка при помощи Composer. Из урока вы узнаете о необходимом окружении для работы (веб-сервер, редактор кода), а также о минимальных требованиях к окружению. Установив фреймворк, мы получим не просто голый каркас, но простое приложение, с которого можно начать знакомство с фреймворком и его возможностями.
Тема: Наш опыт перехода с Yii2 на Laravel О компании: Digital-агентство Студия Т. Цифровизация бизнеса с фокусом на результат – сложная разработка с продуктовыми data-driven подходами. Сайты, сложные сервисы, интеграции, разработка, креатив, реклама и ведение соцсетей для крупного бизнеса Спикер: Бовгира Валерий, backend-разработчик digital-агенства Студия-Т. Немножечко DevOps, кайфует от консольных команд. Валера обожает реализовывать интеграции с 1С и с любыми сервисами без документации
Tutorial how to install Yii 2 Framework Advanced version without composer. It is easy and faster than using composer. You can do it your self, just download it and extract on your web server. The configuration has shown on the video. If you think this video is usefulness, like & share it. If you have something to ask, put your question on comment below and don't forget to subscribe. Download Yii 2 on 🤍 More video web tutorial and tips 🤍 Music by NCS Warriyo feat Lura Brehm 🤍 Warriyo • 🤍 • 🤍 • 🤍 • 🤍 Laura Brehm • 🤍 • 🤍 • 🤍 • 🤍
Step 1 - Install Yii2 Advance via Composer composer create-project prefer-dist yiisoft/yii2-app-advanced yii-application Step 2 - Preparing application cd /var/www/html/yii php init Step 3 - check on web browser yoururl.com/yii/frontend/web
In this video series I will build Notes application with Vue.js and Yii2 framework. First we will focus on Vue.js side and build UI with login and registration forms. The UI will also have possibility to create, update and delete notes based on the static notes array. Then, I will move on Yii2 side and create REST API for authentication, registration and working with Notes. In the next part of the video we will connect our UI to API and finalize the project. In the last part of the video we will deploy our application into Digitalocean with SSL. All - 5 parts of the project. Part 1 - 🤍 Part 2 - 🤍 Part 3 - 🤍 Part 4 - 🤍 Part 5 - 🤍 ⭐⭐ Project source code ⭐⭐ 🤍 📔📔 Demo 📔📔 🤍 Check my Github: 🤍 Follow me on social media: 🤍 🤍 🤍
Site Requirments and Installing GD
the following is a video tutorial on making crud in yii2 framework using gii. Gii is an extension, which provides a web-based code generator to generate models, forms, modules, CRUD and so on. #yii2-tutorial #yii2-crud #yii2-framework-tutorial
Thanks for watching this lesson on yii rest api. Please subscribe like and share. Become a patron - 🤍 Follow me on Twitter 🤍 Take a look at my blog - 🤍
Thanks for watching this lesson. Stay tuned for more lessons on yii2. Become a patron - 🤍 Take a look at my blog - 🤍 Follow me on twitter 🤍Uthpala_419
Thanks for watching this lesson and special thanks Abdullah Almsaeed. Learn more about AdminLTE theme on Blog: 🤍 - - - - - - - - - - - - - - - - - - - - - - - - For More Videos Visit : 🤍 Subscribe & Stay connected : 🤍 Also Stay Tuned with us on :- Facebook - 🤍 Google Plus - 🤍 Github - 🤍 Reddit - 🤍 Quora - 🤍
CrackerWeb is explain you about any programming language with full explain and detail and also mostly about php framework like YII2, Laravel and other web programming language like JQuery, PHP, Html, CSS and other languages. You can also comment about your suggestion about the programming language and major problems if you have in mind. Thank you for whatching the video if you like this video then share and subscribe with your friends and subscribe for more. If you have any query about your programming logics or related them "write the description in the comment box" i will get back to you in next day. #Yii #Database #SortAndFilter You can follow and connect with me on my social profile: LinkedIn : linkedin.com/in/deviser/ Github : github.com/deviserops/
You should be able to properly configure the framework to your system and see "Congratulations" page. 🤍 🤍 🤍 🤍
An introduction to the Yii2 php framework