7 results for tag "Package".
In Part 6 we discuss some extra features of package development in Laravel. Some of these are more general concepts but will aid you when developing Laravel pacakges.
Read full post ›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().
Read full post ›In Part 5 we cover a neglected area in package development. If we want others contributing fixes and updates to our package then unit testing will become crucial.
Read full post ›In Part 4 we cover setting up our database. We then get into migrations and seeding data between our package and an app.
Read full post ›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.
Read full post ›In Part 2 we cover some basic package development. We cover, controllers, views and routes and get some working code up and running.
Read full post ›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.
Read full post ›