https://github.com/indianghost/shortcuturl
mini website to shortcut URL adresses
https://github.com/indianghost/shortcuturl
achraf-bellaali indianghost laravel laravel-framework mini-project mini-website php-framework php-project-example shortcut shorten-urls shortener shorturl
Last synced: 5 months ago
JSON representation
mini website to shortcut URL adresses
- Host: GitHub
- URL: https://github.com/indianghost/shortcuturl
- Owner: IndianGhost
- License: mit
- Created: 2018-02-11T19:19:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T13:34:24.000Z (over 3 years ago)
- Last Synced: 2024-11-08T15:12:12.776Z (about 1 year ago)
- Topics: achraf-bellaali, indianghost, laravel, laravel-framework, mini-project, mini-website, php-framework, php-project-example, shortcut, shorten-urls, shortener, shorturl
- Language: PHP
- Homepage:
- Size: 301 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to Shortcut URL  [](https://github.com/IndianGhost/shortcutUrl/blob/master/LICENSE)
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
[](https://www.youtube.com/watch?v=cs6Cw1Vxtaw)
# Copyright and license
Copyright 2018 Achraf BELLAALI **Shortcut URL** is a free open-source project. The code is released under [The MIT LICENSE](https://github.com/IndianGhost/shortcutUrl/blob/master/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 :
[](https://www.paypal.me/achrafbellaali)