Laravel Package Creators: Let’s Meet the TOP 5 Closer
We use a lot of packages inside Laravel. For free. But do we know the PEOPLE who created them and support us? Let’s recognize their names and faces and give the respect they deserve. Here’s the list of the most “famous” creators with their packages, maybe you will find out some new packages for yourself.
jenssegers/date: Carbon Date and Time in Your Locale
Laravel heavily uses Carbon library for date and time management, but there’s one package that extends Carbon to make it work better with local strings.
Big Day: (alpha) Launch of Vue.js Generator Version
Today we’re releasing the first alpha version of a tool that we worked on for 3-4 months – ability to generate adminpanel with Laravel and Vue.js, so that Laravel serves only as API backend.
Two Laravel Packages to Send SMS with Twilio
Sending SMS is a pretty common way to notify users about some action – like, transaction finished successfully, invoice ready etc. And Twilio is almost a market standard to do that easily. And there are at least two packages for Laravel to make it even…
Advanced Datatables with Laravel: Five Code Examples
In our QuickAdminPanel we use a package called Datatables.net quite a lot – it’s really good to show tables of data. But on top of our generator you can extend it, we will show you how.
[New] Subscription Billing: Stripe-based Module to Charge Customers for SaaS
Today we’ve released a new module in QuickAdminPanel called Subscription Billing. In short, it’s a small competitor of Laravel Spark with much less functionality but it does the core thing – you can add monthly plans to your adminpanel system. Here’s how it works.
Reports and Charts in Laravel: Two Useful Packages
For bigger web-project with a lot of data we usually have to build a reporting system – with export to PDF/Excel, charts and graphs. There are many ways to do it, let’s look at the most popular ones. Update: in February 2019 we released our…
New module “Dashboard Widgets”: see latest CRUD entries after login
This new module in our online generator allows you to add newest entries to your dashboard. By default, if you create your admin panel, download it and log in, you will see empty dashboard with text “You are logged in”, like this: The idea behind…
Braintree Payments in Laravel: The Ultimate Guide
Braintree is one of the most popular ways to accept payments online, in this article we take a deep look how it works in Laravel framework.
Eloquent Relationships: The Ultimate Guide
Eloquent is a powerful Laravel ORM, and it allows to define relationships pretty easily. But do you know all about its functionality? Let’s check it in this ultimate guide, which will cover all types – one-to-one, one-to-many, many-to-many, and polymorphic relations. In addition to the…