Skip to content

sanduluca/adminlte3-laravel6

Repository files navigation

"AdminLTE" 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 "AdminLTE Presentation"

Documentation

Visit the online documentation for the most updated guide. Information will be added on a weekly basis.

Browser Support

  • IE 10+
  • Firefox (latest)
  • Chrome (latest)
  • Safari (latest)
  • Opera (latest)

License

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.

License

About Laravel

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:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

License

The Laravel framework is open-sourced software licensed under the MIT license.


Setup and running

  • 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

Notices

  • Don't forget to give laravel right to write logs
chmod 777 -R storage/ 
  • Don't forget to create .env file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published