https://github.com/stekel/laravel-url
A personal way of handling url management on Laravel models
https://github.com/stekel/laravel-url
laravel php url
Last synced: 9 months ago
JSON representation
A personal way of handling url management on Laravel models
- Host: GitHub
- URL: https://github.com/stekel/laravel-url
- Owner: stekel
- License: mit
- Created: 2018-06-26T20:08:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T19:32:09.000Z (over 3 years ago)
- Last Synced: 2025-02-13T14:46:47.482Z (over 1 year ago)
- Topics: laravel, php, url
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Url
A personal way of handling url management on Laravel models.
## Install
Via Composer
``` bash
$ composer require stekel/laravel-url
```