EasyAdmin is a great admin to use multi authentication, multi language, multi email template.Don't create new admin panel when you start a new project just use it
yousry943/easyadmin is a Laravel package for easyadmin is a great admin to use multi authentication, multi language, multi email template.don't create new admin panel when you start a new project just use it.
It currently has 0 GitHub stars and 25 downloads on Packagist (latest version v1.0.3).
Install it with composer require yousry943/easyadmin.
Discover more Laravel packages by yousry943
or browse all Laravel packages to compare alternatives.
Last updated
EasyAdmin is a great admin to use multi authentication,multi language,multi email template. Don't create new admin panel when you start a new project just use it.
# clone the repo
composer create-project yousry943/easyadmin
# go into app's directory
cd easyadmin
# run database migration
php artisan migrate
#run database seed
php artisan db:seed
Copy file ".env.example", and change its name to ".env". Then in file ".env" replace this database configuration:
# start local server
php artisan serve
Open your browser with address: http://localhost:8000/public/admin/login
Click "Login" on sidebar menu and log in with credentials:
This user has roles: super admin_
This user has roles: without any permation _
Open your browser with address: http://localhost:8000/public/login
Click "Login" on sidebar menu and log in with credentials:
For use email function
will find founction in this path :
app\Helpers\Helper.php For calling founction :
use Helper;
$data = array('blade-path' => 'email.EmailTemplate', 'to'=>$request->to, 'from'=>'[email protected]', 'cc'=>$request->cc, 'subject'=>$request->subject, 'body'=>$request->body, );
Helper::sendmail($data);
Allows you to create, edit, delete and reorder user roles.
Admin have user and admin authentication.
Admin allow you to create webiste have many languages.
Admin allow you to create mulity mail template and its have one helper function to call it from any controller
EasyAdmin is an open source project and completely free to use. You can support development by connecting to me on Gmail