Hey Artisans, Usual Thursday newsletter with Laravel tips - today we have 25 links for you!
Now, I need a little help from you this time - the first link is a survey I'm doing to understand the market need for Laravel adminpanels. So if you create/use adminpanels - please answer, it's only one question there, and I will share the results in the next newsletter, already have 80+ responses!
And now let's get to the point - links of the week. Enjoy!
Articles from Laravel Daily blog
How to check current URL or Route
laraveldaily.com
Quite often you have a need to check current URL or route and show/hide some element and do some action. Here I will show several ways to do it. Simply – you need to check if URL is exactly like X and then you show something.
Laravel-related articles from all the web
Laravel API Generator
laravel-news.com
Marcel Pociot released a new package that will automatically generate API documentation from your existing routes. What is neat is it automatically scans your Controller method docblocks to generate the table of contents and also hooks in with form request validation to show a list of requirements.
LaraCart
laracart.lukepolo.com
LaraCart was built to be a easy , fast , and simple solution for cart based systems. Feel free to make pull requests!
Laravel Spark - Vue components
christoph-rumpel.com
Vue.js is a lightweight modern JavaScript framework that is very popular these days. Especially when you do not want the overhead of frameworks like Angular or React, Vue is a great choice. Additionally it is great when you do not need a whole SPA (Single page application).
Forge Let's Encrypt Improvements
laravel-news.com
Today I’ve launched improvements to Forge’s Let’s Encrypt SSL support. From now on, Let’s Encrypt certificates generated via Forge do not require you to manually add a scheduled job to renew them.
PHP-related articles and offtopics
Finding Differences in Images with PHP
www.sitepoint.com
I recently stumbled across a fascinating question: how could I tell whether an image had changed significantly? As PHP developers, the most troublesome image problem we have to deal with is how to resize an upload with an acceptable loss of quality.
The MVC pattern in PHP
www.superbrackets.com
MVC is a design pattern that promotes the separation of concerns, it stands for Model View Controller. Note: The MVC pattern is not a topic for beginner php developers, you need OOP knowledge in order to fully understand it.
Thanks for reading, and see you next week! Povilas Korop www.laraveldaily.com
|