Easy way to manage widgets in Laravel 5
Are you the type of person that writes widgets by hand in view files or do you find yourself looking for the best place to store links to pages on your website? then this is for you!
Are you the type of person that writes widgets by hand in view files or do you find yourself looking for the best place to store links to pages on your website? then this is for you!
Every powerful tool must be used wisely. Relationships in Eloquent are no exception to the rule. Actually, one of the most common problems in using Eloquent is the N + 1 problem. To explain it, I will use an example as usual.
Let’s suppose t
In my company, we use Twig instead of Blade for our Laravel projects. I know there are a lot of developers that also prefer Twig over Blade. So the question ‘Why choose Twig over Blade?’ often pops up. The reason is usually just a matter
The example in this tutorial will be using a Bootstrap template from almsaeedstudio called “AdminLTE”. You can preview it here: http://almsaeedstudio.com/
You can find other admin templates at my previous post Most Popular Free Admin T
Laravel 5 includes the excellent Flysystem project for interacting with files both in the application filesystem, as well as popular cloud-based storage solutions such as Amazon Simple Storage Service (Amazon S3) and Rackspace. Filesystems are config
Are you the type of person that writes menus by hand in view files or do you find yourself looking for the best place to store links to pages on your website? then Menu is for you!
We are going to build a browsable database of horse profiles. Visitors will be able to create pages for their horses and fill in basic information such as the name, date of birth, and breed of each horses. This application will implement the default
There are a few different JavaScript libraries that can turn a form’s text area into a WYSIWYG editor. Redactor is a newer library but is very well coded and has gained quite a bit of popularity in a short amount of time. For this recipe, we&rs
The first Bootstrap 4 alpha has been released. There are many new features:
**Moved from Less to Sass.**
**Opt-in flexbox support is here**
**Consolidated all our HTML resets into a new module, Reboot.**
**Brand new customization option
In this tutorial, you will learn how to use Laravel’s form builder. The form builder will be demonstrated to facilitate the building of the following elements:
Form (open and close) Label Input (text, HTML5 password, HTML5 e-mail, and so o
Learning Angular with Laravel 5 by building practical single-page applications!
Wanna learn everything about Laravel, AJAX, jQuery and front-end components? This new book is for you!