Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
October 6, 2021 06:43 am GMT

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

Free VueJS Laravel Admin Template

If youre 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, youll be able to build whatever application you want with very little hassle.

Furthermore, you can use this one of the best free VueJS laravel admin templates to create eye-catching, high-quality, and high-performing single-page applications. Your apps will be completely responsive, ensuring theyll look stunning and function flawlessly on desktops, tablets, and mobile devices.

Free VueJS 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

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

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

yarn # npm install [for npm]

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]

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

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.

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]

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




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..!!

VueJS Laravel Admin Template

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!


Original Link: https://dev.to/theme_selection/materio-open-source-vuejs-laravel-admin-template-is-here-389n

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To