HomeLaravel

Laravel 5 Tutorial : What's New in Laravel 5.3?

Laravel 5 tutorial : what's new in laravel 5.3? This is a general release and comes with six months of bug fixes and security fixes are provided for one year. Laravel 5.1 is the latest LTS release which includes bug fixes for two years and security fixes for three years.

Laravel 5.5 Middleware Tutorial : How to Create Login with Multiple Level Access in laravel 5.5
Laravel 5.5 AJAX Tutorial : Advanced CRUD Operation with Ajax JQuery in Laravel 5.5
Laravel 5.5 Ajax Tutorial : Select Selected Value a Dropdown with Dynamic Dropdown
Laravel 5 Tutorial - The Laravel team is proud to announce the release of Laravel 5.3 and it’s now available for everyone. The new features in 5.3 are focused on improving developer speed by adding additional out of the box improvements for common tasks.

Please Read :
  1. Routing Basics in Laravel
  2. Basic Controllers in laravel
This is a general release and comes with six months of bug fixes and security fixes are provided for one year. Laravel 5.1 is the latest LTS release which includes bug fixes for two years and security fixes for three years.

Here is a quick overview of some of the highlights of the new 5.3 release:

New Home Page

What's New in Laravel 5.3
The home page received a makeover with boxes showcasing the new packages, and more community resources including links to Laracast, Laravel News, and Statamic.

Laravel Scout

Laravel Scout is a new driver based full-text search engine for Eloquent. Scout works by adding a new Searchable trait to your models, syncing your data to the index of choice, and then you can search as easily as:

Post::search('Alice')->get();

Laravel Passport

Laravel Passport is designed to give you everything you need to deploy your own OAuth2 server in a matter of minutes. It’s an optional package that comes complete with the ability to set your scopes, Vue.js components for token generation, revoking tokens, and more.

Laravel Mailable and Notifications

Laravel Mailable is a new class-based approach to sending emails that will allow you to simplify sending email by removing the need for the closure style.

Laravel Notifications allow you to send out quick updates through services like Slack, Text messages, Email, and more. The community has even started a "Laravel Notifications Channel" group where anyone can submit drivers and it already includes over twenty-six drivers.

Laravel Echo

Laravel Echo is an improvement to the existing event broadcasting system that makes it easy to work with web sockets. To utilize Echo the backend will ship with the Laravel core and then you will need to pull in an NPM package for the JavaScript side.

Migrations

The migrations system received a new feature that will allow you to rollback a single migration

php artisan migrate:rollback --step=1

Previously, this option did not exist and you could only rollback a single batch, which could contain multiple steps.

Simple Pagination

Laravel offers two styles of pagination. An advanced style that shows a list of page numbers and a simple style that only show a previous and next link.

Starting with this release the simple pagination will now be available from a view file which makes it easier than ever to customize to your sites design and HTML structure.

Blade Loop Variable

Laravel Blade received a new $loop variable that will give you finer grain control within your loops. Now you can use the following properties:
  1. index – The number of the loop.
  2. remaining – How many loops remain
  3. count – The total count
  4. first – If it’s the first loop
  5. last – If it’s the last
  6. depth – How many levels deep you are.
  7. parent – Allows you to call the parent in a nested loop.
For more on this see Matt Stauffer’s blog post https://mattstauffer.co/blog/the-new-loop-variable-in-laravel-5-3.

Directory Changes

The "app" folder was simplified by removing all the empty folders like Events, Jobs, Listeners, and Policies. This remains fully backward compatible and if you run any Artisan "make:" command related to these features the folder will get added back.

Queued Jobs

Eloquent Collections are now cleanly serialized and re-pulled by queued jobs the same way individual models are.

This is beneficial in the cases where the data in the Eloquent Collection has changed since the job was pushed onto the queue.

Query Builder

The query builder will now return a Collection by default instead of an array. This is potentially a breaking change but it will now keep results from either the query builder or Eloquent uniform.

Cache Helper

Laravel 5.3 includes a new cache() global helper that allows you to get, put, or return an instance of the backing service. For more information check out Matt’s post on this https://mattstauffer.co/blog/the-new-cache-global-helper-in-laravel-5-3.

Documentation Changes

The documentation received a huge overhaul for this release. It’s now divided into better sections that guides you from installation all the way through Laravel’s official packages. It is also linking to relevant free Laracasts videos on certain topics. This will cater to either people that prefer audio/video for learning and those that enjoy reading.

Reference : https://laravel-news.com/2016/08/laravel-5-3-is-now-released/
more laravel news : https://laravel-news.com/

See you next Lessons

Feel free to code it up and send us a pull request.

Hi everyone, let's me know how much this lesson can help your work. Please Subscribe and Follow Our Social Media 'kodeajaib[dot]com' to get Latest tutorials and will be send to your email everyday for free!, Just hit a comment if you have confused. Nice to meet you and Happy coding :) all ^^



Follow by E-Mail


COMMENTS

DISQUS
Name

ADO.NET,3,Ajax,6,Android,9,AngularJS,4,ASP.NET,4,Blogger Tutorials,7,Bootstrap,7,C++,1,Codeigniter,2,Cplusplus,6,Crystal Report,6,CSharp,25,Ebook Java,2,FlyExam,1,FSharp,3,Game Development,2,Java,35,JDBC,2,Laravel,89,Lumen,2,MariaDB,2,Ms Access,3,MySQL,31,ODBC,6,OleDB,1,PHP,14,PHP Framework,6,PHP MYSQLI,9,PHP OOP,5,Python,8,Python 3,4,SQL Server,4,SQLite,4,Uncategorized,5,Vb 6,2,Vb.Net,89,Video,48,Vue Js,4,WPF,2,Yii,3,
ltr
item
KODE AJAIB: Laravel 5 Tutorial : What's New in Laravel 5.3?
Laravel 5 Tutorial : What's New in Laravel 5.3?
Laravel 5 tutorial : what's new in laravel 5.3? This is a general release and comes with six months of bug fixes and security fixes are provided for one year. Laravel 5.1 is the latest LTS release which includes bug fixes for two years and security fixes for three years.
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh36ZxwZa5VL-Ari9xkJP20-tKaexJutHTOKIr_afLJVNET1qeETRkpsOC-AXwaBsxMjkH5sGXUfvGR_5_ERFtj_i2wsU3WQ0momcgfw3Y0wklYYJPcN5RoxMBCuJXILu6tj0SV2im9c-M/s320/laravel-53-homepage-1.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh36ZxwZa5VL-Ari9xkJP20-tKaexJutHTOKIr_afLJVNET1qeETRkpsOC-AXwaBsxMjkH5sGXUfvGR_5_ERFtj_i2wsU3WQ0momcgfw3Y0wklYYJPcN5RoxMBCuJXILu6tj0SV2im9c-M/s72-c/laravel-53-homepage-1.png
KODE AJAIB
https://scqq.blogspot.com/2016/08/laravel-5whats-new-in-laravel-5-3.html
https://scqq.blogspot.com/
https://scqq.blogspot.com/
https://scqq.blogspot.com/2016/08/laravel-5whats-new-in-laravel-5-3.html
true
3214704946184383982
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy