Skip to content

amalmm/m-dashboard

Repository files navigation

m-dashboard

This project is a simple laravel admin with crud application

Usage

php artisan crud:crud {name}
  1. generate crud application
  2. include route file to web.php route
  require __DIR__.'/dashboard/blog.php';

run

 http://localhost:8000/dashboard/{name}

list crud command

 php artisan crud    

Requirements

Laravel >= 10.10
PHP >= 8.1

Installation

Install the dependencies and devDependencies and start the server.

 git clone https://github.com/amalmm/m-dashboard.git
 cd  m-dashboard
 copy .\.env.example .env
 composer install
 npm install

Configure your .env file

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=db_name
DB_USERNAME=db_username
DB_PASSWORD=db_password

Final steps

php artisan migrate
php artisan key:generate
http://localhost:8000

Features

1.  crud generator
2.  breeze  auth

Screenshots:

dashboard

License

MIT

About

Laravel Dashboard with CRUD Generator

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages