Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eric-souzams/symply-events
A events system builded with laravel + blade
https://github.com/eric-souzams/symply-events
blade eloquent laravel laravel-framework laravel8 php php7
Last synced: about 2 months ago
JSON representation
A events system builded with laravel + blade
- Host: GitHub
- URL: https://github.com/eric-souzams/symply-events
- Owner: eric-souzams
- Created: 2022-03-02T19:27:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-03T18:45:25.000Z (almost 3 years ago)
- Last Synced: 2023-11-28T03:28:24.138Z (about 1 year ago)
- Topics: blade, eloquent, laravel, laravel-framework, laravel8, php, php7
- Language: JavaScript
- Homepage:
- Size: 638 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Symply Events
Preview |
Technologies |
Building |
Contributing## Preview
```
Some Page
```## Technologies
This project was developed using the following technologies:
- [PHP 7](https://www.php.net/)
- [Laravel](https://laravel.com/)## Building
You'll need [PHP](https://www.php.net/) and [Composer](https://getcomposer.org/) installed on your computer in order to build this app.```bash
$ git clone https://github.com/eric-souzams/symply-events
$ cd symply-events
$ php artisan serve
```## Contributing
This repository is currently under development. If you want to contribute please fork the repository and get your hands dirty, and make the changes as you'd like and submit the Pull request.