Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jasonz1987/laravel-flowbite-dcat-template
- Owner: jasonz1987
- Created: 2023-05-31T12:02:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-31T12:55:17.000Z (over 1 year ago)
- Last Synced: 2024-10-04T19:16:22.295Z (about 2 months ago)
- Language: PHP
- Size: 6.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```