Laravel 5.7 New Features | Symfony Dump Server Integration | Integrate with E-com Project

preview_player
Показать описание
If you have not installed Laravel 5.7 yet then please install it first by following below video :-

or you can follow our Admin Panel / E-com series where you can integrate all new Laravel 5.7 features.

Laravel 5.7 introduces many new features and we will study one by one in detail. This time we will study "Symfony Dump Server Integration".

1) Symfony Dump Server Integration

2) Optional Email Verification

3) Improved Artisan Command Testing

4) Laravel Nova

5) URL Generator & Callable Syntax

6) Paginator Links

7) Guest User Gates or Policies

8) Improved Error Messages

9) Minor Additions

------------------------------------------------------------------------

1) Symfony Dump Server Integration

Laravel 5.7 introduces the new artisan command i.e.

php artisan dump-server

This command when runs on console collects all dump responses.

You have seen in video, we used to debug our code with the old way.

But there is better alternative to do it in console with below command :-

php artisan dump-server

Update index function in IndexController and add below code :-

dump($productsAll);

And you can see in console, all response prints there and you can easily debug your code.

While running this command, each time you dump data as part of your response, the output will be printed in the console.

In next video, we will work on optional email verification that is recently launched in Laravel 5.7

So stay tune for next video.. thanks for watching..
Рекомендации по теме
Комментарии
Автор

please add this email verification to the ecom tutorial, as soon as possible, thank you!

fsocietyCrypto
visit shbcf.ru