
Learn to install Laravel 5.8 on localhost, set up Composer, and initialize a new Laravel project with the necessary commands on Windows or Mac.
Install Postman, set up the Laravel API project, and test the user route in Postman to verify routing and basic API responses.
Build an authentication system with Laravel by scaffolding, creating and migrating a database, then enabling login, registration, and password resets on local host with users and related tables.
Create a login API in Laravel by generating a login controller, organizing project folders, and implementing login requests with user input and hash verification.
Learn how to finish a login system api in Laravel by installing packages with composer, migrating the database, generating encryption keys, and configuring access tokens with artisan.
Learn to create a register controller for a Laravel API, using Artisan make:controller, request validation with validator, and saving a new user with name, email, and password.
Create a Laravel products system API by generating the product model, migration, and controller, wiring routes, and defining product fields such as name, description, image, and price.
Improve the products system API by structuring with category IDs, creating and saving categories, and understanding category ID relationships to stabilize the backend.
Create a categories system API in Laravel by building the categories table, opening the categories controller, and seeding test data to manage category records.
Learn to fetch and return products for a given category id using a Laravel API, via the categories controller's show function and authentication considerations.
Create a new Flutter project for Android and iOS, set up in the emulator, verify dependencies with flutter doctor, and configure a login and register screen for an ecommerce app.
Create a login widget in Flutter using a form with two inputs and a login button, featuring validation for empty fields, text fields, and material icons.
Explore Flutter, a Google open source kit, to build Android, web, and desktop apps from a single code base, with hot reload and widget composition.
Learn how flutter enables fast development and native performance on iOS and Android with fully customizable widgets, expressive designs, and hot reload for rapid feature shipping.
Install the flutter sdk and android studio on windows 64-bit, configure environment variables and path, and verify setup with flutter doctor before preparing the android emulator.
Set up your editor with our recommended Flutter plugins for code completion, syntax highlighting, and debugging. Create your first project, run it on Android, and experience hot reload.
Test drive and create your first Flutter app for Android by setting up a new Flutter project in the IDE, configuring a reverse-domain package name, and using hot reload.
Create your first Flutter app by using a package, writing the main function, and loading and running the project with stateless or stateful widgets.
Create a Flutter app by writing the void main function, defining a widget, running the app, and using hot reload to show hello world on the emulator.
Learn to install and import an english words package in a flutter project, then display a random word in a simple material ui with hot reload.
Download and install the essential tools for Laravel development, including Composer, Git, and GitHub or Bitbucket, and a code editor, then set up a localhost on Windows, Linux, or Mac.
Learn how to install Laravel via composer create-project, set up a new Laravel project, and start building an e-commerce app in a local development environment.
Install Passport to enable a laravel api personal access client and scaffold authentication routes and views, configure the database, run migrations, and create a new user for testing.
Build a Laravel API login system by creating a login controller and user model with hashed passwords, generating access tokens, and validating active users for responses.
Develop a Laravel API register system by creating a register controller, running artisan serve, validating and saving new users, checking email existence, and migrating the users table.
Create an about us API in Laravel: set up controllers, resources, migrations, and terms data handling to manage about us content and costs.
Create a terms request via the Laravel API by configuring the controller, building a new request, and saving the terms data on localhost.
Create privacy-focused API endpoints and faq flows using Laravel controllers and resource controllers. Learn to handle privacy requests, q&a interactions, and common api patterns.
Create categories in a Laravel API by setting up database tables and a resource controller. Learn to expose category endpoints and manage category data.
Create a categories system via the API, manage category status and image data, and define the database structure to support a Laravel API.
Build a Laravel API for a products system by creating product models, migrations, and a products controller and resource, establishing category relationships and exposing API endpoints for product management.
Implement the store method in the products controller to handle a post request for creating a product. Validate name, price, and category id, then return a secure, successful response.
Show details for a product through the product controller's show method, returning a product resource with a get request and try-catch error handling, verified via Postman.
Create a new Flutter project for an ecommerce application, configure controllers and database models, add necessary packages for networking and state management, and build initial views and login/dashboard screens.
Learn to build a Flutter login screen from scratch by wiring email and password text fields with controllers, styling inputs, and navigating to a register route.
Create a Flutter dashboard screen using material design, navigation, and views, fetch data from a database with futures, and build a login page alongside the dashboard.
Create an AddData Dart file for a Flutter app, set up controllers for product name and price, fix errors, and build a stateful dashboard view with text input decorations.
Fix errors in the Flutter app and create the showData file, wiring the register page and dashboard while building a data list with a stateless widget and an item builder.
Create show and edit screens and fix errors in the project, using text editing controllers and widgets, and prepare for cloud hosting.
Upload your Laravel project to a cloud host, configure production key and app name, set the URL, and configure the database, then run composer update to deploy.
Learn how widgets use a frame model, the run function to set the root widget, and a widget tree that centers a text widget.
Explore core Flutter layout widgets: Row, Column, Stack, and Container, learning horizontal and vertical alignment, absolute positioning of stacked children, and styling with borders, shadows, margins, padding, and size constraints.
Explain how to use the Flutter text widget to display strings and apply text style, including color, font size, font weight, and font family.
Learn to implement the icon widget by using home icons and various icons, exploring how icons enhance the user interface.
Explore how to use the image widget in Flutter, choosing between embedded assets in an assets folder and internet sources, applying fit, alignment, and container techniques to display images.
Explore how to configure the TextField widget in Flutter, including using a TextEditingController, initial value, autofocus, and input decoration for accessible text input.
Explore the checkbox widget, learn how to access and print its value, handle changes, and recognize when the box is unchecked (value false) in Laravel and Flutter.
Master the Flutter slider widget by configuring min and max values, divisions, and onChanged to update and print the current value as a string.
Build a slider widget with min zero, max hundred, and hundred divisions, update the value on change, convert to string, and print the value during interaction.
Create a new flutter project and a login screen, using a lower-case name and proper folder structure. Set the project location and open it in the studio to begin development.
Create the main Flutter app function, build the login screen with a scaffold using material design, and configure the theme with a blue primary swatch and text field controllers.
Create a login widget in Flutter by building a form with text fields and text editing controllers, including an email field, password filter, and an input listener.
Create a tappable button to open the login and register screens, implement form handling for login and register, with text field checks and buzz word filtering.
Build a login function and password reset function within a widget. Set the user at once and show the next video.
Develop a complete buildButton widget in Flutter, implementing button text and styling to support a create account flow, with iterative text updates and styling tweaks.
Implement the createAccountPressed function by using an underscore to create a command, showing how the function handles account creation within the project.
Fix all problems in code for a Flutter project, remove misused brackets, clarify void and widget context, then build the project and run it in the emulator.
Create a new flutter project, add a data handling package with high level functions and classes to consume a resource, and run from Android Studio and the browser.
Connect a Flutter app to a URL API, fetch and decode JSON data, and display it in a Material scaffold using a ListView with an item builder.
Get data from a URL API with practical examples in a Laravel, Laravel API, Flutter context. Explore text styling basics such as color, font size, and leading to enhance readability.
Open the project in the emulator and display the data set, including albums and comments, with items at positions 1–4 and their IDs, then reload to show more data.
Learn to add a package in pubspec.yaml, install with flutter pub get, and implement a fancy bottom navigation in a new Flutter project.
Create a stateful widget named MyHomePage in Flutter, set up a scaffold with a bottom navigation bar and tabs, and use a getPage function with a global key for navigation.
Create a bottom navigation bar in flutter with material design, using icons and tab navigation, managed by a navigator and context, without animation.
Learn to implement route pages in Flutter from scratch, using navigation keys, a tab change listener, and a major route builder to manage navigation and the home page layout.
Create a bottom navigation bar with three buttons, update the button text dynamically, and apply a cohesive color theme using the primary color to enhance navigation and UI consistency.
Create the second page in a Flutter app, using Scaffold and a centered text widget, then implement a widget builder to render the second screen.
Finish the write code by completing the second bridge and second page, focusing on practical navigation and ensuring the emulator for Android is loaded.
Run the code in the emulator to test changes, start a new page, and change the big three as you move to the next video.
Create a new Flutter project, install an animated bottom navigation bar package, and import it to build a bottom navigation bar in your app using stateless and stateful widgets.
Create a floating action button, implement a counter, and update the text and theme. Add a bottom navigation bar with a selected index and items.
Create a bottom navigation bar in Flutter, configuring four buttons with labeled icons, an active color blue, and centered main axis alignment to build a practical app navigation experience.
Run the project in an Android emulator, load the code, and verify the animated bottom navigation with the a and b buttons, displaying messages and the home screen.
Learn Laravel, Laravel API, Flutter From Scratch
make ecommerce, multi vendors, news, api using Laravel and make ecommerce app
in Course your Learn:
Laravel From Scratch
How To make Laravel API
Dart & Flutter From Scratch
Connect Laravel API With Flutter
Programming Any Application Andtoid & iOS Using Laravel API and Flutter
Programming E-commerce Application Andtoid & iOS Using Laravel API and Flutter