XaoZlo / laravel-zsong-admin

A Boilerplate with Laravel 6.0 configured with Laravel Admin (z-song)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel 6 + Laravel Admin (z-song) Boilerplate

This is a boilerplate created for fast start project, with admin panel.

Includes:

Install

# Clone repo in the directory you are in
$ git clone git@github.com:XaoZlo/laravel-zsong-admin.git .
$ git remote rm origin
$ composer install
# Set up your .env file
$ php artisan migrate --seed
$ php artisan admin:create-user

Enjoy!

About

A Boilerplate with Laravel 6.0 configured with Laravel Admin (z-song)


Languages

Language:PHP 99.7%Language:HTML 0.3%