Let's Share What We Know - Category: Programming, App Development, Web Development https://doacweb.com/rss/category/programming-app-development-web-development Let's Share What We Know en Connect With Us</br><b>doacweb.com, Africa</b> •• <strong>Didi-Omah's Compound, Gas Turbine Extension, Rumuekini, Rivers State, Nigeria.</strong> <br>WhatsApp: 09031633831</p>Email: info@doacweb.com</br> <font style="color: black">2020 - 2030 © <b>doacweb.com, Africa</b> | <b>All Rights Reserved.</b></font> Announcing Inertia 2.0: Redefining Frontend Development for Laravel https://doacweb.com/announcing-inertia-20-redefining-frontend-development-for-laravel https://doacweb.com/announcing-inertia-20-redefining-frontend-development-for-laravel Thu, 19 Dec 2024 07:51:58 -0600 DO NEWSFEED Automated API documentation of Laravel API resources https://doacweb.com/automated-api-documentation-of-laravel-api-resources https://doacweb.com/automated-api-documentation-of-laravel-api-resources Thu, 19 Dec 2024 07:51:55 -0600 DO NEWSFEED Customizing Data Transformations with Laravel Casts https://doacweb.com/customizing-data-transformations-with-laravel-casts https://doacweb.com/customizing-data-transformations-with-laravel-casts Thu, 19 Dec 2024 07:51:51 -0600 DO NEWSFEED Set Data on a Fluent Instance in Laravel 11.36 https://doacweb.com/set-data-on-a-fluent-instance-in-laravel-1136 https://doacweb.com/set-data-on-a-fluent-instance-in-laravel-1136 set('product', 'iPhone') ->set('version', 15) ->set('developer', 'Apple'); // Use dot notation for nested attributes $fluent->set('specs.color', 'Space Black') ->set('specs.storage', '256GB') ->set('specs.price.usd', 1199); // Retrieve values echo $fluent->product; // "iPhone" echo $fluent->specs['color']; // "Space Black" echo $fluent->specs['price']['usd']; // 1199 // Retrieve values using get with dot notation echo $fluent->get('specs.color'); // "Space Black" echo $fluent->get('specs.price.usd'); // 1199 The implementation uses La ]]> Thu, 19 Dec 2024 07:51:43 -0600 DO NEWSFEED Preserving Collection Keys in Laravel API Resources https://doacweb.com/preserving-collection-keys-in-laravel-api-resources https://doacweb.com/preserving-collection-keys-in-laravel-api-resources Thu, 19 Dec 2024 07:51:40 -0600 DO NEWSFEED 2024: The Year English Changed the Coding Game Forever https://doacweb.com/2024-the-year-english-changed-the-coding-gameforever https://doacweb.com/2024-the-year-english-changed-the-coding-gameforever Fri, 06 Dec 2024 06:53:41 -0600 DO NEWSFEED AMP Robotics Secures $91 Mn Funding to Expand AI-Powered Waste Management https://doacweb.com/amp-robotics-secures-91-mn-funding-to-expand-ai-powered-waste-management https://doacweb.com/amp-robotics-secures-91-mn-funding-to-expand-ai-powered-waste-management Fri, 06 Dec 2024 06:53:40 -0600 DO NEWSFEED OpenAI to Soon Unveil ChatGPT Projects  https://doacweb.com/openai-to-soon-unveil-chatgpt-projects https://doacweb.com/openai-to-soon-unveil-chatgpt-projects Fri, 06 Dec 2024 06:53:39 -0600 DO NEWSFEED Human Clone Has Arrived! https://doacweb.com/human-clone-has-arrived https://doacweb.com/human-clone-has-arrived Fri, 06 Dec 2024 06:53:39 -0600 DO NEWSFEED OpenAI, Perplexity Bet on Publishers to Stay Relevant https://doacweb.com/openai-perplexity-bet-on-publishers-to-stay-relevant https://doacweb.com/openai-perplexity-bet-on-publishers-to-stay-relevant Fri, 06 Dec 2024 06:53:37 -0600 DO NEWSFEED Packagist.org is ending support for Composer 1.x https://doacweb.com/packagistorg-is-ending-support-for-composer-1x https://doacweb.com/packagistorg-is-ending-support-for-composer-1x Fri, 06 Dec 2024 06:50:03 -0600 DO NEWSFEED PIE (PHP Installer for Extensions) https://doacweb.com/pie-php-installer-for-extensions https://doacweb.com/pie-php-installer-for-extensions Fri, 06 Dec 2024 06:50:01 -0600 DO NEWSFEED Enhancing Data Processing with Laravel's transform() Method https://doacweb.com/enhancing-data-processing-with-laravels-transform-method https://doacweb.com/enhancing-data-processing-with-laravels-transform-method strtoupper($text)); // Output: HELLO WORLD // Handling null with default $result = transform(null, fn ($value) => $value * 2, 'default'); // Output: 'default' Real World Example of the transform() helper Let's explore practical applications of transform() in a user profile system: ]]> Fri, 06 Dec 2024 06:49:59 -0600 DO NEWSFEED Get Xdebug Working With Docker and PHP 8.4 in One Minute https://doacweb.com/get-xdebug-working-with-docker-and-php-84-in-one-minute https://doacweb.com/get-xdebug-working-with-docker-and-php-84-in-one-minute Fri, 06 Dec 2024 06:49:57 -0600 DO NEWSFEED Add Approvals to Your Laravel Application https://doacweb.com/add-approvals-to-your-laravel-application https://doacweb.com/add-approvals-to-your-laravel-application Fri, 06 Dec 2024 06:49:56 -0600 DO NEWSFEED Meet OpenAI’s First and Only India Employee https://doacweb.com/meet-openais-first-and-only-india-employee https://doacweb.com/meet-openais-first-and-only-india-employee Sun, 01 Dec 2024 20:12:48 -0600 DO NEWSFEED ‘To Build an AI Startup in India, You Should Have a PhD,’ says Yann LeCun https://doacweb.com/to-build-an-ai-startup-in-india-you-should-have-a-phd-says-yann-lecun https://doacweb.com/to-build-an-ai-startup-in-india-you-should-have-a-phd-says-yann-lecun Sun, 01 Dec 2024 20:12:45 -0600 DO NEWSFEED ‘A Week at OpenAI Equals to Months in Another Company’ https://doacweb.com/a-week-at-openai-equals-to-months-in-another-company https://doacweb.com/a-week-at-openai-equals-to-months-in-another-company Sun, 01 Dec 2024 20:12:35 -0600 DO NEWSFEED OpenAI’s Internal Progress Toward AGI with Pragya Misra https://doacweb.com/openais-internal-progress-toward-agi-with-pragya-misra https://doacweb.com/openais-internal-progress-toward-agi-with-pragya-misra Sun, 01 Dec 2024 20:12:29 -0600 DO NEWSFEED Bengaluru Emerges as the Hotspot for GCCs https://doacweb.com/bengaluru-emerges-as-the-hotspot-for-gccs https://doacweb.com/bengaluru-emerges-as-the-hotspot-for-gccs Sun, 01 Dec 2024 20:12:28 -0600 DO NEWSFEED Efficient Large Dataset Handling in Laravel Using streamJson() https://doacweb.com/efficient-large-dataset-handling-in-laravel-using-streamjson https://doacweb.com/efficient-large-dataset-handling-in-laravel-using-streamjson streamJson(['data' => $yourDataset]); Real-Life Example Let's explore a practical example where we're managing a large inventory dataset with detailed product information and relationships. Here's how we can implement this using streamJson: ]]> Thu, 28 Nov 2024 08:44:28 -0600 DO NEWSFEED Automated Composer Security Audits in Laravel with Warden https://doacweb.com/automated-composer-security-audits-in-laravel-with-warden https://doacweb.com/automated-composer-security-audits-in-laravel-with-warden Thu, 28 Nov 2024 08:44:24 -0600 DO NEWSFEED Access Request Data Fluently in Laravel 11.34 https://doacweb.com/access-request-data-fluently-in-laravel-1134 https://doacweb.com/access-request-data-fluently-in-laravel-1134 domain('{shop}.domain.com') ->when(App::isProduction(), function ($route) { $route->whereIn('shop', app(ShopService::class)->getShopSlugs()); }); See Pull Request #53654 for more details. Shorthands for fake HTTP responses Jason McCreary contributed shorthands when faking HTTP re ]]> Thu, 28 Nov 2024 08:44:18 -0600 DO NEWSFEED Anthropic Now Connects Data to AI Chatbots Easily https://doacweb.com/anthropic-now-connects-data-to-ai-chatbots-easily https://doacweb.com/anthropic-now-connects-data-to-ai-chatbots-easily Tue, 26 Nov 2024 07:13:48 -0600 DO NEWSFEED NVIDIA Strikes a Chord with Fugatto https://doacweb.com/nvidia-strikes-a-chord-with-fugatto https://doacweb.com/nvidia-strikes-a-chord-with-fugatto Tue, 26 Nov 2024 07:13:45 -0600 DO NEWSFEED The Year AI Erred https://doacweb.com/the-year-ai-erred https://doacweb.com/the-year-ai-erred Tue, 26 Nov 2024 07:13:43 -0600 DO NEWSFEED Okta’s Quiet Move into Bringing Identity to AI Agents  https://doacweb.com/oktas-quiet-move-into-bringing-identity-to-ai-agents https://doacweb.com/oktas-quiet-move-into-bringing-identity-to-ai-agents Tue, 26 Nov 2024 07:13:41 -0600 DO NEWSFEED Intel’s Promise to IISc is 10 AI PCs, for Now https://doacweb.com/intels-promise-to-iisc-is-10-ai-pcs-for-now https://doacweb.com/intels-promise-to-iisc-is-10-ai-pcs-for-now Tue, 26 Nov 2024 07:13:37 -0600 DO NEWSFEED Asymmetric Property Visibility in PHP 8.4 https://doacweb.com/asymmetric-property-visibility-in-php-84 https://doacweb.com/asymmetric-property-visibility-in-php-84 author = $author; // OK $this->pubYear = $year; // Fatal Error } } $b = new Book('How to PHP', 'Peter H. Peterson', 2024); echo $b->title; // How to PHP echo $b->author; // Peter H. Peterson echo $b->pubYear; // Fatal Error Providing public access to a property but preventing a (set) publicly is illustrated in how ]]> Tue, 26 Nov 2024 07:03:26 -0600 DO NEWSFEED Dynamic Mailer Configuration in Laravel with Mail::build https://doacweb.com/dynamic-mailer-configuration-in-laravel-with-mailbuild https://doacweb.com/dynamic-mailer-configuration-in-laravel-with-mailbuild 'smtp', 'host' => '127.0.0.1', 'port' => 587, 'encryption' => 'tls', 'username' => 'usr', 'password' => 'pwd', 'timeout' => 5, ]); $mailer->send($mailable); Real-World Example Here's how you might use it in a multi-tenant application: class TenantMailService { public function sendWithTenantConfig( Tenant $tenant, Mailable $mailable ) { $mailerConfig = $tenant->email_settings; $mailer = Mail::build([ 'transport' => 'smtp', 'host' => $mailerConfig->smtp_host, 'port' => $mailerConfig->smtp_port, 'encryption' => $maile ]]> Tue, 26 Nov 2024 07:03:22 -0600 DO NEWSFEED Build Your SaaS App in No Time with SaaSykit https://doacweb.com/build-your-saas-app-in-no-time-with-saasykit https://doacweb.com/build-your-saas-app-in-no-time-with-saasykit Tue, 26 Nov 2024 07:03:19 -0600 DO NEWSFEED Laravel Black Friday Deals https://doacweb.com/laravel-black-friday-deals https://doacweb.com/laravel-black-friday-deals Tue, 26 Nov 2024 07:03:11 -0600 DO NEWSFEED PHP 8.4 is released with Property Hooks, Class Instantiation without extra parenthesis, and more https://doacweb.com/php-84-is-released-with-property-hooks-class-instantiation-without-extra-parenthesis-and-more https://doacweb.com/php-84-is-released-with-property-hooks-class-instantiation-without-extra-parenthesis-and-more Tue, 26 Nov 2024 07:02:49 -0600 DO NEWSFEED NVIDIA beats Apple in Market Cap as AI Fuels Rapid Growth https://doacweb.com/nvidia-beats-apple-in-market-cap-as-ai-fuels-rapid-growth https://doacweb.com/nvidia-beats-apple-in-market-cap-as-ai-fuels-rapid-growth Wed, 06 Nov 2024 16:23:28 -0600 DO NEWSFEED Meshcapade Announces Advanced Motion Blending Feature https://doacweb.com/meshcapade-announces-advanced-motion-blending-feature https://doacweb.com/meshcapade-announces-advanced-motion-blending-feature Wed, 06 Nov 2024 16:23:27 -0600 DO NEWSFEED YC-Backed Edtech Startup Receives €2.5 Million Funding https://doacweb.com/yc-backed-edtech-startup-receives-25-million-funding https://doacweb.com/yc-backed-edtech-startup-receives-25-million-funding Wed, 06 Nov 2024 16:23:26 -0600 DO NEWSFEED 2025 Will See Text-to-Video Games Erase Traditional Gaming Forever  https://doacweb.com/2025-will-see-text-to-video-games-erase-traditional-gaming-forever https://doacweb.com/2025-will-see-text-to-video-games-erase-traditional-gaming-forever Wed, 06 Nov 2024 16:23:25 -0600 DO NEWSFEED Morgan Stanley Launches High-Tech Mumbai Campus to Drive Technology Innovation and Operational Efficiency in India https://doacweb.com/morgan-stanley-launches-high-tech-mumbai-campus-to-drive-technology-innovation-and-operational-efficiency-in-india https://doacweb.com/morgan-stanley-launches-high-tech-mumbai-campus-to-drive-technology-innovation-and-operational-efficiency-in-india Wed, 06 Nov 2024 16:23:24 -0600 DO NEWSFEED Pan - A simple, lightweight, and privacy-focused product analytics php package https://doacweb.com/pan-a-simple-lightweight-and-privacy-focused-product-analytics-php-package https://doacweb.com/pan-a-simple-lightweight-and-privacy-focused-product-analytics-php-package Sat, 19 Oct 2024 13:32:17 -0500 DO NEWSFEED API Platform for Laravel https://doacweb.com/api-platform-for-laravel https://doacweb.com/api-platform-for-laravel Sat, 19 Oct 2024 13:32:16 -0500 DO NEWSFEED Laravel 11.28 Adds a Composer Dev Command https://doacweb.com/laravel-1128-adds-a-composer-dev-command https://doacweb.com/laravel-1128-adds-a-composer-dev-command Sat, 19 Oct 2024 13:32:13 -0500 DO NEWSFEED Always Render API Exceptions as JSON in Laravel https://doacweb.com/always-render-api-exceptions-as-json-in-laravel https://doacweb.com/always-render-api-exceptions-as-json-in-laravel headers->set('Accept', 'application/json'); return $next($request); } } Laravel 11 gives you a handy way to do this without any extra middleware. I think it's really nice if you are using a web browser to test API routes and always get JSON even without setting the Accept header to application/json or using the above middleware: // bootstrap/app.php return Application::configure(basePath: dirname(__DIR__)) //... ->withExceptions(function (Exceptions $exceptions) { $exceptions->shouldRenderJsonWhen(function (Request $request, Throwable $e) { if ($request->is('api/*')) { return true; } return $request->expectsJson(); ]]> Sat, 19 Oct 2024 13:32:12 -0500 DO NEWSFEED Cancel a Specific Batch of Queued Jobs With This Laravel Package https://doacweb.com/cancel-a-specific-batch-of-queued-jobs-with-this-laravel-package https://doacweb.com/cancel-a-specific-batch-of-queued-jobs-with-this-laravel-package Sat, 19 Oct 2024 13:32:11 -0500 DO NEWSFEED Transformers Can Solve Any Problem https://doacweb.com/transformers-can-solve-any-problem https://doacweb.com/transformers-can-solve-any-problem Mon, 23 Sep 2024 09:12:54 -0500 DO NEWSFEED OpenAI Set to Launch Advanced Voice Mode on ChatGPT Soon  https://doacweb.com/openai-set-to-launch-advanced-voice-mode-on-chatgpt-soon https://doacweb.com/openai-set-to-launch-advanced-voice-mode-on-chatgpt-soon Mon, 23 Sep 2024 09:12:53 -0500 DO NEWSFEED How Snowflake Integration Helped Graas Achieve 10x Customer Growth https://doacweb.com/how-snowflake-integration-helped-graas-achieve-10x-customer-growth https://doacweb.com/how-snowflake-integration-helped-graas-achieve-10x-customer-growth Mon, 23 Sep 2024 09:12:52 -0500 DO NEWSFEED OpenAI is Two Stages Shy of Hitting AGI  https://doacweb.com/openai-is-two-stages-shy-of-hitting-agi https://doacweb.com/openai-is-two-stages-shy-of-hitting-agi Mon, 23 Sep 2024 09:12:51 -0500 DO NEWSFEED Apple iPhone designer Jony Ive confirms working with OpenAI https://doacweb.com/apple-iphone-designer-jony-ive-confirms-working-with-openai https://doacweb.com/apple-iphone-designer-jony-ive-confirms-working-with-openai Mon, 23 Sep 2024 09:12:51 -0500 DO NEWSFEED Laravel Herd v1.11 Adds Forge Integration, Dump Updates, and More in v1.11 https://doacweb.com/laravel-herd-v111-adds-forge-integration-dump-updates-and-more-in-v111 https://doacweb.com/laravel-herd-v111-adds-forge-integration-dump-updates-and-more-in-v111 Mon, 23 Sep 2024 08:55:15 -0500 DO NEWSFEED Validate Console Command Input With the Command Validator Package https://doacweb.com/validate-console-command-input-with-the-command-validator-package https://doacweb.com/validate-console-command-input-with-the-command-validator-package 'date_format:Y-m-d']; } } I find it really neat that you can use a closure-based custom validation rule directly in your console command with command-specif ]]> Mon, 23 Sep 2024 08:55:14 -0500 DO NEWSFEED Fetch PHP is a Lightweight HTTP Library Inspired by JavaScript's fetch() https://doacweb.com/fetch-php-is-a-lightweight-http-library-inspired-by-javascripts-fetch https://doacweb.com/fetch-php-is-a-lightweight-http-library-inspired-by-javascripts-fetch json(assoc: true); print_r($data); /* [ "userId" => 1, "id" => 1, "title" => "delectus aut autem", "completed" => false } */ // Get the status text (e.g., "OK") echo $response->statusText(); Available Response Methods json(bool $assoc = true): Decodes the response body as JSON. If $assoc is true, it returns an associative array. If false, it returns an object. text(): Returns the res ]]> Mon, 23 Sep 2024 08:55:12 -0500 DO NEWSFEED MySql Explain with Tobias Petry https://doacweb.com/mysql-explain-with-tobias-petry https://doacweb.com/mysql-explain-with-tobias-petry Mon, 23 Sep 2024 08:55:10 -0500 DO NEWSFEED Serverless Search using Laravel and the Typesense Cloud https://doacweb.com/serverless-search-using-laravel-and-the-typesense-cloud https://doacweb.com/serverless-search-using-laravel-and-the-typesense-cloud Mon, 23 Sep 2024 08:55:07 -0500 DO NEWSFEED OLMoE Achieves State-Of-The-Art Performance using Fewer Resources and MoE https://doacweb.com/olmoe-achieves-state-of-the-art-performance-using-fewer-resources-and-moe https://doacweb.com/olmoe-achieves-state-of-the-art-performance-using-fewer-resources-and-moe Fri, 06 Sep 2024 01:52:22 -0500 DO NEWSFEED Karthik Narain Succeeds Paul Daugherty as Accenture’s New CTO https://doacweb.com/karthik-narain-succeeds-paul-daugherty-as-accentures-new-cto https://doacweb.com/karthik-narain-succeeds-paul-daugherty-as-accentures-new-cto Fri, 06 Sep 2024 01:52:21 -0500 DO NEWSFEED Is Chiplets the Answer to the End of Moore’s Law? https://doacweb.com/is-chiplets-the-answer-to-the-end-of-moores-law https://doacweb.com/is-chiplets-the-answer-to-the-end-of-moores-law Fri, 06 Sep 2024 01:52:13 -0500 DO NEWSFEED AIM & NVIDIA Present DevPalooza 4.0: The Ultimate Developer Meetup in Bengaluru https://doacweb.com/aim-nvidia-present-devpalooza-40-the-ultimate-developer-meetup-in-bengaluru https://doacweb.com/aim-nvidia-present-devpalooza-40-the-ultimate-developer-meetup-in-bengaluru Fri, 06 Sep 2024 01:51:40 -0500 DO NEWSFEED Creator of OpenDevin, All Hands AI, Raises $5 Million https://doacweb.com/creator-of-opendevin-all-hands-ai-raises-5-million https://doacweb.com/creator-of-opendevin-all-hands-ai-raises-5-million Fri, 06 Sep 2024 01:51:37 -0500 DO NEWSFEED Pinkary is now fully open source https://doacweb.com/pinkary-is-now-fully-open-source https://doacweb.com/pinkary-is-now-fully-open-source Fri, 06 Sep 2024 01:31:04 -0500 DO NEWSFEED Laravel Developer Survey https://doacweb.com/laravel-developer-survey https://doacweb.com/laravel-developer-survey Fri, 06 Sep 2024 01:31:00 -0500 DO NEWSFEED Generate Entity-Relationship Diagrams with Laravel https://doacweb.com/generate-entity-relationship-diagrams-with-laravel https://doacweb.com/generate-entity-relationship-diagrams-with-laravel Fri, 06 Sep 2024 01:30:57 -0500 DO NEWSFEED Chaperone Eloquent Models in Laravel 11.22 https://doacweb.com/chaperone-eloquent-models-in-laravel-1122 https://doacweb.com/chaperone-eloquent-models-in-laravel-1122 name() and ->domain() methods, and more. Chaperone Eloquent Relations Samuel Levy contributed the Eloquent inverse/chaperone model relation that Taylor demonstrated in his 2024 Larcon US keynote during the open-source part of the talk. public function comments(): HasMany { return $this->hasMany(Comment::class)->chaperone('post'); } The chaperone()/inverse() method avoids unexpected N+1 queries by linking back to the parent after the relationship query has run. The above relationship will link the appropriate Post model in the correct relation on Comment instances (with scopes intact). See Pull Request #51582 for more details. Support Backed Enum in the Queueable Trait Seth Phat contributed support for BackedEnum in Queu ]]> Fri, 06 Sep 2024 01:30:55 -0500 DO NEWSFEED Laravel raises a $57 million Series A from Accel https://doacweb.com/laravel-raises-a-57-million-series-a-from-accel https://doacweb.com/laravel-raises-a-57-million-series-a-from-accel Fri, 06 Sep 2024 01:30:52 -0500 DO NEWSFEED Alibaba Launches Qwen2-VL, Surpasses GPT-4o & Claude 3.5 Sonnet https://doacweb.com/alibaba-launches-qwen2-vl-surpasses-gpt-4o-claude-35-sonnet https://doacweb.com/alibaba-launches-qwen2-vl-surpasses-gpt-4o-claude-35-sonnet Wed, 04 Sep 2024 14:24:50 -0500 DO NEWSFEED Karnataka Unveils CleanTech Accelerator at CII Innoverge 2024 to Promote Clean Technology Startups https://doacweb.com/karnataka-unveils-cleantech-accelerator-at-cii-innoverge-2024-to-promote-clean-technology-startups https://doacweb.com/karnataka-unveils-cleantech-accelerator-at-cii-innoverge-2024-to-promote-clean-technology-startups Wed, 04 Sep 2024 14:24:45 -0500 DO NEWSFEED Soon Open-Book Exams will be Replaced by AI https://doacweb.com/soon-open-book-exams-will-be-replaced-by-ai https://doacweb.com/soon-open-book-exams-will-be-replaced-by-ai Wed, 04 Sep 2024 14:24:43 -0500 DO NEWSFEED Ilya Sutskever’s AI Startup, Safe Superintelligence, Raises $1 Billion https://doacweb.com/ilya-sutskevers-ai-startup-safe-superintelligence-raises-1-billion https://doacweb.com/ilya-sutskevers-ai-startup-safe-superintelligence-raises-1-billion Wed, 04 Sep 2024 14:24:39 -0500 DO NEWSFEED Anthropic Launches Claude Enterprise Plan with GitHub Integration https://doacweb.com/anthropic-launches-claude-enterprise-plan-with-github-integration https://doacweb.com/anthropic-launches-claude-enterprise-plan-with-github-integration Wed, 04 Sep 2024 14:24:35 -0500 DO NEWSFEED Everything We Know about Pest 3 https://doacweb.com/everything-we-know-about-pest-3 https://doacweb.com/everything-we-know-about-pest-3 todo(assignee: 'paulredmond', issue: 13); it('returns a successful response', function () { $response = $this->get('/'); $response->assertStatus(200); })->todo ]]> Sun, 01 Sep 2024 05:43:16 -0500 DO NEWSFEED Highlights from Taylor Otwell's Laracon US Keynote 2024 https://doacweb.com/highlights-from-taylor-otwells-laracon-us-keynote-2024 https://doacweb.com/highlights-from-taylor-otwells-laracon-us-keynote-2024 Sun, 01 Sep 2024 05:43:14 -0500 DO NEWSFEED Introducing Laravel Cloud https://doacweb.com/introducing-laravel-cloud https://doacweb.com/introducing-laravel-cloud Sun, 01 Sep 2024 05:43:14 -0500 DO NEWSFEED Andrew Schmelyun: Publishing Video Courses, Virtual and Physical Worlds, LLM's https://doacweb.com/andrew-schmelyun-publishing-video-courses-virtual-and-physical-worlds-llms https://doacweb.com/andrew-schmelyun-publishing-video-courses-virtual-and-physical-worlds-llms Sun, 01 Sep 2024 05:43:13 -0500 DO NEWSFEED The Laracon US 2024 Keynote by Taylor Otwell is Now Available https://doacweb.com/the-laracon-us-2024-keynote-by-taylor-otwell-is-now-available https://doacweb.com/the-laracon-us-2024-keynote-by-taylor-otwell-is-now-available Sun, 01 Sep 2024 05:43:11 -0500 DO NEWSFEED Laravel SEO made easy with the Honeystone package https://doacweb.com/laravel-seo-made-easy-with-the-honeystone-package https://doacweb.com/laravel-seo-made-easy-with-the-honeystone-package title('A fantastic blog post', 'My Awesome Website!') ->description("There's really a lot of great stuff in here...") ->images( 'https://mywebsite.com/images/blog-1/cover-image.webp', 'https://mywebsite.com/images/blog-1/another-image.webp', ); When rendering your views, you can use the provided @metadata Blade directive, or the seo()->generate(); method to render metadata. Generators are useful to render metadata for popular social networks. Here's an example of defining a Twitter Card using this package: seo() ->twitterEnabled(true) //enabled by default, see config ->twitterSite('@MyWebsite') ->twitterCreator('@MyTwitter') ->twi ]]> Fri, 23 Aug 2024 15:12:35 -0500 DO NEWSFEED Asset Prefetching Strategies with Vite in Laravel 11.21 https://doacweb.com/asset-prefetching-strategies-with-vite-in-laravel-1121 https://doacweb.com/asset-prefetching-strategies-with-vite-in-laravel-1121 Fri, 23 Aug 2024 15:12:27 -0500 DO NEWSFEED Laravel Model Tips https://doacweb.com/laravel-model-tips https://doacweb.com/laravel-model-tips Fri, 23 Aug 2024 15:12:20 -0500 DO NEWSFEED LCS #5 - Patricio: Mingle JS, PHP WASM, VoxPop https://doacweb.com/lcs-5-patricio-mingle-js-php-wasm-voxpop https://doacweb.com/lcs-5-patricio-mingle-js-php-wasm-voxpop Fri, 23 Aug 2024 15:12:15 -0500 DO NEWSFEED Automated API documentation generation for Laravel with static code analysis using Scramble https://doacweb.com/automated-api-documentation-generation-for-laravel-with-static-code-analysis-using-scramble https://doacweb.com/automated-api-documentation-generation-for-laravel-with-static-code-analysis-using-scramble Mon, 19 Aug 2024 12:27:22 -0500 DO NEWSFEED The August 2024 Laravel Worldwide Meetup https://doacweb.com/the-august-2024-laravel-worldwide-meetup https://doacweb.com/the-august-2024-laravel-worldwide-meetup Mon, 19 Aug 2024 12:27:21 -0500 DO NEWSFEED Git Hooks Made Easy: How Whisky Helps Developers with Len Woodward https://doacweb.com/git-hooks-made-easy-how-whisky-helps-developers-with-len-woodward https://doacweb.com/git-hooks-made-easy-how-whisky-helps-developers-with-len-woodward Mon, 19 Aug 2024 12:27:19 -0500 DO NEWSFEED Learn how to create custom Facades in Laravel https://doacweb.com/learn-how-to-create-custom-facades-in-laravel https://doacweb.com/learn-how-to-create-custom-facades-in-laravel Mon, 19 Aug 2024 12:27:18 -0500 DO NEWSFEED Some of the announcements coming to Laracon US https://doacweb.com/some-of-the-announcements-coming-to-laracon-us https://doacweb.com/some-of-the-announcements-coming-to-laracon-us Mon, 19 Aug 2024 12:27:17 -0500 DO NEWSFEED Building Desktop Applications using Native PHP with Simon Hamp https://doacweb.com/building-desktop-applications-using-native-php-with-simon-hamp https://doacweb.com/building-desktop-applications-using-native-php-with-simon-hamp Tue, 13 Aug 2024 16:12:16 -0500 DO NEWSFEED Laravel Log Files Support in PhpStorm https://doacweb.com/laravel-log-files-support-in-phpstorm https://doacweb.com/laravel-log-files-support-in-phpstorm Tue, 13 Aug 2024 16:12:14 -0500 DO NEWSFEED Remove Duplicate Characters in Strings With Laravel https://doacweb.com/remove-duplicate-characters-in-strings-with-laravel https://doacweb.com/remove-duplicate-characters-in-strings-with-laravel deduplicate('/')->toString(); // "/usr/local/path/to/desktop" The default replacement character in the deduplicate() method is a space character, which could also be a use for the squish() helper introduced in Laravel v9.7.0. Let me illustrate when squish() might be a better choice to remove extra spaces: Str::deduplicate(' John Smith Jr. '); // " John Smith Jr. " Str::squish(' John Smith Jr. '); // "John Smith Jr." Note the extra space ' ' characters at the beginning and end using deduplicate(), which is by design. Deduplicate is used to replace consecutive insta ]]> Tue, 13 Aug 2024 16:12:10 -0500 DO NEWSFEED Introducing Built with Laravel https://doacweb.com/introducing-built-with-laravel https://doacweb.com/introducing-built-with-laravel Tue, 13 Aug 2024 16:12:09 -0500 DO NEWSFEED Build SSH Apps with PHP and Laravel Prompts https://doacweb.com/build-ssh-apps-with-php-and-laravel-prompts https://doacweb.com/build-ssh-apps-with-php-and-laravel-prompts Tue, 13 Aug 2024 16:12:03 -0500 DO NEWSFEED BEGINNER GUIDE: HOW YOU CAN OPTIMIZE YOUR BLOG IN BLOGSPOT https://doacweb.com/beginner-guide-how-you-can-optimize-your-blog-in-blogspot https://doacweb.com/beginner-guide-how-you-can-optimize-your-blog-in-blogspot Sat, 18 Mar 2023 17:36:01 -0500 Bybul Blog FREE TRAFFIC TIPS: GET NON-STOP TRAFFIC TO YOUR BLOG EVEN IF YOU STARTED BLOGGING TODAY! https://doacweb.com/free-traffic-tips-get-non-stop-traffic-to-your-blog-even-if-you-started-blogging-today https://doacweb.com/free-traffic-tips-get-non-stop-traffic-to-your-blog-even-if-you-started-blogging-today Thu, 09 Mar 2023 21:32:30 -0600 Bybul Blog 6 Easy Steps To Learn Web Design https://doacweb.com/6-easy-steps-to-learn-web-design https://doacweb.com/6-easy-steps-to-learn-web-design Sun, 19 Feb 2023 16:45:24 -0600 MickeyDao Best Website To Learn Coding Online https://doacweb.com/best-website-to-learn-coding-online https://doacweb.com/best-website-to-learn-coding-online Sun, 19 Feb 2023 16:30:50 -0600 MickeyDao "GOOD BYE GOOGLE ADSENSE, AS WE USES ADSTERRA ON DOACTALK" - WE-BLOGS AFRICA https://doacweb.com/good-bye-google-adsense-as-we-uses-adsterra-on-doactalk-we-blogs-africa https://doacweb.com/good-bye-google-adsense-as-we-uses-adsterra-on-doactalk-we-blogs-africa Sun, 12 Feb 2023 04:38:51 -0600 Givesstrend 2022: HERE ARE THE TOP 10 MOST POPULAR WEBSITES  https://doacweb.com/2022-here-are-the-top-10-most-popular-websites https://doacweb.com/2022-here-are-the-top-10-most-popular-websites Sat, 21 Jan 2023 05:04:07 -0600 Givesstrend HERE’S HOW TO GET YOUR SITE ONTO PAGE #1 OF GOOGLE FOR ANY KEYWORD IN YOUR INDUSTRY https://doacweb.com/heres-how-to-get-your-site-onto-page-1-of-google-for-any-keyword-in-your-industry https://doacweb.com/heres-how-to-get-your-site-onto-page-1-of-google-for-any-keyword-in-your-industry Fri, 06 Jan 2023 18:03:10 -0600 Givesstrend 2022 UPDATED: HISTORY OF DOACTALK.COM  https://doacweb.com/2022-updated-history-of-doactalkcom https://doacweb.com/2022-updated-history-of-doactalkcom Fri, 18 Nov 2022 07:07:42 -0600 Givesstrend 16-YEAR-OLD TECH GURU https://doacweb.com/16-year-old-tech-guru https://doacweb.com/16-year-old-tech-guru Wed, 19 Oct 2022 03:18:11 -0500 Givesstrend HOW TO EARN FROM YOUR BLOG & GROW https://doacweb.com/how-to-earn-from-your-blog-grow https://doacweb.com/how-to-earn-from-your-blog-grow Mon, 10 Oct 2022 07:47:51 -0500 Givesstrend CONTENTS MARKETING? https://doacweb.com/contents-marketing https://doacweb.com/contents-marketing Thu, 15 Sep 2022 05:55:38 -0500 Givesstrend HOW TO MAKE MONEY FROM MY BLOG OUTSIDE GOOGLE ADSENSE https://doacweb.com/how-to-make-money-from-my-blog-outside-google-adsense https://doacweb.com/how-to-make-money-from-my-blog-outside-google-adsense Thu, 15 Sep 2022 05:41:04 -0500 Givesstrend HOW TO CREATE POSTS AND GAIN FOLLOWERS ON DOACTALK https://doacweb.com/how-to-create-posts-and-gain-followers-on-doactalk https://doacweb.com/how-to-create-posts-and-gain-followers-on-doactalk Tue, 13 Sep 2022 12:35:09 -0500 Bybul Blog BEST WAYS TO INCREASING TRAFFIC TO YOUR BLOG https://doacweb.com/best-ways-to-increasing-traffic-to-your-blog https://doacweb.com/best-ways-to-increasing-traffic-to-your-blog Fri, 09 Sep 2022 15:41:22 -0500 Givesstrend