AdminLTE is a fully responsive administration template. Based on Bootstrap 4 framework. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops.
Preview on AdminLTE.io
Visit the online documentation for the most updated guide. Information will be added on a weekly basis.
- IE 10+
- Firefox (latest)
- Chrome (latest)
- Safari (latest)
- Opera (latest)
AdminLTE is an open source project by AdminLTE.io that is licensed under MIT. AdminLTE.io reserves the right to change the license of future releases.
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.
The Laravel framework is open-sourced software licensed under the MIT license.
- Clone to your machine
git clone https://github.com/sanduluca/adminlte3-laravel6.git
- Install dependences
npm i
- Install dependences
composer update
- Compile js, css and copy dependences
npm run dev
- Start the server
php artisan serv
- Open browser on
http://127.0.0.1:8000
- Don't forget to give laravel right to write logs
chmod 777 -R storage/
- Don't forget to create .env file