All Projects → oryfikry → laravel-8-boilerplate

oryfikry / laravel-8-boilerplate

Licence: other
Laravel Admin template for starting project with metronic template

Programming Languages

Blade
752 projects
PHP
23972 projects - #3 most used programming language
HTML
75241 projects
shell
77523 projects

Laravel 8 Boilerplate

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


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].