aleynaeser / blog-app-with-laravel-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter Blog App With Using Laravel API ๐ŸŽˆ

Login and Register Screen


To use this app follow below instructions :

  • Clone this app using below syntax: git clone https://github.com/Aleynaesr/blog-app-with-laravel-ap.git
  • copy .env.exmaple file copy .env.example .env
  • generate app key php artisan key:generate
  • add database credentials
  • install dependencies composer install
  • link storage php artisan storage:link
  • run migration php artisan migrate
  • Running on a specific ip php artisan serv
  • After cloning install packages using flutter pub get
  • Above command will install all the necessary packages.
  • Edit constant.dart file and put your domain address
  • Run the app on your mobile emulator using flutter run

Thank you happy coding ๐ŸŽˆ

About


Languages

Language:PHP 56.0%Language:Dart 32.7%Language:Blade 10.4%Language:Shell 0.5%Language:Swift 0.2%Language:Kotlin 0.1%Language:Objective-C 0.0%