Code With Dary
Code With Dary
  • 488
  • 6 162 871
How to Use DigitalOcean Spaces in Laravel & FilamentPHP | How to Use Laravel S3 Bucket
In this tutorial, we dive into how to use DigitalOcean Spaces to store and manage files from your Filament application. We'll start by understanding what DigitalOcean Spaces is and why it's a valuable addition to your storage solutions. From there, we'll guide you through setting up a connection between DigitalOcean Spaces and a Laravel application.
We'll create a new model, migration, and Filament resource, demonstrating how to upload images and store them efficiently. Additionally, we'll cover how to handle CORS policy issues to ensure your images display correctly in your application.
By the end of this tutorial, you'll have a solid understanding of how to leverage DigitalOcean Spaces for scalable and reliable file storage in your Laravel projects. If you find this content helpful, don't forget to give it a thumbs up and subscribe for more tutorials!
🧑🏼‍💻 Need a Laravel agency?
Do you need assistance with your next project in Laravel? Contact my Laravel agency for help: www.codewithdary.com
🔥 Resources
- Twitter: codewithdary
- Instagram: codewithdary
- Blog: blog.codewithdary.com/
- GitHub: github.com/codewithdary/nova-custom-fields/
- TikTok: www.tiktok.com/@codewithdary
⌛Timestamps
00:00 - Introduction
01:28 - Project setup
03:37 - Creating our Filament resource
06:45 - Image preview
07:49 - DigitalOcean Spaces setup
16:12 - Modify Fileupload for Do Spaces
21:12 - Outro
#laravel #codewithdary #nova #php #coding
Переглядів: 790

Відео

