ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

QRCode tutorial 26 cleanup the qrcode page Laravel 5.6 full project course

Laravel tutorial

laravel 5.6

laravel 2018

Laravel 5.6 crud tutorial using bootstrap

laravel tutorial for beginners step by step

Laravel 5.6 crud

Laravel 5.6 full project

laravel qrcode

qrcode with laravel

laravel e-commerce

laravel api

laravel microservices

laravel api tutorial

laravel ionic tutorial

laravel mobile tutorial

laravel android

laravel ios

laravel 5.6 ionic

Автор: Braintemple Tutorial TV

Загружено: 2018-06-13

Просмотров: 327

Описание: ➢ SUBSCRIBE to this channel if you haven't
➢ FULL COURSE ON UDEMY: https://www.udemy.com/course/1741512
➢ STARTER FILES: https://github.com/daveozoalor/larave...


If you feel helped, please donate to my bitcoin: 3GtaocE8UUd9kFUn5fyXLGYuRtF9CSBhjf

IMPORTANT LINKS:

ASK any questions about this video and any other business and get support by posting your question at davepartner.com

Donate to help us make more videos:
https://www.patreon.com/user?u=313700...

Follow me on social media:
Instagram:   / daveozoalor  
Youtube:    / braintemorg   (subscribe if you haven't)
Facebook:   / daveozoalor  
Twitter:   / daveozoalor  
Twitter 2:   / braintem  

Learn Bootstrap 4 in 30 minutes by building a landing page website

Laravel has come a long way becoming better with each new release. During the recent Laracon Online, Taylor Otwell announced the official release of Laravel 5.6. Unlike Laravel 5.5 which required PHP = 7.0.0, this new version will require PHP = 7.1.3.

Without further ado, let's see what this new version of Laravel has to offer:

Two New Blade Directives
Laravel 5.6 will include two new form blade directives for cross-site request forgery (CSRF) and HTTP method input.

Table of Contents
Two New Blade Directives
The Artisan Optimize Command Has Been Removed
Eloquent Date Casting
Argon2i Password Hashing Algorithm Support
Collision Package for CLI Error Reporting
Bootstrap 4
Single Server Scheduling
Logging Improvements
Broadcast Channel Classes
Conclusion
In previous Laravel versions, we had to do this at the top of forms to create hidden inputs for the CSRF token and the spoofed HTTP method:

form
{{ csrf_field() }}
{{ method_field('PUT') }}
!-- ... --
/form
With the new release, it's now possible to do this instead:

form
@method('put')
@csrf
!-- ... --
/form
Note: HTML forms can’t make PUT, PATCH, or DELETE requests you need to add a hidden method input to spoof these HTTP verbs. Laravel uses the method input to route the request to the appropriate controller action correctly.

I find these directives looking neater and easier to remember. However, the old helper functions are still available for use if that's what you prefer.

The Artisan Optimize Command Has Been Removed
The Artisan optimize command was deprecated as of 5.5 and has been removed officially from 5.6. Quoting Laravel 5.5's upgrade guide:

With recent improvements to PHP op-code caching, the optimize Artisan command is no longer needed. You should remove any references to this command from your deployment scripts as it will be removed in a future release of Laravel.

In the case you want to upgrade to this new version, be sure to remove the command from your composer.json post-install-cmd and post-update-cmd scripts.

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
QRCode tutorial   26   cleanup the qrcode page Laravel 5.6 full project course

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

  • Информация по загрузке:

Скачать аудио

Похожие видео

QRCode tutorial   27   cleanup the QRCode interface Laravel 5.6 full project course

QRCode tutorial 27 cleanup the QRCode interface Laravel 5.6 full project course

Learn Symfony in 1 Hour

Learn Symfony in 1 Hour

Язык программирования JavaScript уничтожил интернет

Язык программирования JavaScript уничтожил интернет

Ibiza Summer Mix 2025 🍓 Best Of Tropical Deep House Music Chill Out Mix 2024 🍓 Chillout Lounge

Ibiza Summer Mix 2025 🍓 Best Of Tropical Deep House Music Chill Out Mix 2024 🍓 Chillout Lounge

Стоит ли изучать laravel? Какие перспективы laravel разработчика? Есть ли смысл?

Стоит ли изучать laravel? Какие перспективы laravel разработчика? Есть ли смысл?

Я Купил Каждый iPhone за Всю Историю

Я Купил Каждый iPhone за Всю Историю

Японец по цене ВАЗа! Оживляем пацанскую мечту :)

Японец по цене ВАЗа! Оживляем пацанскую мечту :)

⚡️Нападение России и Китая || НАТО заявляет о новой войне

⚡️Нападение России и Китая || НАТО заявляет о новой войне

Я СДЕЛАЛ ИДЕАЛЬНЫЙ ШАР ИЗ ОБЫЧНОЙ ЗЕМЛИ - ДРЕВНЯЯ ЯПОНСКАЯ ТЕХНИКА

Я СДЕЛАЛ ИДЕАЛЬНЫЙ ШАР ИЗ ОБЫЧНОЙ ЗЕМЛИ - ДРЕВНЯЯ ЯПОНСКАЯ ТЕХНИКА

C++ 26 is Complete!

C++ 26 is Complete!

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]