almaghz/laramaghz

laraMaghz package - laravel Admin,web and API

v1.0.9 2020-06-16 17:02 UTC

This package is auto-updated.

Last update: 2024-04-17 02:04:11 UTC


README

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 : admin@laramaghz.com
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