DC Blog
DC Blog
  • Видео 18
  • Просмотров 65 057
Updating Dependencies Easily with composer bump
Update composer.json to set the dependencies to the latest installed version
Просмотров: 42

Видео

Using Hashnode with a headless frontend Laravel application
Просмотров 2216 месяцев назад
See all available Hashnode Laravel templates at headlessfrontend.dev/category/hashnode-blog-templates
Laravel Module Generator v2
Просмотров 9619 месяцев назад
In this video I cover Laravel Module Generator v2 to produce new modules based on a template.
Running HTTP requests in PhpStorm
Просмотров 1,3 тыс.Год назад
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
Просмотров 268Год назад
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
Просмотров 294Год назад
Export all your (‘some text’) calls to a language files Package used github.com/kkomelin/laravel-translatable-string-exporter
Laravel Sail with PhpStorm
Просмотров 2,6 тыс.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
Просмотров 13 тыс.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,4 тыс.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
Просмотров 6 тыс.2 года назад
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
Просмотров 4,8 тыс.3 года назад
In this video I deploy a Laravel projects over GIT from GiHub to a cPanel server.
Change Password component
Просмотров 4363 года назад
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.
Laravel AdminTW theme
Просмотров 4323 года назад
Laravel AdminTW theme
integrate laravel to xero with Laravel Xero package
Просмотров 4,5 тыс.3 года назад
integrate laravel to xero with Laravel Xero package
Laravel package, Sent Emails
Просмотров 2313 года назад
Laravel package, Sent Emails