Laravel 6 full project course for beginners - 1 Install Generator

preview_player
Показать описание
➢ SUBSCRIBE to this channel if you haven't
Build a job recruitment platform with laravel 6
Laravel 6 full project tutorial course with new features such as laravel 6 auth, laravel 6 php artisan make:auth not working, laravel 6 tutorial, laravel 6 for absolute beginners and laravel 6 full project course

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

IMPORTANT LINKS:

Donate to help us make more videos:

Follow me on social media:

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 6. Unlike Laravel 6 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 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:

With the new release, it's now possible to do this instead:

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 6 and has been removed officially from 6. Quoting Laravel 6'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.

Рекомендации по теме
Комментарии
Автор

Good video, but what the heck is Code Lobster? Haha

Protoscribe