Skip to content

Havenstd06/Slash

Repository files navigation

Slash

URL Shortener Website built with Laravel

Build Status Total Downloads Latest Stable Version License


Installation

  • clone the repository: git clone https://github.com/Havenstd06/Slash
  • create a database
  • install: composer install
  • create configuration env file .env refer to .env.example
  • generate a new application key php artisan key:generate
  • setup database tables: php artisan migrate:fresh --seed
  • install node_module npm i && npm run dev (or npm run prod)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

License

MIT

About

Simple URL Shortener Website built with Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published