almaghz/laramaghz is a Laravel package for laramaghz package - laravel admin,web and api.
It currently has 1 GitHub stars and 29 downloads on Packagist (latest version v1.0.9).
Install it with composer require almaghz/laramaghz.
Discover more Laravel packages by almaghz
or browse all Laravel packages to compare alternatives.
Last updated
The beta version of laramaghz
Laravel Admin, web and API System (Browse, Read, Edit, Add, & Delete), supporting Laravel 7 and newer!
1- Create new laravel project
laravel new your-project
Next make sure to create a new database and add your database credentials to your .env file:
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
After creating your new Laravel application you can include the LaraMaghz package with the following command:
composer require almaghz/laramaghz
php artisan vendor:publish --force
php artisan laramaghz:install
Done that's it
npm install & npm run dev
/*run serve */
php artisan run serve
/* data login for admin */
email : [email protected]
password : password
http://localhost:8080/en/admin
Congrlation, That's cool ,