Skip to content

Currency converter created in Laravel 8 with TailwindCSS for the frontend

Notifications You must be signed in to change notification settings

codewithdary/laravel-currency-converter

Repository files navigation

Laravel 8 Currency Converter


I have created a Laravel 8 Currency Converter in co-operation with Cloudways.
• Author: Code With Dary
• Twitter: @codewithdary
• Instagram: @codewithdary

Requirements

• PHP 7.3 or higher

Usage

Clone the project

git clone git@github.com:codewithdary/laravel-currency-converter.git

Change directories into your project

cd laravel-currency-converter/

Install composer

composer install

Create the .env file by duplicating the .env.example file

cp .env.example .env

Set the APP_KEY value

php artisan key:generate

Clear your cache & config (OPTIONAL)

php artisan cache:clear && php artisan config:clear

Finally, run your project in the browser!

php artisan serve

Credits due where credits due...

Thanks to amrshawky for creating the awesome Laravel currency converter package that we have used in this course!!

About

Currency converter created in Laravel 8 with TailwindCSS for the frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published