PHPackages                             d0ggy/lara-slim-url - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. d0ggy/lara-slim-url

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

d0ggy/lara-slim-url
===================

easy slim url

0.1.0-alpha(3y ago)01[1 PRs](https://github.com/D0ggy/lara-slim-url/pulls)MITPHPPHP &gt;=7.0.0

Since Jun 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/D0ggy/lara-slim-url)[ Packagist](https://packagist.org/packages/d0ggy/lara-slim-url)[ RSS](/packages/d0ggy-lara-slim-url/feed)WikiDiscussions 0.1.0-alpha Synced 2d ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

Lara Slim Url
=============

[](#lara-slim-url)

[![Build Status](https://github.com/D0ggy/lara-slim-url/workflows/tests/badge.svg)](https://github.com/D0ggy/lara-slim-url/actions)[![Packagist Downloads](https://camo.githubusercontent.com/6de6c13814e9c735f11ce557445bdedee60bef5bf7c9aa6b89394658a4dc34e9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f44306767792f6c6172612d736c696d2d75726c)](https://camo.githubusercontent.com/6de6c13814e9c735f11ce557445bdedee60bef5bf7c9aa6b89394658a4dc34e9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f44306767792f6c6172612d736c696d2d75726c)[![Packagist License](https://camo.githubusercontent.com/92cced8d0483b6cf3294b0314b3edc77f0b0058ff3749b34d1085f16faa88c52/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f44306767792f6c6172612d736c696d2d75726c)](https://camo.githubusercontent.com/92cced8d0483b6cf3294b0314b3edc77f0b0058ff3749b34d1085f16faa88c52/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f44306767792f6c6172612d736c696d2d75726c)[![StyleCI](https://camo.githubusercontent.com/b9e4730749096df1c796cf687354166f71698e6d4242c7fe445b51597da5e4bb/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3530353731383337302f736869656c643f6272616e63683d302e312e302d616c706861)](https://github.styleci.io/repos/505718370?branch=0.1.0-alpha)[![Packagist Version](https://camo.githubusercontent.com/dbb4ea1a249728fbeae7388535888d3b6658bd87e2bee09ed1a9b93cc6ed5106/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f44306767792f6c6172612d736c696d2d75726c)](https://camo.githubusercontent.com/dbb4ea1a249728fbeae7388535888d3b6658bd87e2bee09ed1a9b93cc6ed5106/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f44306767792f6c6172612d736c696d2d75726c)

Introduction
------------

[](#introduction)

A Laravel package to shorten your url.

Requirements
------------

[](#requirements)

- PHP 7.0+
- Laravel &gt;= 5.5.0

Installing
----------

[](#installing)

Add the dependency to your project:

```
composer require d0ggy/lara-slim-url
```

Then publish resources using the `vendor:publish` command:

```
php artisan vendor:publish --provider="D0ggy\LaraSlimUrl\SlimUrlServiceProvider"
```

Next, you should migrate your database:

```
php artisan migrate
```

Usage
-----

[](#usage)

```
