Skip to content

A random blog/project that came to me using OAuth, easy authentication and a finite amount of javascript

Notifications You must be signed in to change notification settings

Ssionn/programming-blog

Repository files navigation

Programming-blog

Installation

Clone Repo:

https://github.com/Ssionn/programming-blog.git

Run composer and npm:

composer install
npm install

How to Run

Clone example .env to .env and generate a key.

cp .env.example .env
php artisan key:generate

Adjust your database username and password.

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=programming_blog
DB_USERNAME=root
DB_PASSWORD=

Run this to activate TailwindCSS

npm run dev

Storage

Don't forget to link storage before uploading any pictures

php artisan storage:link

Important

Apache not working?

Well it's not going to run on xampp. Use the artisan server instead (Use this option if you want the OAuth to work)

php artisan serve

⚠️ Run this next to npm run dev

Mac / Herd

If you don't want to use the built-in server, you can go for Laravel Herd. You then visit

{YourProjectName}.test/

What does it look like?

CleanShot 2024-03-04 at 16 59 17@2x

CleanShot 2024-03-04 at 17 02 30@2x

CleanShot 2024-03-04 at 17 00 54@2x

CleanShot 2024-03-04 at 17 01 39@2x

CleanShot 2024-03-04 at 17 02 00@2x

About

A random blog/project that came to me using OAuth, easy authentication and a finite amount of javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages