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 : admin@laramaghz.com
password : password
http://localhost:8080/en/admin
Congrlation, That's cool ,
Now you readey to built the first your website by The Laramaghz