Skip to content

alkanoidev/blog-cms-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog CMS

https://nervesys.com/

Platform for empowering collaboration and growth among Serbian-speaking developers.

Tech Stack:

Frontend Backend
Blade Laravel
TailwindCSS MySQL
Vite Laravel Breeze
EditorJS

Quick Start

  1. Installing dependencies
composer install
npm install
  1. Migrate the database
php artisan migrate
  1. Run the application in development mode with hot reloads
php artisan serve
npm run dev