Skip to content

[WIP] Vue 3 + TailwindCss + Inertia Admin Panel Package (Breeze Starter Kit)

License

Notifications You must be signed in to change notification settings

wikichua/instant

Repository files navigation

Instant

Latest Version on Packagist Total Downloads Build Status StyleCI

This is where your description should go. Take a look at progress to see a to do list.

Installation

Via Composer

Notes: I do not plan to released this to packagist. But that wont's stop us to install via composer!

Add this into your composer.json

    "repositories": {
        "wikichua/instant": {
            "type": "vcs",
            "url": "https://github.com/wikichua/instant.git"
        }
    }

Run in your bash

mysql -uhomestead -p <<_EOF_
CREATE DATABASE *YourDatabase*;
_EOF_
laravel new *YourProject*

Ammend your .env

APP_URL=https://*yourproject.test*
DB_DATABASE=*YourDatabase*

Run in your bash

composer require wikichua/instant
php artisan storage:link
php artisan instant:install

In your app/User.php

class User extends \Wikichua\Instant\Models\User
    protected $casts = [
        'social' => 'array',
    ];

Run in your bash

php artisan migrate
npm run dev

In your browser

Access to your https://YourProject.test/admin. Email : [email protected] Password : admin123

Live Demo

https://vcalendar.io/datepicker.html https://github.com/vueform/multiselect https://github.com/davidroyer/vue2-editor

About

[WIP] Vue 3 + TailwindCss + Inertia Admin Panel Package (Breeze Starter Kit)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published