Skip to content

thunder87/Laravel-Admin-Starter

Repository files navigation

Laravel Admin Starter

Basic package with Laravel 5.3 + Admin-LTE

NOTE

This project is inactive, a lot has changed since 5.3 - but the project should still prove useful for learning purpose but it should not be used in production.

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published