This project is a simple laravel admin with crud application
php artisan crud:crud {name}- generate crud application
- include route file to web.php route
require __DIR__.'/dashboard/blog.php';run
http://localhost:8000/dashboard/{name}list crud command
php artisan crud Laravel >= 10.10
PHP >= 8.1Install 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 installDB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=db_name
DB_USERNAME=db_username
DB_PASSWORD=db_passwordphp artisan migrate
php artisan key:generate
http://localhost:80001. crud generator
2. breeze auth
MIT
