2017 © Pedro Peláez
 

project uka-url

Simple URL Shortener using Blade Template System, Laravel Routing, Eloquent ORM and Bootstrap

image

ukadev/uka-url

Simple URL Shortener using Blade Template System, Laravel Routing, Eloquent ORM and Bootstrap

  • Monday, April 20, 2015
  • by ukadev
  • Repository
  • 0 Watchers
  • 2 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Uka-url URL Shortener

Built with Lumen 8.x, Bootstrap v5 and jQuery-3.5.1, (*1)

See the DEMO or just go down to the screenshot, (*2)

Prerequisites

To make the application working you are going to need:, (*3)

  • LAMP environment or equivalent with mod_rewrite enabled
  • composer

Installation

Follow the next instructions:, (*4)

  • Open console/terminal and run:
    git clone https://github.com/ukadev/uka-url.git, (*5)

  • Enter into the cloned folder and run:
    composer install, (*6)

  • Open the file .env in the application root directory (if doesn't exist, copy it from .env.example) and modify the following variables with your database connection details:
    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=homestead
    DB_USERNAME=homestead
    DB_PASSWORD=secret, (*7)

  • After configure the database variables, execute the command from the root of the application:
    php artisan migrate, (*8)

  • Set up your virtual host to point to the folder called public as the website root folder. You can use the next example if you want it (may require modifications):, (*9)

<VirtualHost *:80>
    ServerAdmin webmaster@localhost
    DocumentRoot /var/www/public
        <Directory /var/www/public>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride all
                Order Deny,Allow
                Allow from all
                Require all granted
        </Directory>
        ErrorLog ${APACHE_LOG_DIR}/error.log
        CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>

Extra notes

  • If you want to add a value to the KEY variable of the .env file, you can execute the following command in the console/terminal and paste it there:
    php -r "echo md5(uniqid()).\"\n\";"

ScreenShot

, (*10)

The Versions

20/04 2015

dev-master

9999999-dev

Simple URL Shortener using Blade Template System, Laravel Routing, Eloquent ORM and Bootstrap

  Sources   Download

MIT

The Requires

 

by Diego Pazos

url bootstrap eloquent mvc blade shortener laravel routing

20/04 2015

1.1.0

1.1.0.0

Simple URL Shortener using Blade Template System, Laravel Routing, Eloquent ORM and Bootstrap

  Sources   Download

MIT

The Requires

 

by Diego Pazos

url bootstrap eloquent mvc blade shortener laravel routing

17/04 2015

1.0.0

1.0.0.0

Simple URL Shortener using Blade Template System, Laravel Routing, Eloquent ORM and Bootstrap

  Sources   Download

MIT

The Requires

 

by Diego Pazos

url bootstrap eloquent mvc blade shortener laravel routing