Posts by DevPHP • 43 points
4 posts
-
0
votes1
answer34
viewsQ: How to resolve this error in Laravel
I’m developing a project and I caught this mistake by picking up a new version of it on github, after starting the server cannot run the application, this error appears: No Application Encryption…
-
0
votes1
answer114
viewsQ: Practical Example of Working with Eloquent in Laravel 5.6 (Relationships)
I have an entity that is employees and other 3 tables that are Sector, Office and Department and the relationship is 1 for N (i.e., the primary keys of these 3 tables must become foreign in the…
-
0
votes1
answer2034
viewsQ: Place error message in Laravel 5.6 view
Good night, you guys. I’m having trouble returning a friendly error message to the user if he tries to register an employee with an email that is already saved in the database, since in my table…
-
2
votes1
answer1112
viewsQ: Popular Select with Laravel 5.6 database records
Good afternoon. I am having difficulties in popular a select with records from my database. I have a staff table that relates to other 3 tables (Office, Sector and Department). Currently I can only…