DEV Community

Cover image for Materio Open Source VueJS Laravel Admin Template Is Here..!!🎁
ThemeSelection for ThemeSelection

Posted on • Updated on

Materio Open Source VueJS Laravel Admin Template Is Here..!!🎁

Free Vue js Laravel Admin Template

If you’re a developer looking for an admin dashboard that is developer-friendly 🀘🏻, rich with features, and highly customizable ✨ look no further than Materio.

Besides, the highest industry standards are followed to bring you the very best admin template that is not only fast πŸš€ and easy to use but highly scalable. Offering ultimate convenience and flexibility, you’ll be able to build whatever application you want with very little hassle.

Furthermore, you can use this free laravel admin template to create eye-catching, high-quality, and high-performing single-page applications. Your apps will be completely responsive, ensuring they’ll look stunning and function flawlessly on desktops, tablets, and mobile devices.

Free Vue js Laravel Admin Template

Features:

  • Pure VueJS, Laravel
  • Utilizes Vuex, Vue Router, Webpack
  • 1 Dashboard
  • Material Icons
  • Basic cards
  • Fully Responsive Layout
  • Organized Folder Structure
  • Clean & Commented Code

Installation βš’οΈ

We recommend you use yarn

Install composer packages

composer install

Enter fullscreen mode Exit fullscreen mode

In the root directory, you will find a file named .env.example, rename the given file name to .env and run the following command to generate the key (You can also setup your database credentials here).

php artisan key:generate

Enter fullscreen mode Exit fullscreen mode

By running the following command, you will be able to get all the dependencies in your node_modules folder:

yarn
 # npm install [for npm]

Enter fullscreen mode Exit fullscreen mode

To run the project, you need to run following command in the project directory. It will compile the PHP files & all the other project files. If you are making any changes in any of the PHPfile then you need to run the given command again.

yarn dev
 # npm run development [for npm]

Enter fullscreen mode Exit fullscreen mode

To serve the application you need to run the following command in the project directory. (This will give you an address with port number 8000.)

php artisan serve

Enter fullscreen mode Exit fullscreen mode

To change the port address, run the following command:

php artisan serve --port=8080 // For port 8080
 sudo php artisan serve --port=80 // If you want to run it on port 80, you probably need to sudo.

Enter fullscreen mode Exit fullscreen mode

Watching for changes: If you want to watch all the changes you make in the application then run the following command in the root directory.

 yarn watch
 # npm run watch [for npm]

Enter fullscreen mode Exit fullscreen mode

Building for Production: If you want to run the project and make the build in the production mode then run the following command in the root directory, otherwise the project will continue to run in the development mode.

Make sure to change the APP_ENV=local variable's value APP_ENV=production.

 yarn prod
 # npm run production

Enter fullscreen mode Exit fullscreen mode





What's Included πŸ“¦

  • Dashboard
  • Account Settings
  • Pages: Login, Register, Error
  • User Interface: Typography, Icons, Basic Cards, Tables, Form Layouts

Browser Support πŸ–₯️

  • Materio Vuetify VueJS Free Admin Template is built to work best in the latest desktop and mobile and tablet browsers
  • Chrome (latest)
  • Firefox (latest)
  • Safari (latest)
  • Opera (latest)

Changelog πŸ“†

Please refer to the CHANGELOG file. We will add a detailed release notes to each new release.

Documentation πŸ“œ

Check GitHub Wiki of this repo

Looking For Premium Features?🧐

Then upgrade to the Materio – Vuetify Vuejs Laravel Admin Template Pro version. It comes with many amazing features such as:

  • Pure VueJS, Laravel
  • No jQuery Dependency
  • Created with Vue CLI
  • Utilizes Vuex, Vue Router, Webpack
  • Laravel Passport
  • Laravel Sanctum
  • Code Splitting, Lazy loading
  • JWT Authentication
  • RTL Support
  • Access Control (ACL)
  • i18n Page
  • Multi-lingual Support
  • 2 chart libraries
  • 3 Dashboard
  • SASS Powered and many more.

For more info click the banner below..!!

Materui Vuetify Vue js Admin Template

Also, check the Vue JS CheatSheet

Vue cheatsheet

About Us:

ThemeSelection provides Selected high-quality, modern design, professional, and easy-to-use Free Admin Dashboard Template, HTML Themes, and UI Kits to create your applications faster!

Top comments (0)