Skip to content

furkancamyar/laravel-url-short

Repository files navigation

Installation

  1. Clone this repository with git clone https://github.com/furkancamyar/laravel-url-short.git

While doing these steps, make sure to run the commands in the ~\laravel-url-short directory.

  1. Run composer install to install the PHP dependencies
  2. Run composer require ashallendesign/short-url
  3. Run php artisan vendor:publish --provider="AshAllenDesign\ShortURL\Providers\ShortURLProvider"
  4. Run npm install
  5. Set up a local database called laravel-url-short
  6. Run cp .env.example .env

Update .env to your specific needs. Don't forget to set DB_DATABASE and APP_URL with the settings used behind. APP_URL = http://laravel-url-short.<..> and DB_DATABASE = laravel-url-short

  1. Run php artisan migrate
  2. Run npm run dev

Copy APP_URL: http://laravel-url-short.<..>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published