Hey guys,
This week I've decided to compile my Twitter short Laravel tips into a free e-book you can download below. I will be updating it from time to time.
Also released one free video from my Eloquent Expert course, and this is the last week when you can get it with 50% discount.
Finally, as usual, some useful tutorials and packages from the community. Enjoy!
From LaravelDaily Team
From Laravel community
Using Sqlite As A Cache In Laravel
ohdoylerules.com
I was playing with a new project using Laravel 5.7 and I wanted to use sqlite for the cache feature that comes with the framework. If you didn’t know, Laravel allows you to choose a cache “driver” and Laravel will handle writes, reads, and even locks, using that cache.
Is Nova supposed to be super niche?
www.reddit.com
I’ve been playing with Laravel Nova and, while it’s incredible for very basic CRUD stuff, I’m beating my head trying to customize anything. For example, I just want add a fourth action button next to delete in the resource table.
Plans for the Next Iteration of Vue.js
medium.com
Last week at Vue.js London I gave a brief sneak peek of what’s coming in the next major version of Vue. This post provides an in-depth overview of the plan. Vue 2.0 was released exactly two years ago (how time flies!).
Useful Packages
DivineOmega/dates-timezone-conversion-trait
github.com
This package provides a trait that automatically converts an Eloquent model's dates to and from the current user's timezone. Dates Timezone Conversion Trait can be easily installed using Composer. Just run the following command from the root of your project.
qcod/laravel-app-settings
github.com
Use to add settings manager with UI in your Laravel app. It stores settings in the database and by default uses Bootstrap 4 for styling but you can configure it to work with any css system. All the settings saved in db is cached to improve performance by reducing sql query to zero.
That's it for this week, see you in the next issue, next Thursday!
Povilas Korop LaravelDaily Team
|