Skip to content

CMS starter application project build with Laravel 8

Notifications You must be signed in to change notification settings

adopabianko/oskab

Repository files navigation

oskab

Version 1.0.0

Installation

Step 1 Checkout Oskab

$ git clone https://github.com/adopabianko/oskab.git

Step 2 Copy file .env

$ cp -R .env.example .env

Step 3 Run composer install

$ composer install

Step 4 Run laravel sail

$ ./vendor/bin/sail up

Step 5 Run database migration & seeder

$ ./vendor/bin/sail artisan migrate
$ ./vendor/bin/sail artisan db:seed

Step 6 Access http://localhost:8282 via browser

Default user account :

About

CMS starter application project build with Laravel 8

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published