akiyamaSM / Laravel-Admin-Starter

Laravel 5.3 + Admin LTE theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Admin Starter

Basic package with Laravel 5.3 + Admin-LTE

NOTE

Package has been updated to Laravel 5.3 - users on Laravel 5.2 - please refer to the "Laravel-5.2" branch

Components

  • Laravel 5.3
    • Login/Logout/Register/Forgot Password
    • User Edit Profile Page
    • Admin panel with Registered Users overview
  • Admin-LTE theme
  • Toastr Messaging system
  • SweetAlert2

Installation

  1. Clone the project into a folder of your choice with "git clone https://github.com/thunder87/Laravel-Admin-Starter.git ."
  2. Through composer run "composer install"
  3. (To get the latest packages, run composer update)
  4. Edit the .env.example file with your database information and save it as .env
  5. Run "php artisan key:generate" to generate a key for your application
  6. Run "php artisan migrate" to populate the or "php artisan migrate --seed" to add a seed user

Seed user:

Official Documentation

Documentation for the framework can be found on the AlmSaeedStudio website. Toastr documentation can be found Here SweetAlert documentation can be found Here

License

The Laravel Admin Starter is licensed under the MIT license

About

Laravel 5.3 + Admin LTE theme


Languages

Language:JavaScript 60.9%Language:HTML 37.4%Language:PHP 1.7%Language:Vue 0.0%Language:ApacheConf 0.0%