Bonus Chart
I am not updating these docs because my focus is on my new PHP Serverless Project.
My LaSalle Software's purpose was always a mixture of learning, marketing, and a basis for my own projects. It has, and is, fulfilling these purposes magnificently!
As always, contact me with your questions.
-Bob
My LaSalle Software's purpose was always a mixture of learning, marketing, and a basis for my own projects. It has, and is, fulfilling these purposes magnificently!
As always, contact me with your questions.
-Bob
Here's a chart to give you a feel for the database, the Laravel Framework, and Laravel's Nova working together.
Just one database table is in the chart, to demonstrate the general way I structure things.
Just one database table is in the chart, to demonstrate the general way I structure things.
- MySQL Database Table
-
⇒ Persons
⇒ Migration File - Laravel Framework Model Class
-
⇒ Person
⇒ Click here to see the model class - Laravel Nova Resource Class
-
⇒ Person
⇒ Click here to see the resource class - Laravel Framework Policy Class
-
⇒ Person
⇒ Click here to see the policy class