This is a simple Laravel Tips Generator which uses @LaravelDaily tip API behind scene. You can generate Random Laravel Tips and download as image.
Follow these steps to get Laravel Tips Generator up and running on your local machine:
-
Clone this repository:
git clone https://github.com/vishal2931/laravel_tips_generator.git
-
Install Composer dependencies:
composer install
-
Setup your .env file:
php artisan key:generate
-
Install npm dependencies and build assets:
npm install && npm run dev