LaravelPackages.net
Acme Inc.
Toggle sidebar
almaghz/laramaghz

laraMaghz package - laravel Admin,web and API

29
1
v1.0.9
About almaghz/laramaghz

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

laraMaghz

The Miss laravel Admin

The beta version of laramaghz

Laravel Admin, web and API System (Browse, Read, Edit, Add, & Delete), supporting Laravel 7 and newer!

Installation Steps

1- Create new laravel project

laravel new your-project

2- Add the DB Credentials

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

3- Require the Package

After creating your new Laravel application you can include the LaraMaghz package with the following command:

composer require almaghz/laramaghz

4- publish package

  php artisan vendor:publish --force

5- install laramaghz package

  php artisan laramaghz:install

Done that's it

6- install npm & run dev

npm install & npm run dev

7-Run Serve then Open your project in the browser and login to admin by

/*run serve */
php artisan run serve


/* data login for admin */
email : [email protected]
password : password

8- Then go to

http://localhost:8080/en/admin

Congrlation, That's cool ,


Now you readey to built the first your website by The Laramaghz

Star History Chart