Pobierz z githuba.
Zainstaluj node.js
npm install
npm install axios
npm install vue@latest
npm install --save-dev @vitejs/plugin-vue
npm install vue-router@4
npm install pinia
npm install vue-i18n@9
npm install @googlemaps/js-api-loader
npm install @highlightjs/vue-plugin
npm run build
Zainstaluj composer
Gdy wyskakuje ostrzeżenie composera dodaj numer wersji.
{
"version": "1.0",
}
composer clear-cache
composer update
composer dump-autoload -o
php artisan make:session-table
php artisan notifications:table
php artisan migrate
php artisan migrate:fresh
php artisan migrate:fresh --env=testing
php artisan storage:link
php artisan serve
php artisan serve --host=localhost --port=8000
# Tłumaczenia
php artisan lang:publish
# Strony błędów
php artisan vendor:publish --tag=laravel-errors
# Cors config
php artisan config:publish cors
Fork it
Create your feature branch (git checkout -b my-new-feature)
Commit your changes (git commit -am 'Add some feature')
Push to the branch (git push origin my-new-feature)
Create new Pull Request