https://github.com/julio-devi/laraeventos
Web application developed in laravel 8.0, using the Blade engine template, Jetstream was also used to assemble the login screen
https://github.com/julio-devi/laraeventos
blade-template bootstrap css html jetstream-laravel laravel
Last synced: 3 months ago
JSON representation
Web application developed in laravel 8.0, using the Blade engine template, Jetstream was also used to assemble the login screen
- Host: GitHub
- URL: https://github.com/julio-devi/laraeventos
- Owner: Julio-devI
- Created: 2021-07-08T12:06:10.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T20:49:04.000Z (over 4 years ago)
- Last Synced: 2025-02-27T08:39:21.721Z (over 1 year ago)
- Topics: blade-template, bootstrap, css, html, jetstream-laravel, laravel
- Language: PHP
- Homepage:
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project apresentetion

General Menu
Register Events menu
Register user menu
Description the project
Project made on a blade with jetstream authentication, with the function of registering events and participating in events on the client's side, css, html and bootstrap were also used
How to run the project on your machine
- Download the repository in your machine or type command gitclone
- Configure the .env file according to your database name
- Create a database with the name that was configured in the .env file
- After creating the database enter the command php artisan migrate
- Populate the database with the necessary information in the application model
- And finally type the command php artisan serve