This is a Dashboard scatfold created using Laravel 9, AdminLTE and jQuery, made to simplify backend development, feel free to use it in your projects
Clone (or Fork) this repo:
git clone https://github.com/Chico3001/Laravel-Dashboard My-Project
Install dependencies and required default files:
cd My-Project
copy .env.example .env
composer install
php artisan key:generate
Populate your .env file with the required configuration of your application
Add default users and options to UserSeeder and OptionSeeder
Run Migration
php artisan migrate:fresh --seed
browse to your laravel site and enter with the credentials added on the UserSeeder
Enjoy!!
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
AdminLTE is a fully responsive administration template. Based on Bootstrap 4.6 framework and also the JS/jQuery plugin. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops.
Preview on AdminLTE.io
The Laravel framework is open-sourced software licensed under the MIT license.