Skip to content

Laravel Admin template for starting project with metronic template

Notifications You must be signed in to change notification settings

oryfikry/laravel-8-boilerplate

Repository files navigation

Laravel 8 Boilerplate

DISCLAIMER ! This template is for educational only

Features

  • SPA CRUD (no reload with ajax)
  • Serverside Datatable with Pdf/Excel
  • Sweetalert2
  • Metronic Template here
  • Many More

Installation

-clone this repo and then open this project into your code editor (vs code recommended)

git clone https://github.com/oryfikry/laravel-8-boilerplate.git

-rename .env.example to .env

-run composer

composer install

-run key generate

php artisan key:generate

-set your database in file .env and in your phpmysql or etc

-run migrate

php artisan migrate

-run

php artisan serve

Optional

-for first register type manually "YOUR_URL/register"

you can setting login page default with: go to vendor/laravel/ui/auth-backend/authenticatesuser on showloginform() replace auth.login with v_login

screenshoot


About

Laravel Admin template for starting project with metronic template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published