an implimentation of mobile authentication using laravel rest api
1 first clone this project
2 connect your device or emulator to debug then run flutter run
3 after you see the ui now its time to connect with the backend ,run adb reverse tcp:8000 tcp:8000
this will change the port you are connected too
4 then clone this repo and run composer install && npm install
5 copy the .env-example config to .env and setup your database
6 run php artisan serve
and you should be good to go
if you guys deals with any error letme know or if you want to modify it send me a PR
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.
You may also try the Laravel Bootcamp, where you will be guided through building a modern Laravel application from scratch.
If you don't feel like reading, Laracasts can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.