Hi guys, Another Thursday and another newsletter, this time two articles from myself and quite a few useful links. Enjoy!
Articles from Laravel Daily blog
5 Ways to Solve Angular and Blade Conflict
laraveldaily.com
If you work with AngularJS and Laravel project, you might come across a conflict of the same syntax – both Angular and Blade use {{ }} brackets for variables. How to avoid errors? Actually, there’s more than one option here. Did you know that you can change default Blade tags? It’s simple:
Laravel-related articles from all the web
Google Authentication in Laravel 5.3
way2php.com
Authentication with third party providers like google, facebook, twitter etc. is very common functionality in every web application. For achieve this in core php little bit difficult. But laravel makes it’s simple. Because laravel provides Socialite package to do simple.
5 Best Security Tips for A laravel Application
www.dunebook.com
Thanks to the $fillable array, which defines a white list of fields that can be filled through mass assignment, this method call will throw a mass assignment exception. It is also possible to do the opposite and define a blacklist with the $guarded property.
Managing opening hours with PHP
murze.be
For several different clients we needed to display a schedule of opening hours on their websites. They also wanted to display if a department / store / … is open on the moment you visit the site.
Some nice PhpStorm secrets
murze.be
Every two weeks I send out a newsletter containing lots of interesting stuff for the modern PHP developer. You can expect quick tips, links to interesting tutorials, opinions and packages.
Last features in PHP 7.1 (part c)
www.exakat.io
This is the third part of our series about last features in PHP 7.1. See ‘Upcoming features in PHP 7.1 (part a)‘ and ‘More upcoming features in PHP 7.1 (part b)‘. PHP 7.1 is now RC1 since our last article, so better dive into the code fast.
A better dd() for your TDD
blog.tighten.co
An important part of every Laravel developer's debugging arsenal is the humble dd() helper function—"dump and die"—to output the contents of a variable and terminate execution of your code.
Lesser known Git commands
hackernoon.com
Git has a strong commitment to backwards compatibility: many powerful features are hidden behind options rather than exposed as default behaviour. Fortunately Git also supports aliases, so you can create your own commands that do all manner of Git magic.
That's it for this week, see you next time! Povilas Korop LaravelDaily Team
|