How to Make Dependent Select Options Based By Another Select Option in FIlamentPHP
Переглядів 4,4 тис.7 місяців тому
In this tutorial, we're going to explore how to make the options of one select depend on the value of another select. We'll start by creating the necessary form components using Filament, a powerful Laravel admin panel package. We'll define the fields and set up the necessary relationships between the models. Then, we'll dive into the code and implement the logic to make the options reactive. T...
How to Easily Create Custom Laravel Nova Fields - Advanced Laravel Nova Tutorial
Переглядів 3,1 тис.7 місяців тому
In this tutorial, we will explore how to create custom Laravel Nova fields. Laravel Nova offers a wide range of predefined fields for your admin panel, but there might be specific requirements for your project that are not covered by the default fields. By creating custom fields, you can define and incorporate fields that are unique to your application. We will start by setting up a basic Larav...
Laravel Livewire v3 Course for Beginners - Laravel Livewire v3 Crash Course for Beginners
Переглядів 12 тис.9 місяців тому
Laravel Livewire v3 Course for Beginners - Laravel Livewire v3 Crash Course for Beginners
How to Host a Laravel Livewire Project Using Hostinger VPS Hosting - Laravel Livewire for Beginners
Переглядів 1,8 тис.9 місяців тому
How to Host a Laravel Livewire Project Using Hostinger VPS Hosting - Laravel Livewire for Beginners
Introduction to Lifecycle Hooks in Livewire - Laravel Livewire Crash Course for Beginners
Переглядів 1,2 тис.9 місяців тому
Introduction to Lifecycle Hooks in Livewire - Laravel Livewire Crash Course for Beginners
Introduction to Events in Livewire - Laravel Livewire Crash Course for Beginners
Переглядів 9489 місяців тому
Introduction to Events in Livewire - Laravel Livewire Crash Course for Beginners
How to Easily Output Flash Messages in Livewire - Laravel Livewire Crash Course for Beginners
Переглядів 1,2 тис.9 місяців тому
How to Easily Output Flash Messages in Livewire - Laravel Livewire Crash Course for Beginners
Introduction to Actions in Livewire - Laravel Livewire Crash Course for Beginners
Переглядів 8909 місяців тому
Introduction to Actions in Livewire - Laravel Livewire Crash Course for Beginners
Forms, Validation & Loaders in Livewire Components - Laravel Livewire Crash Course for Beginners
Переглядів 1,2 тис.9 місяців тому
Forms, Validation & Loaders in Livewire Components - Laravel Livewire Crash Course for Beginners
Introduction to Properties in Livewire - Laravel Livewire Crash Course for Beginners
Переглядів 1,8 тис.9 місяців тому
Introduction to Properties in Livewire - Laravel Livewire Crash Course for Beginners
Introduction to Components in Laravel Livewire - Laravel Livewire Crash Course for Beginners
Переглядів 3,5 тис.9 місяців тому
Introduction to Components in Laravel Livewire - Laravel Livewire Crash Course for Beginners
Introduction & Setup of Laravel Livewire - Laravel Livewire Crash Course for Beginners
Переглядів 3,7 тис.9 місяців тому
Introduction & Setup of Laravel Livewire - Laravel Livewire Crash Course for Beginners
Learn Laravel Basics for Absolute Beginners - How Much Laravel Can You Learn in 1 Hour?
Переглядів 12 тис.10 місяців тому
Learn Laravel Basics for Absolute Beginners - How Much Laravel Can You Learn in 1 Hour?
How to Become a PRO in FilamentPHP v3 in 4 hours - Complete FilamentPHP Tutorial for Beginners
Переглядів 44 тис.11 місяців тому
How to Become a PRO in FilamentPHP v3 in 4 hours - Complete FilamentPHP Tutorial for Beginners
How to EASILY Host a Laravel / FilamentPHP Project on Hostinger Using VPS Hosting
Переглядів 7 тис.11 місяців тому
How to EASILY Host a Laravel / FilamentPHP Project on Hostinger Using VPS Hosting
How to Add Excel Export & Spotlight to FilamentPHP - How to Install FilamentPHP Plugins
Переглядів 6 тис.11 місяців тому
How to Add Excel Export & Spotlight to FilamentPHP - How to Install FilamentPHP Plugins
How to Create a Dashboard Using Stats, Widgets & Tables in FilamentPHP - FilamentPHP for Beginners
Переглядів 15 тис.11 місяців тому
How to Create a Dashboard Using Stats, Widgets & Tables in FilamentPHP - FilamentPHP for Beginners
How to Define Relationships in FilamentPHP - FilamentPHP for Beginners
Переглядів 7 тис.11 місяців тому
How to Define Relationships in FilamentPHP - FilamentPHP for Beginners
How to Customize The Navbar in FilamentPHP - FilamentPHP for Beginners
Переглядів 13 тис.11 місяців тому
How to Customize The Navbar in FilamentPHP - FilamentPHP for Beginners
How to Setup The Global Search in FilamentPHP - FilamentPHP for Beginners
Переглядів 4,1 тис.11 місяців тому
How to Setup The Global Search in FilamentPHP - FilamentPHP for Beginners
How to Create The Customer, Order & Category Resources in FilamentPHP - FilamentPHP for Beginners
Переглядів 6 тис.11 місяців тому
How to Create The Customer, Order & Category Resources in FilamentPHP - FilamentPHP for Beginners
How to Use Table Actions in FilamentPHP - FilamentPHP for Beginners
Переглядів 7 тис.11 місяців тому
How to Use Table Actions in FilamentPHP - FilamentPHP for Beginners
How to Create Resource Modifiers & Resource Filters in Filamentphp - FilamentPHP for Beginners
Переглядів 5 тис.11 місяців тому
How to Create Resource Modifiers & Resource Filters in Filamentphp - FilamentPHP for Beginners
How to Create Resources in FilamentPHP - FilamentPHP for Beginners
Переглядів 8 тис.Рік тому
How to Create Resources in FilamentPHP - FilamentPHP for Beginners
Defining Our Migrations, Models & Relationships for FilamentPHP - FilamentPHP for Beginners
Переглядів 8 тис.Рік тому
Defining Our Migrations, Models & Relationships for FilamentPHP - FilamentPHP for Beginners
How to Customize Colors, Logo, Font Family, Favicon & Disable Dark Mode - FilamentPHP for Beginners
Переглядів 12 тис.Рік тому
How to Customize Colors, Logo, Font Family, Favicon & Disable Dark Mode - FilamentPHP for Beginners
Introduction & Setup of FilamentPHP v3 - FilamentPHP for Beginners - Complete FilamentPHP Tutorial
Переглядів 19 тис.Рік тому
Introduction & Setup of FilamentPHP v3 - FilamentPHP for Beginners - Complete FilamentPHP Tutorial
Laravel Collections & Eloquent Methods: 44 Essential Methods for Beginners - Mastering in Laravel
Переглядів 8 тис.Рік тому
Laravel Collections & Eloquent Methods: 44 Essential Methods for Beginners - Mastering in Laravel
4 Must Know Methods to Sort Your Collections by Keys - Mastering Eloquent & Collection Methods
Переглядів 1 тис.Рік тому
4 Must Know Methods to Sort Your Collections by Keys - Mastering Eloquent & Collection Methods

