Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.65 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.65 KB

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.