Hi guys, Limited time this week for me, as I've landed a client with tight deadline, so no video this week from me :( But still some content released, see below. Have a good read!
Articles from Laravel Daily blogs
Quick Start with Laravel 5.5 + Vue.js: Simple CRUD Project
laraveldaily.com
Same demo-project from last week, but text tutorial version. Vue.js is getting more and more popular, and good thing about it that it’s pretty quick to get started with. Let me show you an example in this tutorial and sample project. This is our sample project – one CRUD (Create/Read/Update/Delete) for managing companies.
Laravel-related articles from all the web
Announcing Laracon Online 2018
laravel-news.com
Coming back for 2018 is the one-day Laracon Online conference that will be held on February 7, 2018. Just like last year, the event will be hosted entirely online and no matter where you live you can now take part in a Laracon.
Making The Most Of Laravel Form Requests
medium.com
If you don’t know about Laravel’s form requests or haven’t been using it yet, you might be missing out on a whole lot of good. Let me show you what i know about it. Form requests are custom request classes that contain validation logic.
A Laravel package to log HTTP requests
murze.be
Most of the sites we build for our clients contain some sort of contact form. For some of our clients such forms are critical to their business. Image for instance a real estate firm that generates leads with such forms.
Collision — Better debug workflow with PHPUnit and Laravel
medium.com
Few weeks ago I released a package called Collision, the main objective was to provide a pretty error handler on command-line/console applications, specially on my other side project called Laravel Zero. Let’s take a look at the description Laravel News’s article made about collision:
Laravel Watchable Package
blog.jamesmills.co.uk
I created this package to ‘scratch my own itch’. I have a model called Order. I wanted to notify certain people (only people who were watching the order) when the status of the order changed.
Email Verification with Laravel 5.5
phpbits.in
Laravel makes it pretty easier to implement email verification. The default auth scaffolding that comes with Laravel is very flexible and we can easily modify it to include verification functionality. We will add just one column verified to the users table.
Deploying a Laravel 5.5 Web App on Ubuntu
medium.com
Written for all deploying web apps in popular languages such as Python, Ruby, Nodejs. However, it’s especially applicable for deploying PHP apps based on the Laravel Framework. Once, you are able to login (via ssh) on your new Ubuntu , we can move on to deploying!
Vue 2.5 Released
laravel-news.com
Evan You announced the release of Vue 2.5 last week with TypeScript and Error handling, environment-agnostic server-side rendering (i.e., php-v8js), and many other nice features. It’s a great time to be a Vue.
That's it for this week, see you next Thursday! Povilas Korop LaravelDaily Team
|