Skip to content

AhmedAlmaghz/laramaghz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

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 : 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