/Laravue

Starter Admin For Laravel

Primary LanguagePHP

Introduction

Laravue is an Admin starter template for Laravel 5.7 PHP Framework which includes all the necessary boilerplate for your next web application.

Table of Contents

  1. Requirements
  2. Installation
  3. Features
  4. Versions
  5. License

Requirements

SERVER REQUIREMENTS:

  • PHP >= 7.1.3
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

OPTIONAL REQUIREMENTS:

  • Composer
  • NPM / YARN

Installation

  1. Run git clone https://github.com/gh0zialfat1h/Laravue.git
  2. Run composer install
  3. Using your preferred terminal , go to the laravue folder and run the following command to set a random secure Application Key php artisan key:generate
  4. Open .env file in your favorite text editor and set the database credentials.
  5. Open database/seeds/UsersTableSeeder.php and change the admin's email & password to your preference.
  6. php artisan migrate --seed run this command to migrate & seed the database. ( Make sure that you're inside the app's root directory )
  7. Install NPM globally if you haven't installed that already , for more information please refer this Link
  8. After installing NPM globally , run npm install inside your webroot , it will download all the required dependencies.
  9. Run npm run dev for compiling sass and js files.
  10. Laraspace makes use of Laravel Mix for compiling sass files and js files (webpack).
  11. You are ready to launch!

Features

Login Page (Use default you can modify)

login

SignUp Page (Use default you can modify)

Screenshot from 2019-11-21 22-22-28

List Users Page

list_users

Profile Page (You can edit anything)

profile

Versions

Laravue 1.0

License

Laravue is now an open-sourced software licensed under the MIT license.