Best laravel framework open-source packages.

Updated 2 years ago

https://www.youtube.com/watch?v=jCZj3SYGCJ8&list=PLze7bMjv1CYv7JNFtFjs1jqE5bW5WHQDP&index=1

Analoq Trello

  1. desks доска

  2. lists список

  3. cards карточки на каждом списке

  4. tasks задачи которые прикрепляются к карточкам

  5. Настраеваем бакенд, контроллер ресурса (CRUD) для обмена данных (API)

  6. исползуем ресурсы для филтрацыи

  7. и реквесты для валидацыи

Второй курс

https://www.youtube.com/watch?v=CwKrgUTGLbY&list=PLze7bMjv1CYtP6FSv6L60IpI3rynxAStr

npm i vue npm install

npm update vue-loader

npm run watch

npm install bootstrap

  1. точка входа тут подключаем все компоненты

Vue.component('app',require('./components/App').default)

app являетса именем по которой будем вызывать данный компонент в html файле

  1. подключаем в INDEX -E 1 2 <script src="{{mix('js/app.js')}}"></script> 3

  2. подключаем пакет роутер

npm install vue-router

импортируем его в главном месте

import VueRouter from 'vue-router'

Vue.use(VueRouter)

создаем константу в которую вставляем обект класса VueRouter

         const router = new VueRouter({
         mode:'history',
         routes:[
         {
         path:'/',
         name:'home',
        component: Home
         }
         ]
         })
  1. содержимое нужного компанента будет там куда напишем

5)npm install vuelidate --save

https://www.youtube.com/watch?v=8q3GOMqYPpE&list=PLze7bMjv1CYtP6FSv6L60IpI3rynxAStr&index=14

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

If you don't feel like reading, Laracasts can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

Tags trello php