Laravel: my first framework. Chapter 3 – Routing

The following content is the third chapter of my new e-book titled “Laravel: my first framework“. This writing is copyright by Maksim Surguy. Unauthorized copy and distribution of this material is prohibited. Chapter 3. Routing This chapter covers Basics of routing Passing parameters to routes Route filters Grouped and named routes Redirects When you come to […]

Read More

Laravel: my first framework. Chapter 2 – Getting started for Development with Laravel

The following content is the second chapter of my new e-book titled “Laravel: my first framework“. This writing is copyright by Maksim Surguy. Unauthorized copy and distribution of this material is prohibited. Chapter 2. Getting started for Development with Laravel This chapter covers Installing Laravel with Composer Meeting Artisan: the command line interface Understanding structure of […]

Read More

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