naimbh / igfont

Instagram font and caption generator with dynamic dashboard using Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Simple Instagram font generator with admin dasboard using Laravel 7.

Seting up:

  1. Clone the repo and cd into it
  2. In your terminal composer install
  3. Rename or copy .env.example file to .env
  4. php artisan key:generate
  5. Set your database credentials in your .env file
  6. Run artisan migrate and seeder to populate the database
  7. run command[laravel file manager]:- php artisan storage:link
  8. Edit .env file :- remove APP_URL
  9. php artisan serve or use virtual host
  10. Visit localhost:8000 in your browser
  11. Visit /login if you want to access the admin panel. Admin Email/Password: admin@gmail.com/12345678 or 123456.

About

Instagram font and caption generator with dynamic dashboard using Laravel


Languages

Language:PHP 57.3%Language:Blade 35.2%Language:HTML 6.9%Language:Shell 0.4%Language:Vue 0.3%