Download the PHP package tomschlick/laravel-linkable without Composer
On this page you can find all versions of the php package tomschlick/laravel-linkable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tomschlick/laravel-linkable
More information about tomschlick/laravel-linkable
Files in tomschlick/laravel-linkable
Download tomschlick/laravel-linkable
More information about tomschlick/laravel-linkable
Files in tomschlick/laravel-linkable
Vendor tomschlick
Package laravel-linkable
Short Description URL binding for Laravel models
License MIT
Package laravel-linkable
Short Description URL binding for Laravel models
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-linkable
Laravel Linkable
Linkable allows you to bind named routes directly to your Eloquent models. It has been tested with Laravel 5.0 and above (although it may work on older versions as well).
Making calls to route()
each time you need to generate a url can be cumbersome and makes your Blade files unreadable. Instead with Linkable, you can use this syntax to generate a url:
That's it! Check out the full usage below.
Install via Composer
Add to your model(s) and implement the interface
Usage
All versions of laravel-linkable with dependencies
PHP Build Version
Package Version
The package tomschlick/laravel-linkable contains the following files
Loading the files please wait ....