Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.62 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.62 KB

Laravel Logo

Build Status Total Downloads Latest Stable Version License

How to set up the Laravel url_shortner

1. Clone the repo

Go to the repo, then click code and clone using the provided link

2. Create the .env file if it's not there

Copy contents from .env.example file and paste it in your .env file Then modify the db credentials according to your preferences

3. This documentation assumes you have composer, node.js, and php configured on your machine

If not, go to the official documentation then download and set them up

Therefore, run(inside the project directory)

composer install

4. Then run npm

npm install
npm run dev

5. Migrate the migration files

php artisan migration

6. Serve the project

php artisan serve

7. Use the project

Register as a user and start using it now