Skip to content

almaghz/laraflat

 
 

Repository files navigation

LaraFlat

Advanced laravel system to build admin panel

Requirements

PHP >= 5.6.4 , PHP Curl extension

Download The Files

download all files

Install The Dependencies

now type this line on your console

composer install
php artisan key:generate

Migrate

  php artisan migrate

Seed Database

  php artisan db:seed

Start Server

  php artisan serve

Login

  email : [email protected]
  pass : admin

Go To Admin Path

  http://127.0.0.1:8000/admin/home

Add New Model

    php artisan make:admin_model NameOfModel

About

Advanced laravel system to build admin panel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.6%
  • CSS 8.8%
  • PHP 8.5%
  • HTML 6.4%
  • CoffeeScript 0.7%
  • Vue 0.0%