Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jasonz1987/laravel-flowbite-dcat-template

laravel + flowbite + dcat admin template
https://github.com/jasonz1987/laravel-flowbite-dcat-template

Last synced: about 1 month ago
JSON representation

laravel + flowbite + dcat admin template

Awesome Lists containing this project

README

        

### Package List

- Laravel 9.x
- Flowbite[https://flowbite.com]
- Dcat Admin v2.0 [http://www.dcatadmin.com/]
- Telescope

### Usage

```
git clone https://github.com/jasonz1987/laravel-flowbite-dcat-template.git your-app-new
```

```shell
composer install
```

```shell
cp .env.examp .env
```

```shell
php artisan key:generate
```

```shell
npm install
```

```shell
php artisan migrate
```

```shell
npm run dev
```

if you want to generate your admin menu

```shell
php artisan db:seed --class=MenuSeeder
```