Hey guys, This time newsletter issue is sent pretty early in the morning Europe time - attending a full-day conference so hurrying to get the links out to you earlier. This issue is full of different links - hope you enjoy it!
Also, question of the week: what would reach 1000 first - our Twitter subscribers or this newsletter subscribers? See my tweet earlier this week.
Articles from Laravel Daily blog
Eloquent Touch for Models and their Relationships
laraveldaily.com
There are two “tricks” I want to show you here. Probably you will know one of them, but might not know the other one. So, you know there are fields created_at and updated_at in Eloquent tables, right? The thing is that we can update them even without updating any data in the row.
Laravel-related articles from all the web
Use Collections outside Laravel
laravel-news.com
Tighten has created a Collections only split from Laravel’s Illuminate Support package. This is designed for stand-alone PHP packages that would still like to use Laravel Collections. In the README it says it’s a manual split with the goal of eventually automating the process.
Route model binding using middleware
murze.be
Our team is currently working on a Spark app. Spark makes is real easy to add an API that can be consumed by the users of the app. The generation of API tokens and authentication middleware comes out of the box. It all works really great.
Packageshyn/multi-tenant
github.com
This package allows for multi tenancy websites on one installation of Laravel. Multitenancy refers to a software architecture in which a single instance of a software runs on a server and serves multiple tenants.
Packageszeeshanu/dingo-project-managment
github.com
Dingo Project Managment - Trello clone created with Laravel! The support for assigning tasks to users is in progress, so for now you can use it for personal projects Login Page Register Page Dashboard Page Board Detail Page Delete List Card Detail Tab-1 Card Detail Tab-2 Card Detail Tab-3 Card Detail Tab-4 Add Card Edit List
Pagination with Vue and Laravel
github.com
Usage of the demo on GitHub. Notice: for the js code, just look into welcome.blade.php and the data format locates in routes.php 1.Clone the Repo git clone https://github.com/JellyBool/laravel-vue-pagination.git cd laravel-vue-pagination 2.Setup Database edit your .env file and setup database for laravel...
Starting a Business with Laravel Spark
www.sitepoint.com
I am really excited about Laravel Spark. By the time you read this, there will probably be a multitude of posts explaining how you can set it up. That’s not as interesting to me as the journey I’m about to take in creating an actual business with Spark! The idea is simple.
Generate Fake Localized Data with Laravel
medium.com
Instead of populating the database by yourself, Laravel integrates the Faker package which is used to generate English data into your database. Though, what if you want to generate data in your own language?
PHP-related articles and offtopics
Packagessebastianbergmann/phploc
github.com
A tool for quickly measuring the size of a PHP project. Simply add a dependency on phploc/phploc to your project's composer.json file if you use Composer to manage the dependencies of your project.
What's New in PhpStorm 2016.1
youtu.be
PhpStorm 2016.1, is the first update in the series of releases planned for 2016. During the webinar, Gary Hockin, PhpStorm Developer Advocate, will overview new features and major improvements brought in this release.0:05 Introduction2:35 Support of group use statements8:01 “Make Static” refacto
Peer Code Review from IDE
blog.jetbrains.com
IDE is the habitual environment where most of us deal with code, be it changing something or exploring the code base. But our daily routines are not limited to coding, we’ve got a number of collaborative activities and tasks to face.
Introduction to Vagrant
code.tutsplus.com
Vagrant allows you to easily manage and control multiple virtual machines. It is built on top of VirtualBox and VMWare, and it provides many exciting capabilities.
That's it for this week - see you next time! Maybe with 1000 subscribers, huh? :) Povilas Korop www.laraveldaily.com
|