Introduction | What is Laravel? | Installing Laravel | First look at the project | Intro to php artisan | Generating login flow with make:auth | Setting Up the Front End with Node and NPM | Migrations and Setting Up SQLite | Designing the UI from Instagram | Adding Username to the Registration Flow | Creating the Profiles Controller | RESTful Resource Controller | Passing Data to the View | Adding the Profiles Mode, Migration and Table | Adding Eloquent Relationships | Fetching the Record From The Database | Adding Posts to the Database & Many To Many Relationship | Creating Through a Relationship | Uploading/Saving the Image to the Project | Resizing Images with Intervention Image PHP Library | Route Model Binding | Editing the Profile | Restricting/Authorizing Actions with a Model Policy | Editing the Profile Image | Automatically Creating A Profile Using Model Events | Default Profile Image | Follow/Unfollow Profiles Using a Vue.js Component | Many To Many Relationship | Calculating Followers Count and Following Count | Laravel Telescope | Showing Posts from Profiles The User Is Following | Pagination with Eloquent | N + 1 Problem & Solution | Make Use of Cache for Expensive Query | Sending Emails to New Registered Users | Wrapping Up | Closing Remarks & What's Next In your Learning
Create the Models and Migrations for a To-Do List | Create the Models and Migrations | Create a Route | Create a New List Item | Continue Form Submission
Intro / Demo | Prerequisites | Backend folder structure | Model | Spring Boot configuration for Connecting with Mysql | PostMapping (Saving Data into Database) | GetMapping (Getting Data from Database) | Create React App | Adding Appbar | Adding Controlled form for Adding Student | Send Data into database | Get Data from database to react app | Full stack Spring Boot React Project Completed
Introduction | Course flow explaining (How to follow the video) | Node.js and mongo db setup and explaining API development with node.js for absolute beginners | Node.js API code explaining (Code in the startup code) | Flutter Admin panel startup code explaining | Flutter admin panel coding | Flutter client app startup code explaining | Flutter client app coding
PHP Tutorial Introduction | How websites work? | Getting started with PHP | Downloading XAMPP (PHP development environment & cross-platform web server solution stack package) | Installing XAMPP | Downloading VS Code | Creating our first PHP file | Coding in PHP language | Comments | Variables | Operators | Data Types | Conditional Statements (If-else) | Arrays | Loops | Functions | Strings | Starting our Project (A Travel Website) | Creating database for our project | Writing PHP code for our project | Where to go from here & Front-end Development Course
Introduction | Demo | Installing and setting up Laravel | Routes, views and layouts | Laravel Mix and Tailwind | Styling the layout | Running migrations | Registering users | Signing in after registration | Authenticated state | Logging in | Logging out | Middleware | Post form | Setting up posts | User/post relationship | Creating a post | Listing posts | Pagination | Seeding with model factories | Liking and unliking posts | Eager loading | Deleting our posts | Authorization | User profile page | Blade components | Like count Eloquent relationship | Single post page | Sending email | Soft deleting models | Final tidying | Wrapping up
Introduction | Setting up Laravel Valet [MAC] | Setting up Visual Studio Code | Setting up Laravel Debugbar | Laravel Project Directory Explained | Config & Env Variables | Controllers | Single Action Controllers | Routing | Route Parameters | Routes With Expressions | Named Routes | Route Prefixes | Fallback Routes | Setup a database for Laravel | Migrations | Seeders | Factories | The Query Builder | How to Install Tailwind CSS [WEBPACK] | Variables & Control Structures | Eloquent Model Conventions | Retrieving Data using Eloquent | Output Data in Blade | Insert Data using Eloquent | Image Upload in Laravel | Validate & Error Messages | Updating Data using Eloquent | Deleting Data using Eloquent | Form Requests | Pagination | One to Many Relationship | One to One Relationship | Many to Many Relationship | Auth Middleware
Intro | Set Up Your Environment | Routing Requests | Working With Query Data | Route URL Parameters | Routing to Controllers | Creating a View | Introducing Layouts | Working With Static Resources | Generating URLs for Routes | Organizing Views | Using Blade Directives | Showing and Linking Data | Setting Up the Database | Creating Migrations and Models | Saving Database Records | Validating User Input | Updating Data | Using Type Hints and Requests Classes | Using Mass Assignment | Conclusion
Introduction | What is laravel? | What can we create with Laravel? | Laravel Documentation | Installation | Creating our first application | Customizing our Terminal (MAC) | Starting our first project in the browser | Removing localhost from URL | What code editor to use | Setting up VS code [FREE] | Setting up PHPstorm [PAID] | First look at our application | What is the .env file? | Composer Json & Lock file | Composer & Packagist | The vendor directory | Basic routing | HTTP Responses In Routing | Creating our first page | Controllers | Passing data to the views | Route Parameters | Named Routes | Views | Compiling assets [CSS & JS] | Databases & Migrations | Factory Model | Query Builder | Introduction to Eloquent | Eloquent Serialization | Eloquent One To Many | Eloquent HasMany & HasOne | Eloquent Many To Many | Accessing the request | Validation | Form Requests | Image upload | Basic Artisan Commands | Authorization & Authentication
Create first Laravel Project | Setup Windows with Docker | Folder Structure | Routes | Controllers | Blade View | Edit and Show Pages | Laravel Herd on Windows | Layout Component | Install Tailwind CSS | Navbar Component | Create Form | Setup Mysql | Migrations | Working with Forms | Validation | Display Posts | Updating the post | Delete the Post | Register Users | Login and Logout | Middleware | Relationships | Post Policy | Admin User | Admin Area | Admin Edit Destroy Posts | File Upload | Send Emails | Send emails using jobs | Task Scheduling
1.1 Introduction | 2.1 Creating the Project | 2.2 Designing and Seeding the Database | 3.1 Versioning and Defining Routes | 3.2 Transforming Database Data Into JSON | 3.3 Filtering Data | 3.4 Filtering More Data | 3.5 Including Related Data | 4.1 Creating Resources With POST Requests | 4.2 Updating With PUT and PATCH | 4.3 Implementing Bulk Insert | 5.1 Protecting Routes With Sanctum | 5.2 Authorizing Requests With Token Abilities | 6.1 Conclusion
Intro to course | Create new laravel 10 project | Intro to route and blade | Understand composer json | Full authentication with laravel breeze | Understand the migrations | How register form works | what is mvc pattern in laravel | running raw sql queries | using laravel query builder | what is eloquent orm | accessor mutator | config and cache | user avatar and tinker | mass assignment | avatar form and routes | method spoofing and csrf protection | controller and redirect session | form request data | image storage | storage link to public | Storage facade | Open AI PHP Client | Open AI Image generation | generate ai avatar | Login with GitHub | Login with GitHub part 2 | Project: Help Ticket - Client Need | Project: Help Ticket - Migration Controller | Project: Help Ticket - Resource Route | Project: Help Ticket - Create Ticket | Project: Help Ticket - Store ticket with file | Project: Help Ticket - Delete Model | Project: Help Ticket - Pass view variable | Project: Help Ticket - Route model binding | Project: Help Ticket - Edit and update model | Project: Help Ticket - Admin Accessor | Project: Help Ticket - Request except rule in | Project: Help Ticket - Laravel Notification | Project: Help Ticket - Has many relationship | Deploy using MezoHub - Create Server | Deploy using MezoHub - Deploy Project | Deploy using MezoHub - Update ENV
How to Choose a Programming Language | Tools of the Trade | Your First PHP Tag | Variables | Conditionals and Booleans | Arrays | Associative Arrays | Functions and Filters | Lambda Functions | Separate Logic From the Template | Technical Check-in #1 (With Quiz) | Page Links | PHP Partials | Superglobals and Current Page Stylings | Make a PHP Router | Create a MySQL Database | PDO First Stepss | Extract a PHP Database Class | Environments and Configuration Flexibility | SQL Injection Vulnerabilities Explained | Database Tables and Indexes | Render the Notes and Note Pages | Introduction to Authorization | Programming is Rewriting | Intro to Forms and Request Methods | Always Escape Untrusted Input | Intro to Form Validations | Extract a Simple Validator Class | Resourceful Naming Conventions | PHP Autoloading and Extractions | Namespacing: What, Why, How? | Handle Multiple Request Methods From a Controller Action? | Build a Better Router | One Request, One Controller | Make Your First Service Containers | Updating With PATCH Requests | PHP Sessions 101 | Register a New User | Introduction to Middleware | Manage Passwords Like This For The Remainder of Your Career | Log In and Log Outs | Extract a Form Validation Object | Extract an Authenticator Class | The PRG Pattern (and Session Flashing) | Flash Old Form Data to the Session | Automatically Redirect Back Upon Failed Validations | Composer and Free Autoloading | Install Two Composer Packages: Collections and PestPHP | Testing Approaches, Terms, and Considerations | The Next Step in Your Php Journey
Introduction to Laravel | Installation of Composer and Laravel | Directory structure of Laravel | Basic of Routing in Laravel | Basics of a Blade template | Controller in Laravel | Submitting form data in Laravel | Form Validation using Laravel | Components in Laravel | Database configuration and migrations in Laravel | Creating tables using Migration in Laravel | Introduction to Modal in Laravel | Insert Query in Laravel using Eloquent ORM | Select Query in Laravel using Eloquent ORM | Routing through buttons and anchor tags | Delete Query in Laravel using Eloquent ORM | Update Query in Laravel using Eloquent ORM | Configuration of customer helper in Laravel | Accessor and Mutator in Laravel using Eloquent ORM | Handling session in laravel | Softdelete in Laravel - Move to trash | Converting an HTML Template into Laravel Project | LaravelCollective/HTML Package | File uploading using Laravel | Seeder and Faker in Laravel | Searching in Laravel | Pagination in Laravel | Grouping the routes | Localization in Laravel | Stub in Laravel | Defining foreign key relationship using Laravel Migration | Laravel one to one relationship | Laravel one to many relationship | Middleware in Laravel | Route Middleware | Middleware Groups | Custom Artisan Command in Laravel | Model route binding
Introduction | What is an API and RESTFul API? | Laravel Environment setup | Introduction to Postman | HTTP Request methods | database using migration | modal and controller for user module | Creating a POST API. | Creating a GET API. | Creating a DELETE API. | PATCH and PUT model | Laravel authentication in Restful API | The Laravel Passport Package | Authenticating user with passport | Laravel subscription app flow | API documentation Layout
Welcome to the Course | 1..Install and Setup | 2..Routes and Blade File | 3..What the heck is MVC | 4..Database Connection and Migrations | 5..Raw SQL Queries | 6..Eloquent ORM Crud | 7..Mass Assignment Security | 8..Accessor and Mutators | 9..Install First Part Package - Laravel UI | 10..Blade Template Engine | 11..Laravel Configurations | 12..All Configurations | 13..Upload Image for User | 14..Store User Avatar | 15..Show User Avatar | 16..Remove Old Image | 17..Flash Session | 18..Blade Include subview | 19..Todo List Mini Project part 1 | 20..Todo List Mini Project 2 | Views | 21..Todo List Mini Project 3 | Store | 22..Todo List Mini Project 4 | Validations | 23..Todo List Mini Project 5 | Form Validation | 24..Todo List Mini Project 6 | Show All Todo | 25..Todo List Mini Project 7 | Dynamic Route Parameter | 26..Todo List Mini Project 8 | Route Model Binding | 27..Todo List Mini Project 9 | Named Routes | 28..Todo List Mini Project 10 | Update Todo validation | 29..Todo List Mini Project 11 | Complete A Todo | 30..Todo List Mini Project 12 | Using Core Javascript | 31..Todo List Mini Project 13 | Mark as Incomplete | 32..Todo List Mini Project 14 | Delete the task | 33..Todo List Mini Project 15 | Resource Routes | 34..Todo List Mini Project 16 | Middlewares | 35..Todo List Mini Project 17 | Create with Relationship | 36..Todo List Mini Project 18 | One to Many Relationship | 37..Todo List Mini Project 19 | Todo of Auth User Only | 38..Todo List Mini Project 20 | Redirect To Todo after Login | 39..Todo List Mini Project 21 | Add Description to Todo | 40..Todo List Mini Project 22 | Show each todo list details | 41..Todo List Mini Project 23 | Introduction to Laravel LiveWire | 42..Todo List Mini Project 24 | How Livewire works 2 | 43..Todo List Mini Project 25 | Multiple Input Field Livewire 3 | 44..Todo List Mini Project 26 | Pass Value to Livewire 4 | 45..Todo List Mini Project 27 | Todo has Many Steps | 46..Todo List Mini Project 28 | Create Many Steps | 47..Todo List Mini Project 29 | Show each steps | 48..Todo List Mini Project 30 | 49..Todo List Mini Project 31 | Livewire Edit Steps | 50.
Video Introduction | Why Use Testing Benefits | Important Web Pages | Configuration Of Tests in Laravel | Setting Up Database For Testing | Running Migration Create Database Table | Running Example Tests | Customising Example Test | Making First Test | Feature Test | Laravel Factory For Tests | Refresh Database For Tests | Pass Parameter in Factory Create | What is setUp Function in Tests | First Feature Test | Updating Factory For Feature Test | Create Migration to Add Column in Database Table | Create Second Feature Test | Introduction To Integration Tests | Running Specific Test Suite | Mocking In Testing Complete Example
Resource Flag | Create a Database | Migrate | Dummy Data | For each Loop | Aggregates | Insert Data | Create Method | Add a Create Button | Form | Insert a Record | Passing in an Array to a Model | Updating Records | Update Method | Delete Method
Introduction & Demo | Course Syllabus | Application Installation | Folder Structure | Artisan Commands List | Setup Model and Migration | Seed Data via Factory | Create Resource Controller | Setup Resource Routes | Add Blade Layout / Component | Add HTML to Blade View | Add CSS to Views | Form Validation | Save Blog Post | List Blog Post | Show Single Blog | Update Blog | Delete Blog | Laravel Authentication | Summary
1.1 Introduction | 2.1 Getting Started With Vue | 2.2 Using Loops to Generate Content | 2.3 Binding Data to Attributes | 2.4 Setting Up Events | 2.5 Binding CSS Classes I | 2.6 Using Computed Properties | 2.7 Binding CSS Classes II | 2.8 Introducing Components | 2.9 Understanding Data Flow | 3.1 Getting Started With the Vue CLI | 3.2 Starting a Project From Scratch | 3.3 Applying CSS to Components | 4.1 Using the created() Lifecycle Event to Load Data | 4.2 Working With Unset Props | 4.3 Deciding When to Load Data | 4.4 Working With Forms | 4.5 Validating Forms | 4.6 Updating and Filtering Data | 4.7 Using Watchers | 5.1 Creating Custom Events | 5.2 Writing a Global Event Bus | 6.1 Introducing Vue Router | 6.2 Using Route Params | 6.3 Loading Data for Views | 6.4 Watching Params to Reload Data | 6.5 Using the Router's Active Class | 6.6 Nesting Routes | 7.1 Introducing the Composition API | 7.2 Providing and Injecting Dependencies Into Components | 7.3 Accessing Props and Router Functions | 7.4 Binding Data and Working Wth Forms | 7.5 Defining Computed and Watched Values | 7.6 Implementing the Delete Functionality | 8.1 Conclusion
Intro | Create a new Laravel project | Laravel Routing | Connect MySql Database | How to Work Laravel MVC | Create Post Model, Migration, Controller | Add TailwindCss by CDN | Create Data, Insert Data in Database | Laravel Session Flash Message | Laravel Validation Form | File/Image Uploading in Laravel | Showing Post List on Homepage | Edit & Update Post/Data | Delete Post/Data | Adding Laravel Pagination | How to add PHP Flasher Toast Notification Package | Motivation & Tips
Welcome | Prerequisite Knowledge to Learn Laravel | Introduction of Laravel | What is MVC Pattern? | MVC Work Flow | Features of Laravel Framework | Install XAMPP in Windows | How to Install Laravel Framework | Create new Laravel Project | Laravel Project Folder Structure | VS ode Extension for Laravel
Introduction to Laravel | Install PHP | Install Composer | Create First Laravel Project using composer | Edit Project for "Hello World in Laravel" using VSCode
Building an Authentication and Authorization Systems | Integration with Mail Services | Integration with Tools for Making Web Applications Faster | Fixing the Most Common Technical Vulnerabilities | Configuration Error and Exception Handling | Automation Testing Work | URL Routing Configuration | Separation Business Logic Code" from "Presentation Code | Message Queue System (Delayed Delivery) Configuration | Scheduling Tasks Configuration and Management
Intro | What Is Laravel? | What Is Included In This Series? | AFTER THIS SERIES: 10 Project Laravel Course | What Does Laravel Do? | Installing Laravel | Examples of Artisan Commands | Eloquent ORM | Blade Template Engine
Introduction | HTTP Methods & Service Responses | JSON API Specification | Introduction to postman | How to setup Laravel Passport | Access Tokens | Building resources | CRUD Rest Api With Laravel | Creating a resource
Project Introduction | HTML & CSS Template Design | Link Bootstrap 5 CDN | Add Google Fonts in Project | Add Bootstrap Official Icons | Bootstrap Table for Product Listing | Add New Product Form Design | View Product Details Template Design | How to Install Laravel Framework | Create New Laravel Project | Create New Product Controller | Master Layout Template | Template Inheritance in Laravel | Route in Laravel for Index Page | Product Model in Laravel Project | Database Migration | Insert Product Details | Form Validation in Laravel | Add Bootstrap 5 Validation Class | Upload Product Image Using Laravel | Insert data Back with Success Message | Select all the Product Details in Index Page | Product Details in Show Page | Add Custom CSS Styling in Laravel Project | Update Product Details | Delete Product Details | Pagination Using Laravel Function | Custom Serial Number in Laravel Pagination
introduction | Installing XAMPP | Installing a free code editor | PHP code in HTML | PHPINFO | The echo statement | The print statement | Comments in PHP | Line break | Variables & data types | Variables in echo/print | Data Types | Arrays | Associative Arrays | Multidmensional arrays | Exercises data type | Arithmetic operators | Assignment operators | Comparison operators | Increment & decrement operators | Logical operators | Conditional statements | Switch statement | While loop | Do while loop | For loop | Foreach loop | Introduction to functions | Creating our first function | Functions with arguments/parameters | Functions with return value | Global and local scope | Constants | How to include documents | How to require documents | Exercises functions | Introduction to built-in functions | Math built-in functions | String built-in functions | Array built-in functions | Date and time functions | Random number generator | Exercises built-in functions | Superglobals | Superglobal Post | Superglobal Get | Superglobal Session | Superglobal cookies | Superglobal Files | How to create a upload system | Create & write files | Read from a file | Script for a contact form | Introduction to databases | Creating a MySQL databas | Creating a MySQL table | Inserting data using MySQL | Selecting data using MySQL | Updating data using MySQL X | Deleting data using MySQL | Ordering data using MySQL | Creating a complete login & register system
0..Laravel introduction Introduction | 1..What is Composer | 2..Install Laravel 8 | 3..File and Folder Structure | 4..Make the First File | 5..Routing | 6..Larval 8 Controller | 7..Laravel View | 8..Component | 9..Laravel Blade Part | 10..Laravel 8 Html Form | 11..Html Form Validation | 12..Middleware introduction and Global middleware | 13..Grouped Middleware | 14..Start with the database | 15..Laravel model (DB) | 16..Laravel HTTP Client | 17..HTTP Request Methods in laravel | 19..Flash Session in laravel | 20..File Upload in laravel | 21..Localization | 21..Get User list from database | 23..Laravel pagination | 24..Insert data in db | 25..Delete data from the database | 25..Update data from the database | 27..Query Builder in laravel | 28..Aggregate Query in laravel | 29..Migration in laravel | 30..Migration import command in laravel | 31..Laravel seeding | 32..Accessor in laravel | 33..Mutator in laravel | 34..One to one relation in laravel | 35..Stub Customization in Laravel | 36..Route Model Binding | 37..Markdown mail template | 38..Make custom commands | 39..Multi db connections | 40..Interview Questions
Introduction | Modify the show page | Modify the post controller | Edit the post | Update the post | Edit post | Update post | Delete post | Refresh | Destroy
Intro | Similarities | Authentication and Security | Extensibility and Scalability | In-Built Modules | Learning Curve | Structure and Flexibility | Performance (Speed) | Error Handling | Popularity and Job Market | Support and Community | Templates and APIs | Syntaxes | Which Should You Choose?
Intro and Course Overview | What is GitLab CI/CD? | What is CI/CD in simple words | GitLab in comparison to other CI/CD platforms | GitLab Architecture - How GitLab works | Overview of the demo app (run locally) | Pipeline Configuration File (.gitlab-ci.yml) | Run Tests | Build and Push Docker Image | Variables for Login Credentials | Write Pipeline Configuration | Docker in Docker | Execute Pipeline | Define Stages | Prepare Deployment Server | Create Ubuntu server on DigitalOcean | Deploy Application | Validate Application Runs Successfully | Delete server on DO | Dive Deeper into GitLab CI/CD
Intro | Service Providers | App Providers | Binding | App Service Provider | Register Method | Create Service Provider | Test Service Provider | Different Service Provider | Cash Service Provider
Reasons why Im quitting WordPress | Reason #1: Maintenance | Reason #2: Lack of performance and security | Reason #3: Lack of innovation / product development / too much of a learning curve for non-technical people | The 6 Best WordPress alternatives | 1. E-commerce | 2. SEO / blogging / affiliate marketing | 3. Simple brochure/portfolio site with drag-and-drop editing | 4. Online courses / membership sites | 5. Internet marketing funnels | 6. Web designers | Conclusion
Laravel Introduction | What is MVC Pattern ? | Benefits of MVC Framework | Popular MVC Frameworks | What is Framework ? | Benefits of Laravel Framework | What we will learn in this Laravel series
Create a Project | Create the Database | Controller | Update Method | Creating a Collection | Delete the Skill | Create a Form | Edit and Delete | Skill Edit
0..Video Introduction | 1..What is Composer | 2..Introduction of Laravel | 2..Install Laravel | 3..File and Folder Structure | 4..Make First File | 5..Routing | 6..Controller | 7..View | 8..Component | 9..Laravel Blade Part | 10..Html Form | 11..Html Form Validation | 12..Middleware introduction and Global middleware | 13..Grouped Middleware | 14..Route Middleware | 15..HTTP client | 16..HTTP request methods | 17..Session | 18..Flash Session | 19..Localization | 20..Start with Database | 21..User list from database | 22..Laravel Pagination | 23..Insert database in MySQL with Laravel | 24..Delete data from the database | 25..Update data in a database | 26..Query Builder in Laravel | 27..Aggregate query in Laravel | 28..Joins in Laravel | 29..Migration with Laravel | 30..Important commands for Laravel | 31..Laravel Seeding | 32..Upload file Laravel | 33..Stub Customization | 34..Accessor in Laravel | 35..Laravel Mutator | 36..One to One in relationship | 37..One to Many Relation | 39..Route Model Binding | 40..What is API in Laravel | 42..Make First API Laravel | 43..Laravel GET API method | 44..Laravel get API with parameters | 45..POST method API Laravel | 46..PUT API method in Laravel | 47..Search API in Laravel | 48..API validation | 49..API with resource in Laravel | 50..API for upload file | 51..Laravel Multiple database connections
Introduction | Category model & migration | Defining our first pivot table | Adding data inside the database | Defining relationships | Outputting data in the browser
Introduction to Laravel CLI Applications | What Problem Will We Solve? | Installing Prompts and a First Look | Implementing User Search | Validating User Posts | Multi-Select for Archived Posts | Deleting Posts with Spinner | Let's Wrap This Up
01 Hello, PhpStorm | 02 Customize PhpStorm for Your Perfect Workflow | 03 The Laravel Idea Plugin is a Must | 04 Get Around in PhpStorm Quickly | 05 Automatically Format Code (Including Pint) | 06 PHP Class Generators | 07 Laravel Idea = Speed | 08 Extract Method | 09 Extract, Inline, and Rename Variables | 10 Introduce Field | 11 Extract Class and "Pull Up" | 12 5 Essential Laravel Idea Features | 13 Multiple Cursors | 14 Live Templates | 15 Tailwind Integration With Automatic Class Sorting | 16 AI-Powered Code Assistance with Copilot | 17 Testing Workflow | 18 Debugging With Xdebug
Introduction | Building Models, Migrations & Factories | Setting up the Database Seeder | Routes, Controller & Dashboard View | Saving a new Shortened URL | Deleting a Shortened URL | Building the Redirect Route
Introduction | Implementing "Newsapi.org" in our laravel backend and testing that using postman - NewsPaper App Development Course - Zaions | Improving the Third Party News Api Calls by calling all APIs at the same time - NewsPaper App - Zaions | Implementing "theguardian.com" in our laravel backend and testing that using postman - NewsPaper App Development Course - Zaions | Please Continue with its next part (Part#2)
Introduction | Creating "SearchArticles" API in Laravel Backend for our NewsPaper App Development Course - Zaions | Implementing "Newsapi.ai" in our laravel backend and testing that using postman - NewsPaper App Development Course - Zaions | Video Conclusion - NewsPaper App Development Course Video#15 - Zaions
Intro my cover video | Run: php artisan serve | Login project | Insert data into a table during migrating | Create for in a table | Add a dynamic year when running migrate | The Migrate table by path option is used for specific | Run php artisan refresh again | Git push