Skip to content

A dashboard template built with Laravel and PrimeVue. It is a fully responsive dashboard template that can be used for any type of web application. It is built with Laravel, PrimeVue, and Tailwind CSS.

Notifications You must be signed in to change notification settings

islamsamy214/admin-laravel-primevue

Repository files navigation

admin-laravel-primevue

This template is built with PHP Laravel and Vue.js for SPA web application. It's free to use, It made with laravel x10, vuejs x3, Tailwindcss, webpack laravel-mix, and primevue with Sakai CLI free template.

Screenshot of Admin Dashboard

Installation Steps

  1. Clone the repository.
  2. Create a MySQL database with your favorite name ex:"blogs".
  3. Run the following commands:
composer install
cat .env.example > .env
php artisan key:generate
  1. Customize the vars in the .env file with your database info.
  2. Run migration and seed:
php artisan migrate --seed
  1. Install npm packages and build assets:
npm install && npm run production

  1. Start the application:
php artisan serve

and open this URL in your browser 127.0.0.1:8000 use this these credentials for login email: super_admin@app.com pass: 12345678

Development

For development, you can run:

npm run watch

or

npm run hot

Donation

If you find this helpful, consider buying me a coffee :)

QR Code for Donation

About

A dashboard template built with Laravel and PrimeVue. It is a fully responsive dashboard template that can be used for any type of web application. It is built with Laravel, PrimeVue, and Tailwind CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages