We've been hard at work this month, fixing and polishing - our software, our processes and our services offering. Here's what's new, fr...
We've been hard at work this month, fixing and polishing - our software, our processes and our services offering. Here's what's new, from a few small new features to new services π
Antonio and Pedro are working right now on launching 2 small new features in CRUD, that will allow you (the developer) to quickly do something you often need to do. By the time you read this, Backpack v6.4 will be launched, so a composer update
will get you:
linkToShow()
Last month we launched linkTo()
, which allows you to add links to any route you want. But! What link do you need to add to columns, most of the time? A link to the Show operation! So we've made that even easier!
// you can now do
CRUD::column('category')->linkToShow();
// instead of last months' way
CRUD::column('category')->linkTo('category.show');
// and instead of the old-school way of defining the wrapper href manually
CRUD::column('category')->wrapper([
'href' => function ($crud, $column, $entry, $related_key) {
return route('category.show', $related_key);
},
]);
It'll do the exact same thing, but now you don't have to remember or think about the route name at all (if you've used the regular naming conventions). Isn't that great?
denyAllAccess()
Backpack comes with its own way to allow/deny access to operations. And starting today, it's also got a way to deny access to all operations. Just use CRUD::denyAllAccess()
in your CrudController and the logged in users will not be able to access any of the operations that controller provides. Easy-peasy!
In case you didn't know, our team is also available for direct help on your projects. In fact, we have an almost 10x larger team to work on client projects, than we have working on Backpack itself. More info here.
We've been honing our offering and processes over the years. Some services kept coming up, client after client, so we've gotten increasingly good at them. Right now, we're so absolutely confident on them, that we're able to productize them. Here's what services you'll soon be able to purchase on our website.
We're working on a landing page and legal particularities for them, so you can read more and click "buy", but if you need any of them right now... shoot us an email, happy to send an invoice the old-fashioned manual way and start right away.
Premium Support - β¬300
Consulting & Tutoring Sessions - β¬700
Application Design & Plan - β¬1.500 (πmost popular)
Small Development Team - β¬9.600
Tailored Development Teams - β¬12.000+
That's it from us. In December we plan to take this even further... launch a few more features we think you'll love... and make some more optimizations in the way we work. Stay tuned!
Thanks for using Backpack. We love doing this for you. Cheers!
Subscribe to our "Article Digest". We'll send you a list of the new articles, every week, month or quarter - your choice.
What do you think about this?
Wondering what our community has been up to?