Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

IndianGhost/shortcutUrl

Repository files navigation

Welcome to Shortcut URL version1.0 Packagist

You can use this project (mini website) to shortcut URL adresses, it's a classic project that helps beginners to discover a new framework (laravel in this case).

Install

Download or clone the project on your localhost (or server) by :

Git

git clone https://github.com/IndianGhost/shortcutUrl.git

Laravel

create the file ".env" (You will not find it by default on the project), copy & paste the content of the file ".env.example" into ".env" and configure the parameters of the database, here's my example :

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=shortcut_url
DB_USERNAME=root
DB_PASSWORD=null

On command prompt generate the app key by :

php artisan key:generate

The last command is to migrate the database :

php artisan migrate

Now that you did the migration, everything's alright. Don't you trust me? Ok, let's run the server ;)

php artisan serve

Inteded users

Generally anybody can use this project but I think it will be helpful for software students or beginner php developers (I hope so).

Demonstration

IMAGE ALT TEXT HERE

Copyright and license

Copyright 2018 Achraf BELLAALI Shortcut URL is a free open-source project. The code is released under The MIT LICENSE you can do whatever you want with it !

Support My development

If you found it helpful, you can support me to develop new projects By : Donate

AltStyle によって変換されたページ (->オリジナル) /