#1734935844
systemctl enable --now cockpit.socket
#1734935966
composer global require laravel/installer
#1734936183
laravel new api
#1734936465
composer global require laravel/installer
#1734936532
php -version
#1734936916
composer create-project --prefer-dist laravel/laravel app "11.*"
#1734937092
php -version
#1734937099
composer create-project --prefer-dist laravel/laravel app "11.*"
#1734937370
cd public_html/
#1734937375
cd app/
#1734937385
chmod -R 775 storage bootstrap/cache
#1734937391
php artisan key:generate
#1734937400
php artisan serve
#1734937510
cd ../
#1734937514
php artisan serve
#1734937612
npm install && npm run build
#1734938363
node -v
#1734938363
npm -v
#1734938363
uname -m
#1734939080
composer require laravel/breeze --dev
#1734939720
cp .env.example .env
#1734939732
php artisan key:generate
#1734939793
clear
#1734939805
composer create-project --prefer-dist laravel/laravel my-laravel-app "11.*"
#1734939880
composer create-project --prefer-dist laravel/laravel
#1734940073
php artisan key:generate
#1734940718
chmod -R 775 storage bootstrap/cache
#1734940729
cd public_html/
#1734940732
chmod -R 775 storage bootstrap/cache
#1734941000
php artisan migrate
#1734942770
php artisan make:migration create_images_table --create=images
#1734942811
php artisan migrate
#1734942821
php artisan make:job ProcessImageUpload
#1734942973
php artisan make:controller ImageUploadController
#1734943099
php artisan queue:work
#1734943728
php artisan route:cache
#1734943734
php artisan route:clear
#1734943771
routes
#1734944171
clear
#1734944188
php artisan route:list
#1734944198
cd public_html/
#1734944202
php artisan route:list
#1734944332
php artisan route:clear
#1734944332
php artisan cache:clear
#1734944339
php artisan route:list
#1734945494
php artisan make:middleware ApiMiddleware
#1734946208
php artisan route:list
#1734946955
clear
#1734946959
php artisan route:list
#1734949817
clear
#1734949841
cd public_html/
#1734949843
composer require fruitcake/laravel-cors
#1734952878
chmod -R 775 storage
#1734953242
php artisan queue:work
#1734953501
cd public_html/
#1734953516
php artisan queue:table
#1734953516
php artisan migrate
#1735301803
cd public_html/
#1735301829
php artisan queue:table
#1735301848
php artisan queue:work
#1735305438
cd public_html/
#1735305441
php artisan queue:work
#1735309095
cd public_html/
#1735309098
php artisan queue:work
