chaungoclong / exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Total Downloads Latest Stable Version License

Install

Laravel 8 with Vuexy HTML Bootstrap 5 Admin Templates

First step:

  • composer install
  • cp .env.example to .env
  • php artisan key:generate
  • php artisan migrate
  • php artisan storage:link
  • sudo chmod -R o+rw storage bootstrap/cache
  • yarn
  • yarn mix

Note

  • eg: database (mariadb), name of db 'vuexy'
  • Eg: Watching for changes:yarn mix watch
  • Building for Production: yarn mix --production

Rule Commit Message

Based on the Angular convention:

type(scope?): subject
  • build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
  • ci: Changes to our CI configuration files and scripts (example scopes: Gitlab CI, Circle, BrowserStack, SauceLabs)
  • chore: add something without touching production code (Eg: update npm dependencies)
  • docs: Documentation only changes
  • feat: A new feature
  • fix: A bug fix
  • perf: A code change that improves performance
  • refactor: A code change that neither fixes a bug nor adds a feature
  • revert: Reverts a previous commit
  • style: Changes that do not affect the meaning of the code (Eg: adding white-space, formatting, missing semi-colons, etc)
  • test: Adding missing tests or correcting existing tests

Add custom SCSS

resources/assets/scss/style.scss

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

License:Other


Languages

Language:PHP 55.6%Language:Blade 43.6%Language:Dockerfile 0.7%Language:Shell 0.2%