Posts (109 Total)
Websanova EasyCache for Laravel Released
Websanova EasyCache Released for Laravel version 5.x. EasyCache is a simple on demand caching extension for laravel similar to get() and find(). It extends Laravel to also allow cache().
Creating a Laravel 5.x Package / Part 4 - Database Migrations and Seeding
In Part 4 we cover setting up our database. We then get into migrations and seeding data between our package and an app.
Creating a Laravel 5.x Package / Part 3 - Config and Asset Publishing
In Part 3 we will build on what we learned in part 2. We will cover configuration files and publishing our package so that views and configs can be overwritten within an app.
Creating a Laravel 5.x Package / Part 2 - Controllers, Routes and Views
In Part 2 we cover some basic package development. We cover, controllers, views and routes and get some working code up and running.
Creating a Laravel 5.x Package / Part 1 - Package Workflow
Creating a new package in Laravel can be a confusing process. In Part 1 we cover the process from setting up to publishing our packages.
Getting Started With GitHub Pages
A short guide describing how to setup a simple blog on GitHub Pages.
Global Data in Laravel
Setting up a global Data store in Laravel for easy use in Controllers, Models and Views.
jQuery Plugin Development in 30 Minutes
jQuery Plugin Development in30Minutes ebook released by Websanova.
wScratchPad 2.0.0 Released
Websanova wScratchPad 2.0.0 finally released. After lots of feedback we have released a new version of the popular JavaScript scratch pad plugin.
Url.js for Node is Finally Here
After the popularity of the websanova url.js package we got a lot of requests for a node.js version. Wait no longer, it's finally here.