
- Видео 8
- Просмотров 7 776
T Dev CLASS
Нигерия
Добавлен 13 июл 2023
In this captivating video, get ready to embark on an exciting journey into the world of development as we delve deep into the realm of coding and problem-solving. Join us as we unlock the secrets to becoming a master developer and discover the techniques and strategies that will elevate your skills to new heights.
Throughout the video, we'll explore a myriad of captivating topics designed to enhance your coding prowess. From advanced algorithms and data structures to practical tips for debugging and optimizing code, we leave no stone unturned in our quest to empower developers like you.
Join us as we equip you with the knowledge and tools you need to excel in the ever-evolving world of development. Get ready to unlock your full potential and take your coding abilities to unprecedented levels. Don't miss out on this transformative experience - watch our video now and embark on an exciting adventure towards becoming an elite developer!
Throughout the video, we'll explore a myriad of captivating topics designed to enhance your coding prowess. From advanced algorithms and data structures to practical tips for debugging and optimizing code, we leave no stone unturned in our quest to empower developers like you.
Join us as we equip you with the knowledge and tools you need to excel in the ever-evolving world of development. Get ready to unlock your full potential and take your coding abilities to unprecedented levels. Don't miss out on this transformative experience - watch our video now and embark on an exciting adventure towards becoming an elite developer!
(PART 2) Creating a Stunning Dashboard with Tailwind CSS And Angular
In this video series, I'll walk you through the step-by-step process of creating a stunning dashboard using #tailwindcss in an #angular project. 🚀
Have a project or Job Contact me
Linkedin
linkedin.com/in/tejiri-mayone
What You'll Learn:
- How to set up Tailwind CSS in an Angular application.
- Utilizing Tailwind CSS utility classes for rapid UI development.
- Implementing key dashboard features and components.
- Tips and tricks for optimizing your Tailwind CSS and Angular workflow.
📚 Resources:
- Tailwind CSS: tailwindcss.com/docs/guides/angular
- NPM Package Used ( @fortawesome/angular-fontawesome ) Vision 0.15.x: www.npmjs.com/package/@fortawesome/angular-fontawesome
- GitHub Repository: g...
Have a project or Job Contact me
linkedin.com/in/tejiri-mayone
What You'll Learn:
- How to set up Tailwind CSS in an Angular application.
- Utilizing Tailwind CSS utility classes for rapid UI development.
- Implementing key dashboard features and components.
- Tips and tricks for optimizing your Tailwind CSS and Angular workflow.
📚 Resources:
- Tailwind CSS: tailwindcss.com/docs/guides/angular
- NPM Package Used ( @fortawesome/angular-fontawesome ) Vision 0.15.x: www.npmjs.com/package/@fortawesome/angular-fontawesome
- GitHub Repository: g...
Просмотров: 176
Видео
Creating a Stunning Dashboard with Tailwind CSS And Angular (PART 1)
Просмотров 3483 месяца назад
In this video series, I'll walk you through the step-by-step process of creating a stunning dashboard using #tailwindcss in an #angular project. 🚀 Have a project or Job Contact me Linkedin linkedin.com/in/tejiri-mayone What You'll Learn: - How to set up Tailwind CSS in an Angular application. - Utilizing Tailwind CSS utility classes for rapid UI development. - Implementing key dashboard feature...
Angular Authentication with Laravel Sanctum
Просмотров 1,1 тыс.6 месяцев назад
#angular #laravel #beginners How to perform authentication in Angular and Laravel API (SPA). API Call to Laravel Thank You For Visiting My Channel. Subscribe & Support Buy me a cup of coffee USDT wallet Address 0x10140442c4ff6264707c22b8e7ce88616b56cc99
Laravel Sanctum (STA), Breeze API With Angular
Просмотров 9868 месяцев назад
In this tutorials, I will be showing you how to set up Laravl, Breeze, and Angular. #laravel #angular Commands composer require laravel/sanctum php artisan vendor:publish provider="Laravel\Sanctum\SanctumServiceProvider" composer require laravel/breeze dev php artisan breeze:install SESSION_DOMAIN=localhost SESSION_SECURE_COOKIE=true SANCTUM_STATEFUL_DOMAINS=localhost SESSION_STORE=localhost ng...
Laravel 10 Powergrid Datatable | part 2 | Click On Edit, Query multiple tables & Search Relation
Просмотров 817Год назад
#laravel #datatable #laravel10 #livewire Learn how to configure livewire powergrid on Laravel to perform Click on edit, Perform query on two or more tables and Relation search. 1:14 How to create laravel Seeders 9:15 Edit Powergrid livewire datatable 10:00 How to query two or more tables 19:32 How Configure click on edit 27:10 Adding column validaton on click on eidt 31:15 How to configure sear...
Laravel 10 Powergrid Datatable | part 1 | Installation
Просмотров 1,6 тыс.Год назад
#laravel #datatable #laravel10 #livewire In this captivating video, I will be showing how to set livewire powergrid on Laravel 10. 0:00 Introduction video 1:12 File structure & Tables 2:10 Powergrid Installation 6:46 Livewire Installation 8:17 Create & Add Table To Blade Livewire: laravel-livewire.com/ Powergrid: livewire-powergrid.com/
Laravel setup for Absolute Beginner
Просмотров 38Год назад
Setting up your work environment in XAMPP with the VS Code editor involves installing and configuring XAMPP, creating a project folder, and integrating VS Code with XAMPP for a seamless development experience. Install XAMPP: www.apachefriends.org/index.html Install Visual Studio Code (VS Code): code.visualstudio.com/ Access Your Website: localhost
Install Multiple PHP Version Ubuntu 23.04
Просмотров 2,7 тыс.Год назад
In this video, I will show you step by step procedure on how to configure multiple PHP versions on Ubuntu 23 and how to switch between them as well. Installing Multiple Versions of PHP Ubuntu 23 // See your version of Ubuntu lsb_release -d // First add this repo sudo add-apt-repository ppa:ondrej/php Manage / Have Multiple PHP Versions with Apache2 sudo update-alternatives config php // Softwar...
Thankyou it was a big help
I also get the same error CSRF token mismatch
@@idrisstz reasons why you may be getting this error 1. Check your header if token is been sent to the server using dev tools. 2. App must be on the same domain as the server. 3. Bad .env configuration. 4. If you are running on a server not locally check and verify version of php So check all those for reasons. Please subscribe to my channel.
Buen dia, como podria agregar el filtro de fechas si lo extraigo de dos diferentes modelos. Como quedaria el addcolumn
Buenos días Amy, gracias por tu paciencia. Una forma de agregar una columna es hacerlo en su fuente de datos. Suscríbete también a mi canal. public function datasource(): Builder { return User::query()->join('persons', function ($person) { $person->on('users.id', '=', 'persons.user_id'); })->select([ 'persons.fullName', 'persons.phone', 'persons.address', 'users.email', 'users.user_active', 'users.username', 'users.id as user_id', ])->where('users.user_role', 'IsValidUser'); }
Hi can you make this with powergrid 5.8 livewire 3
I will look into it.
Is it possible to use the same Laravel API for SPA and mobile app (Angular + Ionic)?
Yes and no, no because authentication on mobile can't be the same, and yes because business logic can share the same endpoints just depends on you. You can read more on the document page laravel.com/docs/11.x/sanctum#mobile-application-authentication
@@tdevclassthat is awesome! Tnx
I'm still getting "CSRF token mismatch." on login. I coudn't see your AppComponent->ngOnInit() if you set something in there after you called the getCrsfToken(). My XSRF-TOKEN and laravel_session (in Cookies tab in the browser) are different. Are they meant to be the same? What could be my issue there, why are they different? Thanks!
code in github?
Great tutorials 👍
Thanks!!!!!
Excelentes videos
Thank you
hi thanks for the tutorial but i still get Unauthenticated error
am guessing the error is coming from .evn file try this config in your .env APP_URL=localhost:8000 FRONTEND_URL=localhost:4200 SESSION_SECURE_COOKIE=false SESSION_DOMAIN=localhost SANCTUM_STATEFUL_DOMAINS=localhost:4200 let me know if it works
it works u saved
glad it helped
thanks
You're welcome!
Thanks Bro.
You're welcome!
Thank's Bro.
You're welcome!
i get an error CSRF token mismatch
what is it you are trying to do that returned that error.
if you could add an example on how to register and login through angular it would be great
Thank you for that feedback we will do it that in our future video, plz subscribe and turn on the notifications bell to get notified when it is been released.
Nice work. It worked inmediatly
Glad it helped
I have 3 fields first_name, middle_name and last_name in my Student model. How do i display them in one column and also make the column sortable and searchable. Thank you for your time and your video!
in your datasource function when building the query you can concatenate those database fields as a single name this is an example on how to do that ->select('id', 'name', 'description', DB::raw("CONCAT(first_name, ' ', middle_name,' ',last_name) as name")) if those was helpful please subscribe and share my channel.
@@tdevclass i wonder how this will work if i want to make name editable as it is a combination of three fields
@@SameerGurung1975 not sure that would work because at this point you have already join them as one the best approach is to make the your db table column name fields as full name
thank you guys, is very usefull
Bro could you please make video about how to install multiple version of composer on ubuntu 23.04
At the moment I don`t think there are alternatives for composer, but why would you want that
Great, My ubuntu 23 other php version issue fixed. thanks
Cheers for Video I wasn't using the GUI and recently updated everything to lunar. I noticed you could follow your steps but the only difference for me was that without the GUI I had to edit the PPA list. // show list ls /etc/apt/sources.list.d/ //edit the file //something like 'ondrej-ubuntu-php-lunar.list' sudo nano /etc/apt/sources.list.d/[filename].list //Change "lunar" to "jammy" wihtin the file above //now you can update without error sudo apt update
Thanks dude
Respect. <3
Great job Bro !!!!
You welcome...please do subscribe and like my page
Thank you. How to display the pagination?
powergrid datatable handles that for you by default
try powergrid with relationship and try to filter duplicate field like created-at you will get an error for integrity violation any idea how to fix that?
Hi, Aditya uhmm try sharing your code with me on replit.com so I could see what you have done and I could repopulate from my ends to fix. thanks
can you make more videos on livewire powergrid and disccuss all functionality and feature, how can we modify all those, importantly theme and action button edit and delete how can work with them and add button along with form in livewire basically can you make CRUD video using livewire powergrid . it will be greate help.
Ok I will look into it. Thanks man
great , i got what i was searching for. thank you
You're welcome!
You are a lifesaver bro, Really thanks
you are welcome
thanks man, finally my problem get solved 😊
Glad I could help
I strongly dey with you and I'll support every ❤❤ want to learn too
You're doing great sir
Great job bruh!!! Keep up the good works.
Thanks! Will do!
Great job sir🎉