Hey guys, Today I want to offer a few demo projects made with our QuickAdminPanel - decided that we need to showcase more of its usage, and not only talk about its features.
Also a few interesting packages and philosophical discussions, have a good read!
Our QuickAdminPanel Demos
Laravel-related articles from all the web
monicahq/monica
github.com
Monica is an open-source web application to manage your personal relationships. Think of it as a CRM for your friends or family. Monica allows people to keep track of everything that's important about their friends and family. Like the activities done with them. When you last called someone.
Getting started with Laravel quickstart on Bitbucket Pipelines
medium.com
I recently reached out to r/PHP to help make Bitbucket Pipelines even better for PHP devs. PHP has been the one of the largest communities using Bitbucket Pipelines since launch, and the overwhelming response was for Laravel with Mysql support. We’re going to create a default pipeline.
Announcing “Diving Laravel”
medium.com
It’s almost a year since I started working at Laravel, during this time I’ve been learning tons of stuff working closely with Taylor Otwell and getting involved in the core that runs Laravel & multiple homegrown packages.
goodnesskay/Laravel-Open-Source-Projects
github.com
A Web Artisan list of categorized OPEN SOURCE PROJECTS built with Laravel PHP Framework. This repository includes a comprehensive and unlimited list of open source projects built with Laravel for Newbies to the framework or for exploration by any web artisan. Enjoy Pushing Codes!!!
How to order by all() in Laravel
medium.com
One common issue that I see with Laravel newcomers is that they have hangups using Eloquent correctly. The most basic reference given in the documentation and tutorials is using the all() method. But what happens when you want to sort your users?
Chain validation with Form Requests — Laravel
medium.com
Today I had an interesting validation case at work. I have a Custom Validation that will take a table name. This allows me to let my users to say which table they want to manipulate while keeping it limited/controlled to the valid tables for the feature.
Refactoring series: Structuring Laravel - Part 2
blog.jerguslejko.com
Hey! The second part of this article is a step-by-step tutorial on how to organize your Laravel app and make use of App\Support namespace. Previous post that talks about advantages of this approach is available here. I want to emphasize that I do not use this approach in every app.
zfort/social-auth
github.com
The package assumes that your users table name is called "users". If this is not the case you should manually edit the published migration to use your custom table name. If you need do some custom with social flow, you should define yourself controllers and put your custom url into routes file.
Building a 90 Day Planner with Laravel and Vue.js
medium.com
In this multi-part tutorial we will be building a 90 Day Action Planner using Laravel and Vue.js to create a single page application. Why 90 days? Well here is a snippet from the article on FastCompany where I got the inspiration from.
Packagist and the PHP ecosystem
laravel-news.com
This is a guest post written by Graham Campbell, prominent PHP open source developer, and StyleCI founder. This is the second blog in a two-part series on best practices using Composer. Read the first blog on Building Maintainable PHP Apps using Composer.
Package Auto-Discovery In Laravel 5.5
medium.com
For Laravel 5.5, which is due for release near the end of July or beginning of August, long time community member Dries Vints and I teamed up to make it much easier to install and enable packages. Package developers will now be able to add a new section to their composer.
That's it for this week, see you next Thursday! Povilas Korop LaravelDaily Team
|