Read all about Laravel here: LARAVEL README
Laravel quickstart is a scaffolding project designed to provide a foundation for a working web application.
I believe that the process of learning 'Web Development' should be an enjoyable and creative experience for all, and using Laravel is a great way to get stated.
Laravel quickstart takes the pain out of getting started on your development journey by setting up a basic web project for you to play, hack and hopefully create something constructive.
The following is a short list of features that have already been incorporated:
- Authentication using native Laravel AUTH via the Vue UI templates.
- 2 fully working components along with their required models.
- An example of using foreign key relationships.
- Sensible validation with separation for Create and Update for both components.
- Example for initial data seeding.
- Example of using events and listeners.
- Sending an email notification.
- Working unit tests for most actions.
Thank you for considering contributing to this Laravel quickstart! Please follow the Laravel contribution guide in the Laravel documentation.
In order to ensure that the Laravel quickstart is welcoming to all, please review and abide by the Laravel contributors Code of Conduct.
If you discover a security vulnerability within this Laravel quickstart, please send an e-mail to me @ gilbert@gilbertrehling.com. All security vulnerabilities will be promptly addressed.
This Laravel quickstart is open-sourced software licensed under the MIT license.