Hello Artisans, Finally this day has come - my team have release first "beta" version of QuickAdmin online version. At first I called is "QuickAdmin SaaS" but in reality it's not really a "service", more like a one-time generator, so the name was changed. Let me present to you...
The usage is simple: if you want to generate adminpanel for your project, you don't need any packages anymore. No external syntax to learn, nothing to add to your composer.json. Just go to quickadminpanel.com, generate your adminpanel with all menus/fields visually (yes, no coding required at all!), and then download it as full Laravel project.
The idea is to save your time for development. Instead of writing the code for adminpanel, which might take days/weeks, you can generate the basic stuff in minutes, and then change it any way you want - the result is good old Laravel (5.2 version) code.
For now the project is still in "Beta", so I appreciate any feedback or ideas for the final release. And you have exclusive chance to use QuickAdminPanel for free, while it's still in Beta - later we will put a price on it.
Now, enough about the release - let's go to today's useful links.
Articles from Laravel Daily blog
Laravel log – single file or files by date?
laraveldaily.com
Laravel logging mechanism is pretty simple – it writes all the errors to a file at /storage/logs/laravel.log. It’s convenient until the file gets bigger. And then you have a problem to find a bug from yesterday or some days ago. How can you solve this?
Route parameters – no hyphen, only underscore
laraveldaily.com
Lately I’ve been re-reading full Laravel documentation and found quite a lot of “small details” which no one actually noticed in tutorials or books. One of these is using “-” symbol in route parameters. Apparently, you cannot use “-” in parameter, like post-id here.
Laravel-related articles from all the web
Laravel 5.3 New Features and Updates
scotch.io
Laracon is almost upon us. Unfortunately for me, I will not be able to attend. Guess, I'll have to wait for a couple of months to watch it on Youtube. That aside, this year's Laracon will be the stage for unveiling Laravel 5.3.
The new cache() global helper in Laravel 5.3
mattstauffer.co
Time for another new feature in Laravel 5.3! As I was writing my book I noticed a pattern in the global helper functions like session() and, in some ways, cookie(). There are three primary functions that they can perform: get a value, put a value, or return an instance of their backing service.
Introducing Laravel Password v1.0
goodheads.io
Software is eating the world. The internet has become a very wild planet that harbors almost everything. With more and more of our lives being spent online, the list of accounts, social networks, and online shops we protect using passwords has also grown.
Processing a csv file in Laravel
murze.be
From time to time I need to process a csv file. PHP provides a fgetcsvfunction to help with that task. Unfortunately this is a very basic function. It will not, for instance, recognize a header column as such.
The new $loop variable in Laravel 5.3
mattstauffer.co
Let's take a look at another new feature that's coming in Laravel 5.3. Laravel's Blade templating language provides something called "directives", which are custom tags—often control structures—that are prefaced with @.
Bonus
That's it for this week, hopefully you will like and use our Quick Admin Panel, will be waiting for the feedback! Povilas Korop LaravelDaily.com
|