Skip to content

rams007/laravel_test_job

Repository files navigation

Test job created on Laravel

Admin panel where the user can register as a manager.
Once created, it has the ability to create an employee. When creating, you need to provide an email address and password.
Each created employee can enter the admin panel and create an entry there, which has: title image category
There is a list of categories in the Seeder.
Once created, an employee can see a list of all the records that he has created, but cannot see the records that other employees have created.
There should be 10 entries on the page. Use the paginate method for eloquent for pagination.
The manager can see a list of all the records that his employees have created.
If you go to a record and click on its category, then the employee will see a list of all records in this category that he created, and the manager will see a list of all records in this category that were created by his employees.
Also, the manager on the record page can see the author of the record and, by clicking on him, will see a list of all records of this employee.
The manager can delete any record that his employee has created.
An employee can update and delete any of their records.

please dont forgot to run php artisan storage:link this needed for proper shaving of uploaded images

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published