GitXplorerGitXplorer
d

driesvints.com

public
74 stars
19 forks
0 issues

Commits

List of commits on branch main.
Verified
92096fa98cdb2724fd79b0b834fb842e6551ae13

Laravel 11.x Shift (#106)

ddriesvints committed 9 days ago
Verified
9ccbfc429b0b849a0a0c1e733a1ebe80d2fd62b5

Bump nanoid from 3.3.6 to 3.3.8 (#121)

ddependabot[bot] committed a month ago
Verified
e0cb4273944a938392a60d59f6177af13f9cbd95

Bump league/commonmark from 2.5.3 to 2.6.0 (#120)

ddependabot[bot] committed a month ago
Verified
8d97c27b1106ec6ef761494e1bf175dac2415d0e

wip

ddriesvints committed 2 months ago
Verified
d7e18fe374b93f3b18ec628d446ae501f8dd32fa

Bump symfony/http-client from 6.4.14 to 6.4.15 (#119)

ddependabot[bot] committed 2 months ago
Verified
c4bd4a528ba561050554b965a53c7661a8e6b7b3

Bump laravel/framework from 10.48.4 to 10.48.23 (#118)

ddependabot[bot] committed 2 months ago

README

The README file for this repository.

driesvints.com

Tests Coding Standards

The source code for my personal website.

Visit it at https://driesvints.com

Requirements

The following tools are required in order to start the installation.

Installation

  1. Clone this repository locally with git clone git@github.com:driesvints/driesvints.com.git driesvints.com
  2. Setup a local database called driesvints
  3. Copy the .env.example file to .env and fill in the database credentials
  4. Install the PHP dependencies with composer install
  5. Generate a new app key with php artisan key:generate
  6. Prepare the database by running php artisan migrate --seed
  7. Install and compile the front-end dependencies with npm install && npm run dev
  8. Serve the website locally by running php artisan serve

You can now visit the app in your browser by visiting http://127.0.0.1:8000.

Commands

Command Description
php artisan test Run the tests
php artisan migrate:fresh --seed Reset the database
npm run watch Watch for changes in CSS and JS files