Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb combination of simplicity, elegance, and innovation give you tools you need to build any application with which you are tasked.
Vue.js is a library for building interactive web interfaces. It provides data-reactive components with a simple and flexible API. Core features include:
- Declarative rendering with a plain JavaScript object based reactivity system.
- Component-oriented development style with tooling support
- Lean and extensible core
- Flexible transition effect system
- Fast without the need for complex optimization
Note that Vue.js only supports ES5-compliant browsers (IE8 and below are not supported). To check out live examples and docs, visit vuejs.org.
A system which allows users to manage a pond of frogs.
Here are some feature and ideas have been implemented:
- Killing
- Creating
- Mating (available on create)
- Genders
- Names
- Birth / death
- Dad / Mom
- Feeding (not available yet)
Instructions:
- Set .env file to access MySql
- Run "composer dumpautoload"
- Run "composer install"
- Run "php artisan key:generate"
- Run "php artisan migrate --seed"
- Use webpack if you wish to make changes on front-end
- Enjoy