- 18
- 67 639
DC Blog
United Kingdom
Приєднався 3 тра 2021
Updating Dependencies Easily with composer bump
Update composer.json to set the dependencies to the latest installed version
Переглядів: 51
Відео
Using Hashnode with a headless frontend Laravel application
Переглядів 2378 місяців тому
See all available Hashnode Laravel templates at headlessfrontend.dev/category/hashnode-blog-templates
Laravel Module Generator v2
Переглядів 1,1 тис.Рік тому
In this video I cover Laravel Module Generator v2 to produce new modules based on a template.
Running HTTP requests in PhpStorm
Переглядів 1,5 тис.Рік тому
Running API tests you may be tempted to open PostMan or another API client, did you know, you can run HTTP requests from inside PhpStorm directly?
Composer Scripts
Переглядів 283Рік тому
I’m a big fan of using composer scripts to have project aliases to run scripts. 00:00 Intro 00:29 Customize Commands 01:27 Testing Shortcuts 02:28 Conclusion
Laravle Extract Language to lang files
Переглядів 312Рік тому
Export all your (‘some text’) calls to a language files Package used github.com/kkomelin/laravel-translatable-string-exporter
Laravel Sail with PhpStorm
Переглядів 2,7 тис.2 роки тому
Use Laravel Sail to run a docker container and configure PhpStorm to run tests and use access the configured database. For M1 docker-compose plugin needs to be installed. On a Mac use brew to install docker-compose brew install docker-compose
Login to Laravel with Microsoft365
Переглядів 14 тис.2 роки тому
In this video, I explain the process of using Microsoft Graph as a login process to allow users who have a Microsoft 365 account to login to a Laravel application, upon logging in a new user account would be created. See the package docs at dcblog.dev/docs/laravel-microsoft-graph/v3/introduction
Introducing AdminTW V2 a Laravel TALL theme
Переглядів 4,5 тис.2 роки тому
This is a major release, I've spent months building a Laravel TALL theme with these features include: Multiple Users with invite system 2FA Support Audit Logs Global Search Livewire components Blade components Roles & Permissions Unit and Feature Tests Dark mode support See the main website for the complete docs laraveladmintw.com/
Laravel Package: Laravel Modules Generator
Переглядів 8 тис.2 роки тому
Demo showing a new package to generate modules from a base template Package: github.com/dcblogdev/laravel-module-generator Source project: github.com/dcblogdev/mini
How to setup a Hashnode Blog
Переглядів 7 тис.3 роки тому
In this video I’ll shows you how to setup a Hashnode blog.
Laravel Livewire update dependent select menu's on change
Переглядів 9 тис.3 роки тому
Since Livewire is reactive, it's easy to hide or show select menu's based on whether another one is selected but what about changing the contents of a select menu, that's a little different.
Deploy Laravel to cPanel
Переглядів 5 тис.3 роки тому
In this video I deploy a Laravel projects over GIT from GiHub to a cPanel server.
Change Password component
Переглядів 4553 роки тому
In this video I build a Laravel Livewire component to change the users password.
Refreshing a Laravel Livewire component from another component using emit
Переглядів 8 тис.3 роки тому
Ensure when the username is updated the username on the top bar is automatically updated.
integrate laravel to xero with Laravel Xero package
Переглядів 4,6 тис.3 роки тому
integrate laravel to xero with Laravel Xero package
is there any filament example video with modular architecture?
none that I know of, I don't use Filament myself.
I was wondering if it was possible from the IDE. Is it also possible to grab the auth token automatically and use it in follow up requests? I imagine if the login expires, there's a new token generated.
Quick and easy way, and clearly explained. Thank you.
Hello Sr. Redirection is not working when signing out. It gets stuck on the message from Microsoft, stating that it exited successfully, but does not redirect to the specified page in Azure.
Tobey Maguire?
@@myyyp1 in my past life 😂
thank you!
what about composer integration within phpstorm through the docker sail container?
Why emit doesnt work for me
Emit is for livewire 2. in livewire 3 they have dispatch
@@asifahmedvlogsThanks a lot
I am struggling deploying my Laravel project to VPS cPanel. It would be helpful if you can make a video on how to deploy project using git and not via zip. Including folder permission etc.
Thank you sir..
Oh my eyes stop making videos so bright and white haven't you heard of Dark mode please make videos in Dark mode.
good job
Nice one 👍
Hi David, I got confused, I am a software developer. just to be clear, please reply and tell me are there two different interfaces provided by Xero both for developer and our client? as developer check and monitored the xero interactions with our Laravel application from his portal, and client also can check the ensure from the invoices and transactions? or how the developer can see and monitore the interactions that have been done from the Laravel application?
Sir, it will greate help, Kindly share me updated code
I am getting server while using step by step by your video
Thx a lot!
Great video, thanks a lot but link does not work anymore unfortunately
I've updated the link, please see dcblog.dev/docs/laravel-microsoft-graph/v3/introduction
awesome, thanks a lot@@DCBlogdev
Thank you very much ❤
Bearer HTTP/1.0 302 Found Cache-Control: no-cache, private Date: Wed, 21 Feb 2024 14:47:44 GMT Location: localhost/dashboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <meta http-equiv="refresh" content="0;url='localhost/dashboard'" /> <title>Redirecting to localhost/dashboard</title> </head> <body> Redirecting to <a href="localhost/dashboard">localhost/dashboard</a>. </body> </html>" is not valid header value.
Obrigada!!!
Hi David, How can I get the tenant_id?
thanks man!
Thank you very much, David. You saved my time.
Good video, followed every step but it didn't work for me. Copuld get as far as picking my MS account but then it couldn't authenticate so kept re-asking for the account. Annoying, but one of those things
I have cors error when try to redirect from my localhost to login.microsoft please help me! Thanks you so much!
link doesn't work
updated the link now. docs.dcblog.dev/docs/laravel-microsoft-graph
Deleted already ? @@DCBlogdev
With which software do you record your screen/camera?
I used cleanshot.com to record and edited in Screenflow.
Fast way to trigger a Http request for development. Great, Kudos !!!
Will be useful when working in a team
Thank you very much. I forgot to add this bridge to my network from container. It solved my problem.
how does subdomain and custom domain work? I accidentally ended up selecting custom domain, but i don't understand what to do forward. How do i make it work?
Thanks for video! I have an error : invalid_grant in msGraph::connect() Please clear me ?
thanks sirrr
Hi David, it only support php8.x ?
What version do you need support for?
Thank you David - I was pulling my hair out getting my sail tests to work direct though phpstorm, this video did the trick, happily subbed :)
Thanks, it works for me, replacing bridge with the name of my network was what I was missing 🙌.
Can this send email as another user? MsGraph::emails()
Hi David, my code cant find facades xero, there be anything I should import more ?
facing the same issue
most important part doesnt work.... where conditions on contacts.... have not even tried invoices.... thanks for the effort anyways........
"Call to a member function getBody() on null " after allow acccess. please help
Facing an error your requirements could not be resolved to an installable set of packages its reffer to meyfa/php-svg, on php 8.2
Hi, please tell me how to add audio voice to my article?
If I log out and back in, I get: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '<email addr>' for key 'users_email_unique' (SQL: insert into `users` (`name`, `email`, `password`, `updated_at`, `created_at`)... It looks like an entry is going into the users table. Is that how it's supposed to work?
Thanks, it worked here for me.
Hello David, Can you please tell me why it showing me an error when i am adding my project url, But i am using http host, Can you tell me how can i use https in my localhost
very nice video David. What about if you have a dynamic selector in your page for example? when changing the 1st drop-down selector it will change the second as well and all other in cascade. have you face this issue before ?
To anyone having 403 error on shared hosting and subdomain, do everything in your subdomain folder and it gonna work. Spent whole weekend trying to fix it. But this video is by far the best. It helped me finally run my project. Thank you so much David, you are real gigaChad
Thanks, exactly what I was looking for!
Nice walkthrough