Simple personal website with your Github projects.

Related tags

CMS website
Overview

Setup

Install dependencies:

composer install
npm install

Copy .env.example file to .env:

cp .env.example .env

Generate application key:

php artisan key:generate

Generate a personal access token for your Github account and edit the GITHUB_API_TOKEN variable in the .env file. Then change the database credentials in the same file if they don't match your system and migrate:

php artisan migrate

Data is fetched from Github every thirty minutes, this can be changed at ./app/Console/Kernel.php but you can also run the task anytime using this command:

php artisan schedule:test
# Choose option 0 (Callback)

Check Laravel task scheduling for more information.

Build

npm run build

There's a bug in vite v3.0.2 that messes up the paths for some files when building on Windows. Replace all \\ with / in the ./public_html/build/manifest.json file after building. For example:

"resources/css\\app.css"
# Change this to:
"resources/css/app.css"

Deploy on Hostinger

Copy all the files in the root directory of your domain.

You might also like...
Drag and Drop Website Builder and CMS with E-commerce
Drag and Drop Website Builder and CMS with E-commerce

Microweber: Drag-and-Drop CMS Current version: 1.2 running on Laravel 8! Download | What is Microweber? | Core features of Microweber | Requirements |

website for sharing media and videos like youtube
website for sharing media and videos like youtube

CodeXLine-Media Application Laravel media application you can use that as startup to your next app if you will work with videos and media processing ?

Intuitive Website Styling integrated into WordPress' Customizer
Intuitive Website Styling integrated into WordPress' Customizer

Customify - Intuitive Website Styling for WordPress With Customify, developers can easily create advanced theme-specific options inside the WordPress

A restaurant website using PHP and MySQL. (A group project at Chandigarh University)

tasty-indeed-restaurant-website-php Description A restaurant website using PHP and MySQL for group project at Chandigarh University. Steps to setup Do

BaiCloud-cms is a powerful open source CMS that allows you to create professional websites and scalable web applications. Visit the project website for more information.

BaiCloud-cms About BaiCloud-cms is a powerful open source CMS that allows you to create professional websites and scalable web applications. Visit the

Technical-test-Website für FridaysForFuture Sigmaringen.

FFF-Sigmaringen-Website Technologies used Google Fonts 'Roboto' Font Normalize.css Prefixfree Material Icons Simple Icons Created by Joshua Hehnle Jan

Website compatible with the vmangos database. Based on BlizzCMS.

MadnessCMS Website compatible with the vmangos database. Based on BlizzCMS. Modules admin (Rewritten for Vanilla) armory (Rewritten for Vanilla) bugtr

Bismuth CMS is a ready-made Website CMS based on Yii 2 Advance Template

Bismuth CMS is a ready-made Website CMS based on Yii 2 Advance Template, it's the simplest and easy to set up CMS you may come across.

Karaoke website for BEPIC-Fest

BEPIC-Karaoke This is a small project of a karaoke list for the annual BEPIC-Fest at Ulm University. You can add songs, remove them and change the ord

Owner
Antonio Sarosi
Average Hacker
Antonio Sarosi
Manage your photos with Piwigo, a full featured open source photo gallery application for the web. Star us on Github! More than 200 plugins and themes available. Join us and contribute!

Manage your photo library. Piwigo is open source photo gallery software for the web. Designed for organisations, teams and individuals. The piwigo.org

Piwigo 2.3k Jan 1, 2023
Borgert - A simple CMS to start projects in Laravel containing some modules

A simple CMS to start projects in Laravel containing some modules.Blog, Pages, Products, Mailbox, Image Gallery, Log Viewer and Users.

Borgert Inc. 300 Dec 30, 2022
Simple analyse the traffic of your OctoberCMS-based website without relying on an external service.

Simple Analytics for OctoberCMS Simple analyse the traffic of your website without relying on an external service. The simple version of this plugin (

Synder.DEV 5 Sep 12, 2021
Lara-zeus sky is simple CMS for your website. it include posts, pages, tags, and categories.

Lara Zeus Sky Lara-zeus sky is simple CMS for your website. it include posts, pages, tags, and categories. small tasks can be time-consuming, let us b

Laravel Zeus 36 Dec 24, 2022
A .phpstorm.meta.php file for TYPO3 projects

.phpstorm.meta.php for TYPO3 This repository contains a .phpstorm.meta.php file which can be used to ease the work with TYPO3 projects in phpstorm. TY

Alexander Schnitzler 20 Dec 2, 2022
A slim, lean forum package designed for quick and easy integration in Laravel projects

Complete documentation is available on teamteatime.net. Installation Requires Laravel 6+ and PHP 7.4+. Step 1: Install the package Install the package

TeamTeaTime 486 Dec 31, 2022
CMS for laravel projects

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Nelson  Mutane 1 Nov 2, 2021
Zero-Config plugin to disable FLoC in your WordPress Website.

Disable FLoC by WP Munich A simple zero-config plugin to opt-out of Google FLoC. This plugin is made with love and brought to you by the folks of WP M

Luehrsen // Heinrich 9 Jun 1, 2022
Soosyze CMS is a minimalist content management system in PHP, without database to create and manage your website easily

Soosyze CMS is a content management system without a database. It's easy to create and manage you

Soosyze 41 Jan 6, 2023