КОМЕНТАРІ

  • @user-bx8cw6jz4t
    @user-bx8cw6jz4t День тому

    your a king , thank u very much

  • @neverforget1575
    @neverforget1575 2 дні тому

    great tutorial, whats your thoughts on cloudinary vs DO? Thanks

  • @user-jr4ru7fe4j
    @user-jr4ru7fe4j 3 дні тому

    TRying to follow. But yours is assuming same versions and having PHPUnit installed correctly... I'm using Windows MS Code... PHP 8.3.7, PHPUnit 11.3.1, Composer 2.7.6 .... I can't run the commands because of version issues. VENDOR is below the root and copying that into the directory gets other errors.

  • @eziosan7208
    @eziosan7208 4 дні тому

    Simply make function getFullNameAttribute() and use it like $user->full_name or $user-> fullName

  • @domjanzsoo
    @domjanzsoo 6 днів тому

    getting "No Symfony console detected to run "symfony console"" error when running symfony console command. Do I need to install it?

  • @veggiewear5419
    @veggiewear5419 6 днів тому

    Would you still use cloudways or forge? Thanks

  • @SiphoMkhwanazi
    @SiphoMkhwanazi 7 днів тому

    Lovely.

  • @SiphoMkhwanazi
    @SiphoMkhwanazi 7 днів тому

    The explanations here are very clear. Thank you so much from this, you're easing my transition. I'm jumping straight from Django ORM. 🙌

  • @ahmedofali
    @ahmedofali 8 днів тому

    You are making a video explaining laravel and continuous integration and doing git clone on the server directly!! Please recheck your knowledge and understand ci and CD

  • @rakeshmsuthar
    @rakeshmsuthar 9 днів тому

    How to try it without purchasing the license. Please help. I've been thinking of trying it for so long

  • @sharashellAcademy
    @sharashellAcademy 12 днів тому

    Thank you. It helped greatly.

  • @user-nb7nb1hh1j
    @user-nb7nb1hh1j 14 днів тому

    Good stuff 👍

  • @ahmadfraz5846
    @ahmadfraz5846 15 днів тому

    how to do it without avatar

  • @RRRRRRP
    @RRRRRRP 15 днів тому

    Nice explanation, thanks 🙏

  • @user-Laravel-freelance
    @user-Laravel-freelance 16 днів тому

    More turorials for laravel ecosystem

  • @wigit-zb9xj
    @wigit-zb9xj 16 днів тому

    hello. is there a way one cannot use the /admin and use a route from laravel landing page to link to the adminpannel.

  • @junzeldelatorre9168
    @junzeldelatorre9168 17 днів тому

    how do you implement askforfilename on a bulk action sir?

  • @skeletala
    @skeletala 17 днів тому

    I've had it with PHP and Laravel, they trick you so much into buying their shayt, it's like Apple, that's it: back to JS/TS and Adonisjs.

    • @rcmnet
      @rcmnet 8 днів тому

      Is this a sarcastic joke or are you really expecting PHP to give you storage space for free now after getting free the s3 implementation from flysystem and free integration with laravel?

  • @kelvinwasike9269
    @kelvinwasike9269 17 днів тому

    Is it really okay to push to github with the env.encrypt file

  • @anfytrion
    @anfytrion 18 днів тому

    Thank you for this great tutorial

  • @sagarsapkota2951
    @sagarsapkota2951 18 днів тому

    Great! Can you also create a Blade template to fetch images and videos from DigitalOcean, making them accessible only for viewing and not publicly accessible?

  • @Johin714
    @Johin714 18 днів тому

    How is your tailwind styles loading so quickly mine rakes to much time to load the styles I use the "npx tailwindcss -i index.css -o output.css --watch " I use this command to continuously updated my webpage is there any other alternative for loading the styles quickly? If yes can you pleasee let me know

  • @oluwatobibabalola140
    @oluwatobibabalola140 19 днів тому

    Wow, this is going to be helpful. Thank you 👍

  • @EddieMao
    @EddieMao 19 днів тому

    Clearly explained! thanks a lot!

  • @Soukouna4252
    @Soukouna4252 20 днів тому

    Thank you

  • @lafanter
    @lafanter 21 день тому

    This tut is outdated. I am stuck @2:35:00 because at the moment Laravel is using vite instead of webpack and I can't figure out how to finish setup tailwindcss :(

  • @Maystro_eg
    @Maystro_eg 22 дні тому

    very useful , I have question : How to set focus to other TextInput from afterStateUpdated() of other TextInput filament php, Thanks

  • @ramazanaktas748
    @ramazanaktas748 25 днів тому

    Orderby looks more intuitive

  • @nancyjhg1
    @nancyjhg1 28 днів тому

    Hi. I have been trying to figure out how to get a contact form to process on my server with php. It finally worked! Thanks ever so much.

  • @MR_Davinci-e8o
    @MR_Davinci-e8o 28 днів тому

    What is the font and theme are you using here?

  • @MR_Davinci-e8o
    @MR_Davinci-e8o 28 днів тому

    What is the font and theme are you using here?

  • @MR_Davinci-e8o
    @MR_Davinci-e8o 28 днів тому

    What is the font and theme are you using here?

  • @ralhanani
    @ralhanani 28 днів тому

    hi Dary, could you make videos about multi Auth using Jetstream even in Udemy, and by the way your voice is awesome :)

  • @erlan491
    @erlan491 29 днів тому

    Hallo Sir, sorry... this wizard form for order item cannot inset to databse? Why...

    • @erlan491
      @erlan491 29 днів тому

      Owh i see, i'm forget insert Repeater and relationship... Solved thank you

  • @LordMoopCow
    @LordMoopCow 29 днів тому

    best course ive found thanks bro

  • @afdevs3054
    @afdevs3054 Місяць тому

    When I bring some Changes in github reposeitory that will be effect on live site and that will show in live domain the recent changes? or Not please give me little bit information.

  • @mackynyxz
    @mackynyxz Місяць тому

    Cool

  • @yohanvelho
    @yohanvelho Місяць тому

    Awsome video, very well explained!

  • @a8deh
    @a8deh Місяць тому

    thank u bro for all

  • @SamuelCoupland
    @SamuelCoupland Місяць тому

    Thanks for this video, very clear and consitent

  • @RedMoon814
    @RedMoon814 Місяць тому

    Very thorough course / tutorial. Thank you!

  • @Oxyon84
    @Oxyon84 Місяць тому

    It accepts two arguments, model and column, but the model is required, the column is defaulted to null and then it will take model name and id. But you can pass a column name as well.

  • @mrtxgamerofficial7293
    @mrtxgamerofficial7293 Місяць тому

    how to submit forma and save data in db with session message as well without reload the page when submit the form.

  • @viveudupi123
    @viveudupi123 Місяць тому

    saved my ass it was quick and clear.

  • @CarlosCruz85
    @CarlosCruz85 Місяць тому

    Amazing! Thanks for your time!

  • @lea-ns1ie
    @lea-ns1ie Місяць тому

    Thank you for your videos

  • @kholodnov
    @kholodnov Місяць тому

    Friends, deleting/editing these lines can lead to various problems: {% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('app') }} {% endblock %}

  • @EsperancaProgramming881
    @EsperancaProgramming881 Місяць тому

    Nice Tutorial I love It. From Timor-Leste

  • @Community-Comment
    @Community-Comment Місяць тому

    I wish you could do something about how to customize upload files specially images preview to look better