- License Information
- Not Nulled
- Developer
- Easy Coded
EasyManage is a user,roles and news management system developed with Laravel and Vue.js to provide you the essential functionalities and a user friendly design to start a project.
Features
- Secure Authentication
- User management
- Roles management
- News management with likes
- Design user friendly
- Client & Server side validation
- CSRF Protection
- SQL Injection Protection
- Interactive forms
- Mobile friendly
- Fully responsive
- Data tables management
- Interactive CRUD
- Action users logs
- Easy to set up
- Laravel 7.0
- Vue.js
- Migrations
- Seeds
Requirements
- PHP >= 7.2.5
- BCMath PHP Extension
- Ctype PHP Extension
- Fileinfo PHP extension
- JSON PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PDO PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- NPM >= 6.14.4
- Composer
Instructions
Upload the files on your FTP Server
In order to set up EasyManage, upload the files on your FTP ServerInstall the depedencies & compile assets
composer installnpm install
npm run production
Modify the .env file
- Rename the file .env.example in .env
- In order to connect the project to your database, please modify the different constants below in your .env file with the informations of your database.
DB_USERNAME=
DB_PASSWORD=
Run this command in the terminal to generate the key of your Laravel project.
php artisan key:generate
Create the tables
EasyManage has been created in a way that the tables can be easily created and populated with the migrations and seed. Run these commands in a terminalphp artisan migrate
php artisan db:seed
Create the symbolic link for the pictures
php artisan storage:linkCongratulations, EasyManage is all set up on your hosting.
Default administrator login
Email : [email protected]Password: 12345678