Home Articles/Tutorials Login Register
WebCodeLogic

Create a Photo Album SPA with Laravel and Vue 3 Composition

 ← Dev Articles
👍 0
👎 0


composer create-project laravel/laravel:^11.0 photo-manager

cd photo-manager
composer require laravel/breeze --dev
php artisan breeze:install vue

npm install
npm run dev

 PHP +21  Number of articles in category PHP
 Laravel +14  Number of articles in category Laravel
 Javascript +14  Number of articles in category Javascript
 VueJS +6  Number of articles in category VueJS
 NodeJS +6  Number of articles in category NodeJS
 LAMP +5  Number of articles in category LAMP
 PostgreSQL +3  Number of articles in category PostgreSQL
 MySQL +3  Number of articles in category MySQL
 MongoDB +2  Number of articles in category MongoDB
 ImageMagick +2  Number of articles in category ImageMagick
 Database +1  Number of articles in category Database
 ReactJS +1  Number of articles in category ReactJS
 Composer +1  Number of articles in category Composer
 Bootstrap +1  Number of articles in category Bootstrap
 Blade +1  Number of articles in category Blade
  •  Most Popular

  • Use PHP Recursion to Calculate the Sum of Multi-dimensional Arrays

    AsyncNinja

     more..
  • PHP Ternary Operator ? :

    PixelCompiler

     more..
  • Upload and Resize an Image with Laravel Vue and ImageMagick

    CodeCascade

     more..
  •  Most Recent

  • JavaScript Promises and Asynchronous Handling Explained

    CodeCascade

     more..
  • JavaScript Asynchronous Programming with Promise any()

    CodeCascade

     more..
  • Master JavaScript Asynchronous Programming with Promise.allSettled()

    CodeCascade

     more..
WebCodeLogic