Hey guys, Thursday again, and time for a re-cap of the week in Laravel world. I've written two articles myself, both based on Laravel Podcast which I recommend, and also shot a few videos on YouTube channel. And, as usual, community is active with sharing tips and useful tools. Have a nice read!
Articles from Laravel Daily blogs
Laravel-related articles from all the web
Creating your own to-do app with laravel
medium.com
So sequel to my last post this is like a tutorial to what i built. Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller (MVC) architectural pattern.
terdelyi/laravel-localedate
github.com
LocaleDate for Laravel 5.* What's this? Simple date localization for Laravel. Why? As you probably know Laravel has a built-in support for translations. It's very good if you want to display text in different languages.
Introduction to vue.js in Laravel
medium.com
Hello everyone! Welcome to justlaravel.com. Here I am going to discuss on vue.js and how to use Vue js in your laravel applications. ‘Vue — The Progressive JavaScript Framework’ is used for building user interfaces. As with laravel 5.
Building a PHP Command Line App with Docker
blog.codeship.com
Over the past few months, I’ve started using Docker for all my local development work. Previously I had experimented with VMs, but because we deal in microservices, running six or more VMs on my Macbook Pro was starting to get cumbersome.
Using WordPress As The CMS For Laravel Apps
torquemag.io
Many developers today are buzzing about how they use the WordPress REST API in conjunction with a JavaScript framework. While that process does work well, I’ve been exploring how to correlate the REST API to a PHP MVC framework, specifically Laravel.
Eloquent to SQL: whereHas()
medium.com
I previously wrote about the has() method in Eloquent. This post will be following on very closely from that one, so it may be helpful to give that a read first, as some assumptions in this post will be made with it in mind.
Asserting Jobs in Queue with Laravel Dusk
medium.com
When writing end-to-end tests with Laravel Dusk, you cannot mock your job dispatches like you use to do in Laravel 5.3 because the browser is a separate process and any tweaks you do inside your tests doesn’t exist when the browser hits the application.
Easy roles and permissions in Laravel 5.4
www.qcode.in
Laravel comes with Authentication and Authorization out of the box, I have implemented many role and permissions based system in the past, using laravel, it’s peace of cake. In this post, we are going to implement a fully working and extensible roles and permissions on laravel 5.4.
Foreign Key Validation Rule
timacdonald.me
I’m digging it. It’s just a simple extension on the exists rule, but I think it is killer. When I started with Laravel, I always found it just easy to utilise the Eloquent query builder findOrFail method to ensure that any foreign keys I was submitted from a user were valid.
Using a trait to add UUID to a Laravel 5 Model
renebakx.nl
The past weeks i’m spending my free time with building a application using Laravel 5.4, but I wanted to use an UUID on a few models. So I did what I always do, go look on packagist to find if somebody already done that work for me.
Refactoring series
blog.jerguslejko.com
Posts marked with talk about past refactorings I have performed on my projects. I’ll try to go through the decisions I made and explain why I think they were the best at the moment. These posts will probably be short and very focused.
Building flexible PHP projects
blog.nikolaposa.in.rs
The era of full-stack frameworks is behind us. Nowadays, framework vendors are splitting their monolithic repositories into components with the help of Git subtree, allowing you to cherry-pick ones that you need for your project.
Are traits evil?
samdark.github.io
Short answer: depending on how you use traits. Same as copy-paste they are evil to some degree but there is nothing absolutely evil or absolutely good.
Easy build API using Laravel and GraphQL
medium.com
Yesterday we learn about Setting Visual Code for Laravel, now we will learn about GraphQL from Facebook. GraphQL can increases flexibility call API, we can specify required data with write query language like write query in database to access API, this is very powerful for build complex API.
How to make Laravel and Elasticsearch become friends
medium.com
Laravel is my favourite framework so far. I like that it offers lots of possibilities out of the box. The Laravel team thinks over every part of their product to make the instrument that solves all the common tasks web-developers bump into during their routine.
That's it for this week, see you next Thursday! Povilas Korop LaravelDaily Team
|