Explore my tutorials, tips and writing:

Releasing Admin panel for SEO polymorphic relationships using Laravel

A few days ago I posted a detailed tutorial on how to use Laravel’s polymorphic relationships to simplify management of SEO data in Laravel web applications. You can read that tutorial here: https://maxoffsky.com/code-blog/using-polymorphic-relationships-of-laravel-for-seo-content/ I have also promised that I will release a small admin panel to manage that kind of data and today I will do […]

Read More

Releasing new website for Laravel developers – Laravel-Tricks.com

I am happy to announce the immediate release of a new project that my friend (@stidges) and I have been working on for the past 3 weeks: http://www.laravel-tricks.com UPDATE: You can also get the source of the website here: maxoffsky.com/maxoffsky-blog/announcing-release-laravel-tricks-com-source/ Laravel-tricks.com is a website that features tips and tricks on using Laravel framework that developers […]

Read More

Laravel Shop tutorial #1 – Building a review system

The first tutorial in “Building a shop” series is going to be a practical example of implementing a rating/review system into an application. Review systems or rating systems are very common in all kinds of e-Commerce projects, social networks, anything that requires user’s input to be some sort of concrete value on some scale. DEMO: http://demos.maxoffsky.com/shop-reviews Source […]

Read More

Releasing Builtwithlaravel.com

What is Laravel framework good for? You might have asked this question or was wondering what people build with this PHP framework. Well, wonder no more! I have taken a day of a weekend and created a website that showcases projects that are built with laravel framework, it is now live at http://builtwithlaravel.com The purpose […]

Read More