Hi guys, This week is pretty important for our QuickAdminPanel - we're releasing a generator for the code similar to famous Laravel Spark, which is basically Stripe subscriptions, see below. Also one new article from me and one small demo-project from one of our junior team members. Enjoy!
Articles from LaravelDaily Team
LaravelDaily/LaraMapper
github.com
Laravel 5.5 demo-project to show shops on the map and manage them via admin panel. It is a demo project for demonstrating what can be generated with QuickAdminPanel tool.
Articles from Laravel community
Using Laravel Forge with Amazon Web Services (AWS)
mettle.io
Laravel Forge is a great tool if you need to launch servers on a regular basis. It's a huge time-saver and its nice being able to get a fully up-to-date server working in a matter of minutes, including most of the necessary services likes Nginx, Redis, MySql/Postgres and more.
5 Laravel Helpers to Make Your Life Easier
laravel-news.com
There are a ton of helper methods in Laravel that make development more efficient. If you work with the framework, I encourage you to see what helpers you can introduce in your day-to-day work. In this blog post, I’d like to point out a few of my favorites.
★ Using Content Security Policy headers in a Laravel app
murze.be
By default all scripts on a webpage are allowed to send and fetch data from and to any site they want. If you think about it, that's kinda scary. Imagine that one of your JavaScript dependencies would send all keystrokes, including passwords, to a third party website. That would be pretty bad.
Testing Length Validation in Laravel
laravel-news.com
I thought it might help people new to the Laravel framework and testing, to walk through how to test length validation. When I say length validation, I mean the constraints of length that you might want to put on a string field.
Custom Events in Laravel
code.tutsplus.com
In this article, we are going to explore the basics of event management in Laravel. It's one of the important features that you, as a developer, should have in your arsenal in your desired framework.
? Broadcasting with Laravel Echo & Vue.js
medium.com
You’ll need to insure your config is setup to inject your Pusher credentials. Broadcasting routes are basically simple guards with will check an entity before allowing a private connection. Users must be authorized before connecting to private channels.
Zero Downtime Laravel Forge Deploys
timleland.com
So you’re a Laravel developer and of course you are using Forge to manage your servers. You enjoy how simple Forge makes it to deploy your applications but you may notice a few seconds of downtime when your app is updating packages etc.
Laravel 5.6.3 Released and GitHub Stargazing
laravel-news.com
Laravel 5.6.3 is available as of Friday, which reverts an issue with a previous 5.6 release and updates Vue and React presets to Bootstrap 4. A couple of releases went out last week following the big release of Laravel 5.6 at Laracon Online 2018 on February 8th.
That's it for this week, see you next Thursday! Povilas Korop LaravelDaily Team
|