Skip to content

Backend for a blog where I can manage the main sections (hero, about me and contact) and the blog section

Notifications You must be signed in to change notification settings

axlkun/Blog-Backend

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Blog Backend

Fullstack Application developed with Vue - Inertiajs and Laravel - Jetstream where you can manage your frontend sections: hero, about us and contact, updating description and images. And you can create articles for your blog. All this data exposed to an API to consume it from the frontend

Installation

  composer install

Set Environment

  cp .env.example .env

Set the application key

  php artisan key:generate

Run migrations

  php artisan migrate

Run Start Application

  php artisan serve

Documentation

Documentation

License

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

About

Backend for a blog where I can manage the main sections (hero, about me and contact) and the blog section

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages